diff options
| author | Thi Tran <thi@us.ibm.com> | 2012-06-13 11:19:16 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-18 14:34:35 -0500 |
| commit | 2831a6fd7e6dff758d9eaf29147a13bf59c80126 (patch) | |
| tree | 45506bbda8853d5fe8999b7d80db3b5dd2353fa0 /src/makefile | |
| parent | dde4a31ff03884c1b1b1d605e9a13bf707f62faf (diff) | |
| download | blackbird-hostboot-2831a6fd7e6dff758d9eaf29147a13bf59c80126.tar.gz blackbird-hostboot-2831a6fd7e6dff758d9eaf29147a13bf59c80126.zip | |
Enable cen_sbe_tp_chiplet_init1 run
Disable run in Simics to avoid build break
RTC 42926
Change-Id: I1f63504362254fa3c90f25cbea118aff35cff153
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1196
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/makefile b/src/makefile index e148cf71f..fae0d064c 100644 --- a/src/makefile +++ b/src/makefile @@ -77,10 +77,11 @@ hbicore_OBJECTS = ${BASE_OBJECTS} ${DIRECT_BOOT_OBJECTS} ${STUB_TESTCASE_OBJECT} hbicore_MODULES = ${BASE_MODULES} ${DIRECT_BOOT_MODULES} hbicore_EXTENDED_MODULES = ${EXTENDED_MODULES} #@todo - Temporary workaround -# The sbe_pnor.bin is manually built from CVS SBE procedure files in CVS then copy -# into HostBoot for now. HostBoot build team will have a process of building sbe_pnor +# The centaur.sbe_pnor.bin is manually built from CVS SBE procedure files in +# CVS then copy into HostBoot for now. +# HostBoot build team will have a process of building centaur.sbe_pnor.bin # image later. -hbicore_DATA_MODULES = sample.if dimmspd.dat sbe_pnor.bin procmvpd.dat \ +hbicore_DATA_MODULES = sample.if dimmspd.dat centaur.sbe_pnor.bin procmvpd.dat \ procpore.dat hbicore_LIDNUMBER = 80f00100 |

