From c57773ccd7a7368342565d109ab10138cee7626f Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Wed, 8 Oct 2014 16:40:36 -0500 Subject: Add OCC image pnor support The OCC pnor section only exists in openPOWER Change-Id: I5d5b7d03db681aa2e9b129cc63b768aaf5a15064 RTC: 116297 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13893 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/test/runtime/rt_occtest.H | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/usr/hwpf/test') diff --git a/src/usr/hwpf/test/runtime/rt_occtest.H b/src/usr/hwpf/test/runtime/rt_occtest.H index 23d671a54..2ddfd5dbe 100644 --- a/src/usr/hwpf/test/runtime/rt_occtest.H +++ b/src/usr/hwpf/test/runtime/rt_occtest.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -30,6 +32,7 @@ #include #include #include +#include class OccTest: public CxxTest::TestSuite { @@ -79,9 +82,9 @@ class OccTest: public CxxTest::TestSuite { TS_FAIL("runtimeInterfaces->get_lid_list empty list"); } - else if (list[0] != HBOCC::OCC_LIDID) + else if (list[0] != Util::OCC_LIDID) { - TS_FAIL("runtimeInterface->get_list_list missing OCCLID"); + TS_FAIL("runtimeInterface->get_lid_list missing OCCLID"); } } -- cgit v1.2.3