diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2018-02-22 16:18:16 -0600 |
---|---|---|
committer | Nicholas E. Bofferding <bofferdn@us.ibm.com> | 2018-02-23 17:45:59 -0500 |
commit | afc4bd08c5bfe2d229bded63228e0cf5de1fe501 (patch) | |
tree | 6a30ec8617b10c2baf0eec0ba80461f04e8b83cc /src/include/usr | |
parent | 13de75c05e7d1930974f165c48b4702a6a729566 (diff) | |
download | talos-hostboot-afc4bd08c5bfe2d229bded63228e0cf5de1fe501.tar.gz talos-hostboot-afc4bd08c5bfe2d229bded63228e0cf5de1fe501.zip |
Documentation: Stop withholding various SRCs from pubs
Stop inhibiting generation of SRC information for various subsystems, to allow
secure boot and other SRCs to be generated for platform documentation purposes
Change-Id: I9e2d98ce516e7226e824469fd0cfc6d26117ff9e
CQ: SW418501
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54610
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/errl/hberrltypes.H | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H index 480722301..46271d40c 100644 --- a/src/include/usr/errl/hberrltypes.H +++ b/src/include/usr/errl/hberrltypes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -247,8 +247,8 @@ enum epubSubSystem_t // Processor subsystem EPUB_PROCESSOR_SUBSYS = 0x10, - EPUB_PROCESSOR_FRU = 0x11, //@PUB_IGNORE - EPUB_PROCESSOR_CHIP_CACHE = 0x12, //@PUB_IGNORE + EPUB_PROCESSOR_FRU = 0x11, + EPUB_PROCESSOR_CHIP_CACHE = 0x12, EPUB_PROCESSOR_UNIT = 0x13, EPUB_PROCESSOR_BUS_CTL = 0x14, @@ -257,8 +257,8 @@ enum epubSubSystem_t EPUB_MEMORY_CONTROLLER = 0x21, EPUB_MEMORY_BUS = 0x22, EPUB_MEMORY_DIMM = 0x23, - EPUB_MEMORY_FRU = 0x24, //@PUB_IGNORE - EPUB_EXTERNAL_CACHE = 0x25, //@PUB_IGNORE + EPUB_MEMORY_FRU = 0x24, + EPUB_EXTERNAL_CACHE = 0x25, // I/O subsystem: hub and bridge EPUB_IO_SUBSYS = 0x30, @@ -284,7 +284,7 @@ enum epubSubSystem_t EPUB_MISC_INFORMATIONAL = 0x76, //@PUB_IGNORE // Platform Firmware - EPUB_FIRMWARE_SUBSYS = 0x80, //@PUB_IGNORE + EPUB_FIRMWARE_SUBSYS = 0x80, EPUB_FIRMWARE_SP = 0x81, EPUB_FIRMWARE_PHYP = 0x82, |