Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79947?usp=email )
Change subject: include/bootmem.h: Add comment ......................................................................
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);