Maximilian Brune has uploaded this change for review.

View Change

include/bootmem.h: Add comment

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I8f6752e887af8c1ceba56153e3da864abd040ffa
---
M src/include/bootmem.h
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/79947/1
diff --git a/src/include/bootmem.h b/src/include/bootmem.h
index 0478a12..5796765 100644
--- a/src/include/bootmem.h
+++ b/src/include/bootmem.h
@@ -46,6 +46,7 @@
* 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);


To view, visit change 79947. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I8f6752e887af8c1ceba56153e3da864abd040ffa
Gerrit-Change-Number: 79947
Gerrit-PatchSet: 1
Gerrit-Owner: Maximilian Brune <maximilian.brune@9elements.com>
Gerrit-MessageType: newchange