upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
558 B
27 lines
558 B
CONFIG_ARM=y
|
|
CONFIG_ARCH_BCMSTB=y
|
|
CONFIG_TARGET_BCM7445=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_PRIOR_STAGE=y
|
|
CONFIG_DM=y
|
|
CONFIG_DM_SPI=y
|
|
CONFIG_DM_SPI_FLASH=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
CONFIG_BCMSTB_SPI=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_RSA=y
|
|
CONFIG_BLK=n
|
|
CONFIG_SDHCI=y
|
|
CONFIG_MMC_SDHCI=y
|
|
CONFIG_MMC_SDHCI_BCMSTB=y
|
|
CONFIG_CONS_INDEX=3
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_SYS_PROMPT="U-Boot>"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_TEXT_BASE=0x80100000
|
|
CONFIG_SYS_NS16550_COM3=0xf040ab00
|
|
CONFIG_EFI_LOADER=n
|
|
|