summaryrefslogtreecommitdiffstats
path: root/src/include/bootmem.h
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-07-07 13:10:56 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2019-07-31 10:57:30 +0000
commit4c3da7039d187f6be780c4078c70d2dcff6c844c (patch)
tree9a7be122482e72ac0e885683566bab4cfc951991 /src/include/bootmem.h
parentf2ad8b35177bb4c1ca4ea78d299985c89adbfda2 (diff)
downloadcoreboot-4c3da7039d187f6be780c4078c70d2dcff6c844c.tar.gz
coreboot-4c3da7039d187f6be780c4078c70d2dcff6c844c.tar.bz2
coreboot-4c3da7039d187f6be780c4078c70d2dcff6c844c.zip
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>
Diffstat (limited to 'src/include/bootmem.h')
-rw-r--r--src/include/bootmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/bootmem.h b/src/include/bootmem.h
index c935cb919f87..2e33fcdf76da 100644
--- a/src/include/bootmem.h
+++ b/src/include/bootmem.h
@@ -37,6 +37,7 @@ enum bootmem_type {
BM_MEM_NVS, /* ACPI NVS Memory */
BM_MEM_UNUSABLE, /* Unusable address space */
BM_MEM_VENDOR_RSVD, /* Vendor Reserved */
+ BM_MEM_OPENSBI, /* Risc-V OpenSBI */
BM_MEM_BL31, /* Arm64 BL31 exectuable */
BM_MEM_TABLE, /* Ram configuration tables are kept in */
/* Tags below this point are ignored for the OS table. */