drivers/intel/fsp2_0: Add hand-off-block parsers
commit9b2e9bd1bbbb4ef4f99d420e699b6e9516156749
authorAlexandru Gagniuc <alexandrux.gagniuc@intel.com>
Thu, 25 Feb 2016 22:20:38 +0000 (25 14:20 -0800)
committerMartin Roth <martinroth@google.com>
Tue, 8 Mar 2016 12:46:06 +0000 (8 13:46 +0100)
treea1008971e90d5349ec9a5c0b42841eaa65f61689
parent9de55cce55082d08ed7720aa9c314b63e49d0bf7
drivers/intel/fsp2_0: Add hand-off-block parsers

FSP creates hand-off-blocks (HOBs) to exchange information with
coreboot. This adds a set of utilities to parse HOBs and extract
some useful information from them.

Change-Id: If55dbfaa021cd68c312813a5532a36c68806dbbc
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/13801
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/drivers/intel/fsp2_0/hand_off_block.c [new file with mode: 0644]