summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-12 21:05:32 +0800
committerSimon Glass <sjg@chromium.org>2014-12-13 22:32:06 -0700
commitba7b38a5295d9bad1a95f53f0a3ade20441a3831 (patch)
treee95c80d7c8a21dc646f15f71fa6f709931ac8359 /arch/x86/lib/Makefile
parentbceb9f0fc80c71b8b2a7371288199cdacca1bad9 (diff)
downloadu-boot-imx-ba7b38a5295d9bad1a95f53f0a3ade20441a3831.zip
u-boot-imx-ba7b38a5295d9bad1a95f53f0a3ade20441a3831.tar.gz
u-boot-imx-ba7b38a5295d9bad1a95f53f0a3ade20441a3831.tar.bz2
x86: Add a simple command to show FSP HOB information
FSP builds a series of data structures called the Hand-Off-Blocks (HOBs) as it progresses through initializing the silicon. These data structures conform to the HOB format as described in the Platform Initialization (PI) specification Volume 3 Shared Architectual Elements specification, which is part of the UEFI specification. Create a simple command to parse the HOB list to display the HOB address, type and length in bytes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index 55de788..73262d7 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -10,6 +10,7 @@ obj-y += bios_asm.o
obj-y += bios_interrupts.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += cmd_boot.o
+obj-$(CONFIG_HAVE_FSP) += cmd_hob.o
obj-y += gcc.o
obj-y += init_helpers.o
obj-y += interrupts.o