]> git.baikalelectronics.ru Git - uboot.git/commitdiff
apple_m1_defconfig: Bump CONFIG_LMB_MAX_REGIONS to 64
authorJanne Grunau <j@jannau.net>
Mon, 13 Mar 2023 13:54:32 +0000 (14:54 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 17:30:29 +0000 (13:30 -0400)
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>
configs/apple_m1_defconfig

index b4ecf73cbc782f41fdece288cf522897694d7565..755560971e57c4557125de946de1af467799e2fc 100644 (file)
@@ -21,3 +21,4 @@ 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