summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2024-01-14 08:17:34 +0600
committerFelix Held <felix-coreboot@felixheld.de>2024-01-18 15:30:35 +0000
commitebf4e8b66a874a200424c163e6484db1443ae3d5 (patch)
treeeef992895c0645728f45d646e2d8271f3cec71bf /src
parent6515e56006089fb6bddad2cd998b2bd916583505 (diff)
downloadcoreboot-ebf4e8b66a874a200424c163e6484db1443ae3d5.tar.gz
coreboot-ebf4e8b66a874a200424c163e6484db1443ae3d5.tar.bz2
coreboot-ebf4e8b66a874a200424c163e6484db1443ae3d5.zip
include/bootmem.h: Add comment
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I8f6752e887af8c1ceba56153e3da864abd040ffa Reviewed-on: https://review.coreboot.org/c/coreboot/+/79947 Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-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 0478a12755f4..5796765ad6d9 100644
--- a/src/include/bootmem.h
+++ b/src/include/bootmem.h
@@ -46,6 +46,7 @@ enum bootmem_type {
* BM_MEM_RAMSTAGE : Translates to LB_MEM_RAM.
* BM_MEM_PAYLOAD : Translates to LB_MEM_RAM.
* BM_MEM_BL31 : Translates to LB_MEM_RESERVED.
+ * BM_MEM_OPENSBI : Translates to LB_MEM_RESERVED.
*/
void bootmem_write_memory_table(struct lb_memory *mem);