summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2014-05-09 14:20:10 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-16 09:23:51 -0500
commit0c54dd7f4f91571d7f2227ff958a33a1832e5bcd (patch)
treebc23dc92bc55bc480addf731fc5459ce56e29601 /src
parent2b9ce91883235de17674a4c4da40fe45e0f6bd7c (diff)
downloadtalos-hostboot-0c54dd7f4f91571d7f2227ff958a33a1832e5bcd.tar.gz
talos-hostboot-0c54dd7f4f91571d7f2227ff958a33a1832e5bcd.zip
correct list of hostboot files shipped after building an hwp.
Change-Id: I8fd2283fcc972e7cfc3fe40171aa393fa615be35 RTC: 107626 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11052 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/hwpf/prcd_server.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/hwpf/prcd_server.tcl b/src/build/hwpf/prcd_server.tcl
index 5491886c5..fa91780de 100755
--- a/src/build/hwpf/prcd_server.tcl
+++ b/src/build/hwpf/prcd_server.tcl
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -754,7 +754,7 @@ proc SendPnorFiles { sock obj_dir } {
set pnor_files {}
# Send the image files
- if {[catch {set pnor_files [glob -dir $obj_dir hostboot.header.bin hostboot_extended.bin hostboot.bin hostboot.stage.bin]} res]} {
+ if {[catch {set pnor_files [glob -dir $obj_dir hostboot.header.bin hostboot_extended.header.bin hostboot_runtime.header.bin]} res]} {
puts $sock "ERROR: Needed image files not found in $obj_dir"
puts $log "$sock: Needed image files not found in $obj_dir"
} else {
OpenPOWER on IntegriCloud