mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Apple machines do not have memory below 4G. Since U-Boot does
not support the SMBIOS 3 header structures this means we can't
support SMBIOS on these machines. Unfortunately the refactoring
of the SMBIOS code this cycle accidentally enabled it again.
Fixes: 53fab13a7b
("efi: Use the installed SMBIOS tables")
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
25 lines
609 B
Text
25 lines
609 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_APPLE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
|
|
CONFIG_SYS_LOAD_ADDR=0x0
|
|
CONFIG_USE_PREBOOT=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
CONFIG_BOARD_LATE_INIT=y
|
|
CONFIG_SYS_CBSIZE=256
|
|
CONFIG_SYS_PBSIZE=276
|
|
CONFIG_SYS_BOOTM_LEN=0x800000
|
|
# CONFIG_NET is not set
|
|
CONFIG_APPLE_SPI_KEYB=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_NVME_APPLE=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_XHCI_DWC3=y
|
|
CONFIG_USB_XHCI_PCI=y
|
|
CONFIG_USB_DWC3=y
|
|
CONFIG_USB_KEYBOARD=y
|
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
|
CONFIG_NO_FB_CLEAR=y
|
|
CONFIG_VIDEO_SIMPLE=y
|
|
# CONFIG_SMBIOS is not set
|
|
CONFIG_LMB_MAX_REGIONS=64
|