02 Jul, 2015
1 commit
-
This commit moves:
- CONFIG_SPI_FLASH_BARfrom include/configs/*.h into configs/*_defconfigs
Signed-off-by: Jagan Teki
26 Jun, 2015
2 commits
-
This sets the default commands Kconfig to match
include/config_cmd_default.h commands in the common/Kconfig and removes
them from include/configs.Signed-off-by: Joe Hershberger
[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
Signed-off-by: Tom Rini -
Some archs/boards specify their own default by pre-defining the config
which causes the Kconfig system to mix up the order of the configs in
the defconfigs... This will cause merge pain if allowed to proliferate.Remove the configs that behave this way from the archs.
A few configs still remain, but that is because they only exist as
defaults and do not have a proper Kconfig entry. Those appear to be:SPIFLASH
DISPLAY_BOARDINFOSigned-off-by: Joe Hershberger
[trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
Signed-off-by: Tom Rini
01 Jun, 2015
1 commit
-
This also selects CONFIG_NET for any CONFIG_CMD_NET board.
Remove the imx default for CONFIG_NET.
This moves the config that was defined by 60296a8 (commands: add more
command entries in Kconfig).Signed-off-by: Joe Hershberger
19 Apr, 2015
1 commit
-
Signed-off-by: Masahiro Yamada
Acked-by: Simon Glass
25 Feb, 2015
2 commits
-
This adds GPIO configuration and initialization function of SDHI on Silk board
Signed-off-by: Vladimir Barinov
Signed-off-by: Nobuhiro Iwamatsu -
This adds drivers model support of serial port to Silk board,
and migrate serial port to drivers model.Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
13 Feb, 2015
1 commit
-
SILK is an entry level development board based on R-Car E2 SoC (R8A7794)
This commit supports the following peripherals:
- SCIF, I2C, Ethernet, QSPI, MMC, USB HostSigned-off-by: Vladimir Barinov
Reviewed-by: Tom Rini
Signed-off-by: Nobuhiro Iwamatsu