summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-08-14 12:15:47 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-22 14:39:24 -0500
commit59a63d52bee3c84b60cd04c2128ca8786e7e9035 (patch)
tree66a06d09a4e994bc49f366c9a192f182bb22616e /src/makefile
parent45f1a20db38dc14a2afde1db1aea7c167666bf28 (diff)
downloadtalos-hostboot-59a63d52bee3c84b60cd04c2128ca8786e7e9035.tar.gz
talos-hostboot-59a63d52bee3c84b60cd04c2128ca8786e7e9035.zip
Ensure PHYP thread order is correct.
* Choose thread with the lowest PIR as the last to enter payload. * Use HRMOR update process from Murano Book IV. RTC: 43166 Change-Id: I629f4a55cba1967a13c31a16095697b7142ca407 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1529 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index c87be69ca..9c2c705d4 100644
--- a/src/makefile
+++ b/src/makefile
@@ -43,7 +43,8 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \
syscall_mm.o init_main.o vfs_main.o sync.o futexmgr.o \
ptmgr.o segmentmgr.o basesegment.o devicesegment.o \
block.o cxxtest_data.o cpuid.o misc.o msghandler.o \
- blockmsghdlr.o stacksegment.o softpatch_p7.o
+ blockmsghdlr.o stacksegment.o softpatch_p7.o \
+ shutdown.o
## STUB_TESTCASE_OBJECT = cxxtest_stub.o
OpenPOWER on IntegriCloud