From 0c6946db3f777e212c9b2c5a7443f6c2946a199e Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 13 Mar 2013 12:48:33 -0500 Subject: cbmem: add vboot cmbem id The vboot firmware selection from romstage will need to pass the resulting vboot data to other consumers. This will be done using a cbmem entry. Change-Id: I497caba53f9f3944513382f3929d21b04bf3ba9e Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/2851 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/lib/cbmem_info.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cbmem_info.c') diff --git a/src/lib/cbmem_info.c b/src/lib/cbmem_info.c index aaf5840684..5b02f2df75 100644 --- a/src/lib/cbmem_info.c +++ b/src/lib/cbmem_info.c @@ -44,6 +44,7 @@ static struct cbmem_id_to_name { { CBMEM_ID_RAMSTAGE, "RAMSTAGE " }, { CBMEM_ID_RAMSTAGE_CACHE, "RAMSTAGE $ " }, { CBMEM_ID_ROOT, "CBMEM ROOT " }, + { CBMEM_ID_VBOOT_HANDOFF, "VBOOT " }, }; void cbmem_print_entry(int n, u32 id, u64 base, u64 size) -- cgit v1.2.3