mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
c1446ac6c1
Now that PCI bridges are probed before relocation we need additional memory. Each PCI bridge takes 240 bytes at present since it uses the same uclass as the PCI controller. Probably we should split this out so that bridges have their own uclass. Expand the memory on link so that it works correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
31 lines
732 B
Text
31 lines
732 B
Text
CONFIG_X86=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x1800
|
|
CONFIG_VENDOR_GOOGLE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="chromebook_link"
|
|
CONFIG_TARGET_CHROMEBOOK_LINK=y
|
|
CONFIG_HAVE_MRC=y
|
|
CONFIG_HAVE_VGA_BIOS=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_BOOTSTAGE=y
|
|
CONFIG_BOOTSTAGE_REPORT=y
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_CMD_TPM=y
|
|
CONFIG_CMD_TPM_TEST=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_CMD_CROS_EC=y
|
|
CONFIG_CROS_EC=y
|
|
CONFIG_CROS_EC_LPC=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_DM_RTC=y
|
|
CONFIG_DM_TPM=y
|
|
CONFIG_TPM_TIS_LPC=y
|
|
CONFIG_VIDEO_VESA=y
|
|
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
|
|
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_SYS_VSNPRINTF=y
|
|
CONFIG_TPM=y
|