summaryrefslogtreecommitdiff
path: root/src/commonlib
diff options
context:
space:
mode:
authorBen Gardner <gardner.ben@gmail.com>2015-11-19 10:26:11 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-23 21:10:28 +0100
commitacd47aeaa3cbb5c3dbc158c4b312120b9fc5bc8f (patch)
tree29f79d81c9c78c9e75f28a2d5ed8d94dc1e71848 /src/commonlib
parentc5bb7bd957f57428760edf26d41a6626b10a894e (diff)
downloadcoreboot-acd47aeaa3cbb5c3dbc158c4b312120b9fc5bc8f.tar.xz
commonlib/cbmem_id.h: Add CBMEM_ID_HOB_POINTER to CBMEM_ID_TO_NAME_TABLE
fsp-based platforms have this ID, so give it a name. Change-Id: Idce4dbb60b7b3581e18046e66183a7c91b17abd7 Signed-off-by: Ben Gardner <gardner.ben@gmail.com> Reviewed-on: http://review.coreboot.org/12485 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/commonlib')
-rw-r--r--src/commonlib/include/commonlib/cbmem_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commonlib/include/commonlib/cbmem_id.h b/src/commonlib/include/commonlib/cbmem_id.h
index 729d38eea5..46c5d49e6b 100644
--- a/src/commonlib/include/commonlib/cbmem_id.h
+++ b/src/commonlib/include/commonlib/cbmem_id.h
@@ -82,6 +82,7 @@
{ CBMEM_ID_FSP_RESERVED_MEMORY, "FSP MEMORY " }, \
{ CBMEM_ID_FSP_RUNTIME, "FSP RUNTIME" }, \
{ CBMEM_ID_GDT, "GDT " }, \
+ { CBMEM_ID_HOB_POINTER, "HOB " }, \
{ CBMEM_ID_IMD_ROOT, "IMD ROOT " }, \
{ CBMEM_ID_IMD_SMALL, "IMD SMALL " }, \
{ CBMEM_ID_MEMINFO, "MEM INFO " }, \