aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/bootmem.h1
-rw-r--r--src/include/program_loading.h1
-rw-r--r--src/include/symbols.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/include/bootmem.h b/src/include/bootmem.h
index c935cb919f..2e33fcdf76 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. */
diff --git a/src/include/program_loading.h b/src/include/program_loading.h
index 5ac74bf238..6dec1920b8 100644
--- a/src/include/program_loading.h
+++ b/src/include/program_loading.h
@@ -38,6 +38,7 @@ enum prog_type {
PROG_BL31,
PROG_BL32,
PROG_POSTCAR,
+ PROG_OPENSBI,
};
/*
diff --git a/src/include/symbols.h b/src/include/symbols.h
index b67286ac2d..cc27275f88 100644
--- a/src/include/symbols.h
+++ b/src/include/symbols.h
@@ -56,6 +56,7 @@ DECLARE_REGION(dma_coherent)
DECLARE_REGION(soc_registers)
DECLARE_REGION(framebuffer)
DECLARE_REGION(pdpt)
+DECLARE_REGION(opensbi)
DECLARE_REGION(bl31)
/*