diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2013-03-11 08:27:24 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-03-11 17:06:36 -0500 |
commit | 01dfe766389aed7e1294d7f73be529f6669f17c7 (patch) | |
tree | ff33aa33c955736ef2c4b4b45b0228447b3475a0 /src/usr | |
parent | 4570b9b81d7a3e3874f64aaa6d55fe23d03a9338 (diff) | |
download | talos-hostboot-01dfe766389aed7e1294d7f73be529f6669f17c7.tar.gz talos-hostboot-01dfe766389aed7e1294d7f73be529f6669f17c7.zip |
Update SLW image, centaur SBE image and default attributes for PON
Change-Id: I0289a5d892baed914959bbcd865bf376122a5676
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3505
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/hwpf/hwp/build_winkle_images/makefile | 2 | ||||
-rw-r--r-- | src/usr/pore/makefile | 2 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 10 |
3 files changed, 9 insertions, 5 deletions
diff --git a/src/usr/hwpf/hwp/build_winkle_images/makefile b/src/usr/hwpf/hwp/build_winkle_images/makefile index 1a75114fb..e7585da26 100644 --- a/src/usr/hwpf/hwp/build_winkle_images/makefile +++ b/src/usr/hwpf/hwp/build_winkle_images/makefile @@ -74,7 +74,7 @@ VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/build_winkle_images/p8_set_pore_bar ## Point to the PORE image in PNOR ## taken from ref image ## /afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/compiled_pgm_sources/scratch_image/vpo/910520/s1.sbe_ref.bin -BINARY_FILES = $(IMGDIR)/procpore.dat:0b95ce885d0a97c887743ea6affdc169b147c1a0 +BINARY_FILES = $(IMGDIR)/procpore.dat:4d1c062fabd26752f28fc0c1dcad39b8e48c74a2 include ${ROOTPATH}/config.mk diff --git a/src/usr/pore/makefile b/src/usr/pore/makefile index 36c1c2e00..da1916c4d 100644 --- a/src/usr/pore/makefile +++ b/src/usr/pore/makefile @@ -23,5 +23,5 @@ ROOTPATH = ../../.. SUBDIRS = fapiporeve.d poreve.d test.d -BINARY_FILES = $(IMGDIR)/centaur.sbe_pnor.bin:2f5365901a9f13bfd8cc5673c4720179a2e1c5c9 +BINARY_FILES = $(IMGDIR)/centaur.sbe_pnor.bin:7dba19f09be4bd9ceed5e9b29b33ab870d5de8e0 include ${ROOTPATH}/config.mk diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 7f58d4512..a12fbc086 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -8128,7 +8128,7 @@ firmware notes: Used as override attribute for pstate procedure <description>Used in the setting of groups. It is a bit vector. If the value BITWISE_AND 1 = 1 then groups of 1 are enabled with special checkerboard modes needed, if the value BITWISE_AND 2 = 2, then groups of 2 are possible; if value BITWISE_AND 4, the groups of 4 are possible; if value BITWISE_AND 8, the groups of 8 are possible. If no groups can formed according to this input, then an error will be thrown.</description> <simpleType> <uint8_t> - <default>0xff</default> + <default>0x01</default> </uint8_t> </simpleType> <persistency>non-volatile</persistency> @@ -8198,7 +8198,7 @@ firmware notes: Used as override attribute for pstate procedure </description> <simpleType> <uint8_t> - <default>1</default> + <default>0</default> </uint8_t> </simpleType> <persistency>volatile</persistency> @@ -10569,7 +10569,11 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript Bit mask defining state of refclock drive enables bit0=PCI0, bit1=PCI1, bit2=PCI2 </description> - <simpleType><uint8_t></uint8_t></simpleType> + <simpleType> + <uint8_t> + <default>0xE0</default> + </uint8_t> + </simpleType> <persistency>non-volatile</persistency> <readable/> <writeable/> |