]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: notify when adjacent regions are added
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 18 Oct 2024 13:51:07 +0000 (15:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 18 Oct 2024 20:16:10 +0000 (14:16 -0600)
commit491195769dbeed62f0a2f20cfa198bd2b297720e
treed76cc15bc36c961d1032125faccf8234e2d5cbc2
parent8ab2178de069194d2eed8fe1b90db7e12cf032bb
lmb: notify when adjacent regions are added

lmb_add_region() returns a positive integer if the added regions causes
existing regions to be coalesced. We still want to notify the EFI
subsystem about these added regions though, so adjust lmb_add() to only
bail on errors.

This fixes EFI memory allocation on boards with adjacent memory banks as is the
case on several Qualcomm boards like the RB3 Gen 2.

Fixes: 2f6191526a13 (lmb: notify of any changes to the LMB memory map)
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Tested-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/lmb.c