lib/bootmem: Prepare for OpenSBI
Add a new bootmem memory type OpenSBI. It's similar to BL31 on aarch64. Required for OpenSBI integration. Change-Id: I5ceafd5a295f4284e99e12f7ea2aa4c6d1dbb188 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34140 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
Philipp Deppenwiese
parent
f2ad8b3517
commit
4c3da7039d
@@ -56,6 +56,7 @@ DECLARE_REGION(dma_coherent)
|
||||
DECLARE_REGION(soc_registers)
|
||||
DECLARE_REGION(framebuffer)
|
||||
DECLARE_REGION(pdpt)
|
||||
DECLARE_REGION(opensbi)
|
||||
DECLARE_REGION(bl31)
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user