]> git.baikalelectronics.ru Git - uboot.git/commit
Bump LMB_MAX_REGIONS default to 16
authorSjoerd Simons <sjoerd@collabora.com>
Thu, 19 Jan 2023 08:38:17 +0000 (09:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2023 19:09:39 +0000 (14:09 -0500)
commitfd900e58005bba6eac2aaae8dab2e3baf477ffdb
tree4ac3ecd1f78009efcb8a91fdece387aad2b4dc0d
parent1925a760ade04cff42332fc106b34f58fedddccf
Bump LMB_MAX_REGIONS default to 16

Since commit 24e70e30d5c0 ("lmb: consider EFI memory map") the EFI regions
are also pushed into the lmb if EFI_LOADER is enabled (which is by
default on most system). Which can cause the number of entries to go
over the maximum as it's default is only 8.

Specifically i ran into this case on an TI am62 which has an fdt with
4 reserved regions (in practice 3 lmb entries due to adjecent ranges).

As this is likely to impact more devices bump the default max
regions to 16 so there is a bit more slack.

Fixes: 24e70e30d5 ("lmb: consider EFI memory map")
Link: https://bugzilla.opensuse.org/show_bug.cgi?id=1207562
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
[trini: collect tags from the other equivalent patch]
lib/Kconfig