diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2012-11-29 15:16:14 -0600 |
---|---|---|
committer | Dean Sanner <dsanner@us.ibm.com> | 2012-12-12 21:48:03 -0600 |
commit | e907de9748a821c4f2e05c65f5204507a60e7a6d (patch) | |
tree | 6c552ad7b9d44f7eae9394e49e6e275c924e2818 /src/usr/mvpd | |
parent | ca616b5527eaf80300fde96fa5ffd42c2160e071 (diff) | |
download | blackbird-hostboot-e907de9748a821c4f2e05c65f5204507a60e7a6d.tar.gz blackbird-hostboot-e907de9748a821c4f2e05c65f5204507a60e7a6d.zip |
Load Hostboot Base from PNOR
Add the SBE and secureboot header to the hostboot base image
and enable simics to actually pull the image from PNOR
instead of directly stuffing cache from file. Also enables
Hostboot to execute from HRMOR of 128MB and updates cit
script to handle HRMOR
Change-Id: Ie414a5f8e43dadf03538d7435f742b2d79db431b
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2473
Tested-by: Jenkins Server
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Diffstat (limited to 'src/usr/mvpd')
-rw-r--r-- | src/usr/mvpd/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/mvpd/makefile b/src/usr/mvpd/makefile index 705f9f4d5..03d6b8355 100644 --- a/src/usr/mvpd/makefile +++ b/src/usr/mvpd/makefile @@ -27,6 +27,6 @@ OBJS = mvpd.o SUBDIRS = test.d -BINARY_FILES = $(IMGDIR)/procmvpd.dat:92a31d2157813b6a2a8680f1cda2ed98d3ff1c51 +BINARY_FILES = $(IMGDIR)/procmvpd.dat:034614d95e3ffb7d0802d4edbd8fad60dc15b40d include ${ROOTPATH}/config.mk |