Skip to content

Commit

Permalink
Documentation: Stop withholding various SRCs from pubs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Bofferding committed Feb 23, 2018
1 parent 13de75c commit afc4bd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/include/usr/errl/hberrltypes.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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,

Expand All @@ -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,
Expand All @@ -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,

Expand Down

0 comments on commit afc4bd0

Please sign in to comment.