diff options
author | Sjoerd Simons <sjoerd@collabora.com> | 2023-01-19 09:38:17 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-08 14:09:39 -0500 |
commit | 2dc16a2c1f924985216b3f1d6710f96d6c4fb1ab (patch) | |
tree | 4ac3ecd1f78009efcb8a91fdece387aad2b4dc0d /lib/efi_loader/helloworld.c | |
parent | 1975a3b1f66e27ec9004213bb3d8c5f2f67b10c1 (diff) |
Bump LMB_MAX_REGIONS default to 16
Since commit 06d514d77c37 ("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: 06d514d77c ("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]
Diffstat (limited to 'lib/efi_loader/helloworld.c')
0 files changed, 0 insertions, 0 deletions