diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2024-01-14 08:17:34 +0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-18 15:30:35 +0000 |
commit | ebf4e8b66a874a200424c163e6484db1443ae3d5 (patch) | |
tree | eef992895c0645728f45d646e2d8271f3cec71bf /src/include | |
parent | 6515e56006089fb6bddad2cd998b2bd916583505 (diff) |
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/include')
-rw-r--r-- | src/include/bootmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/bootmem.h b/src/include/bootmem.h index 0478a12755..5796765ad6 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); |