Hello Timothy Pearson, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34932
to look at the new patch set (#2).
Change subject: util/cbfstool: new utility pnortool ......................................................................
util/cbfstool: new utility pnortool
This utility converts plaintext fmd files into pnor headers suitable for use with open-power systems. Existing systems have seeprom firmware which looks for this header to locate the hostboot binary and load it into the processor cache. The tool marks the bootblock as being the expected HBB hostboot partition.
Change-Id: I6566d86a1e025bfe30aa30da36210f49efde3184 Signed-off-by: Marty E. Plummer hanetzer@startmail.com --- M util/cbfstool/Makefile M util/cbfstool/Makefile.inc M util/cbfstool/description.md A util/cbfstool/pnor/pnor.c A util/cbfstool/pnor/pnor.h A util/cbfstool/pnor_from_fmd.c A util/cbfstool/pnor_from_fmd.h A util/cbfstool/pnortool.c 8 files changed, 640 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/34932/2