diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2016-10-09 11:01:18 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-13 14:32:26 -0400 |
| commit | 34194ec6550d9d97d5dd888e889f99691cc908a7 (patch) | |
| tree | a1925fe682e221bd97cda515e759d7b69fd2281a /src/makefile | |
| parent | 3d93183ed65265256e16f08c52272d76f0a7b7aa (diff) | |
| download | talos-hostboot-34194ec6550d9d97d5dd888e889f99691cc908a7.tar.gz talos-hostboot-34194ec6550d9d97d5dd888e889f99691cc908a7.zip | |
Add pre-reqs for new Simics Memory config
Pick up new planar VPD in Simics
Use valid dimm config
Change-Id: I0887e38d8847b50ae0ed283221f82c4cb1ec565f
CMVC-Prereq: 1008080
CMVC-Prereq: 1008242
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30929
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 19b75e8de..b63cd42c2 100644 --- a/src/makefile +++ b/src/makefile @@ -365,3 +365,4 @@ MAX_BTLDR_SIZE = 32768 imgsizecheck: ${IMGDIR}/hbicore.bin ${IMGDIR}/hbibl.bin $(if $(findstring $(shell (stat -c%s ${IMGDIR}/hbicore.bin; echo $(MAX_BASE_SIZE)) | sort -n | tail -n1), $(MAX_BASE_SIZE)),true, @echo ERROR: ${IMGDIR}/hbicore.bin too large. Max allowed size is $(MAX_BASE_SIZE); false) $(if $(findstring $(shell (stat -c%s ${IMGDIR}/hbibl.bin; echo $(MAX_BTLDR_SIZE)) | sort -n | tail -n1), $(MAX_BTLDR_SIZE)),true, @echo ERROR: ${IMGDIR}/hbibl.bin too large. Max allowed size is $(MAX_BTLDR_SIZE); false) + |

