]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitbd42cfad655fe5f6c70b8912600e472d730c3c4b
tree8659e0a581dacb7f60e1784257a0824b5502e5af
parent95276a4c3dabfd7df04726dfccb38267d843ea3d
apple_m1_defconfig: Bump CONFIG_LMB_MAX_REGIONS to 64

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