mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
bf0045f2dd
Apple silicon SoCs have numerous embedded co-processors with pre-loaded firmware. The co-processors text and data sections need to be mapped via DART iommus controlled by the main processor. Those sections are exported as reserved-memory. Bump CONFIG_LMB_MAX_REGIONS from 8 to 64 to deal with the large amount of reserved-memory regions. Signed-off-by: Janne Grunau <j@jannau.net> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
24 lines
606 B
Text
24 lines
606 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_KEYBOARD=y
|
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
|
CONFIG_NO_FB_CLEAR=y
|
|
CONFIG_VIDEO_SIMPLE=y
|
|
# CONFIG_GENERATE_SMBIOS_TABLE is not set
|
|
CONFIG_LMB_MAX_REGIONS=64
|