diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2014-06-18 16:09:55 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-01 13:34:57 -0500 |
| commit | 2cc1c594ad2b05919d1742625de0da83ffd7f01d (patch) | |
| tree | 57bbbe923325245e809ea51a96c60ffe79b18600 /src/usr/vpd/HBconfig | |
| parent | 3bcf5b7982bb8a2d9227dbff7be4ff2ce5fec05c (diff) | |
| download | talos-hostboot-2cc1c594ad2b05919d1742625de0da83ffd7f01d.tar.gz talos-hostboot-2cc1c594ad2b05919d1742625de0da83ffd7f01d.zip | |
Merge VPD commits from Stradale
Change-Id: I95aa2bb30299c9d22563068741ffbeda48d2d84b
RTC: 97488
Origin: Google Shared Technology
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11661
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/HBconfig')
| -rw-r--r-- | src/usr/vpd/HBconfig | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/src/usr/vpd/HBconfig b/src/usr/vpd/HBconfig new file mode 100644 index 000000000..83223a37d --- /dev/null +++ b/src/usr/vpd/HBconfig @@ -0,0 +1,77 @@ +config CVPD_READ_FROM_PNOR + default y + depends on !CVPD_READ_FROM_HW + help + Read Centaur VPD data from PNOR cache + +config CVPD_READ_FROM_HW + default y if !CVPD_READ_FROM_PNOR + depends on !CVPD_READ_FROM_PNOR + help + Read Centaur VPD data from HW resources + +config CVPD_WRITE_TO_PNOR + default y + help + Write Centaur VPD data to PNOR cache + +config CVPD_WRITE_TO_HW + default n + depends on !PALMETTO_PASS1 + help + Write Centaur VPD data to HW resources + +config MVPD_READ_FROM_PNOR + default y + depends on !MVPD_READ_FROM_HW + help + Read Module VPD data from PNOR cache + +config MVPD_READ_FROM_HW + default y if !MVPD_READ_FROM_PNOR + depends on !MVPD_READ_FROM_PNOR + help + Read Module VPD data from HW resources + +config MVPD_WRITE_TO_PNOR + default y + help + Write Module VPD data to PNOR cache + +config MVPD_WRITE_TO_HW + default n + help + Write Module VPD data to HW resources + +config DJVPD_READ_FROM_PNOR + default y + depends on !DJVPD_READ_FROM_HW + help + Read Dimm JEDEC VPD/SPD data from PNOR cache + +config DJVPD_READ_FROM_HW + default y if !DJVPD_READ_FROM_PNOR + depends on !DJVPD_READ_FROM_PNOR + help + Read Dimm JEDEC VPD/SPD data from HW resources + +config DJVPD_WRITE_TO_PNOR + default y + help + Write Dimm JEDEC VPD/SPD data to PNOR cache + +config DJVPD_WRITE_TO_HW + default n + help + Write Dimm JEDEC VPD/SPD data to HW resources + +config HAVE_MBVPD + default y if CVPD_READ_FROM_PNOR || CVPD_READ_FROM_HW + depends on CVPD_READ_FROM_PNOR || CVPD_READ_FROM_HW + help + Have MemBuff/Centaur VPD, PNOR or HW + +config PALMETTO_PASS1 + default n + help + Palmetto pass1 specific changes |

