diff options
author | Mike Baiocchi <baiocchi@us.ibm.com> | 2013-09-20 14:47:15 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-28 12:21:53 -0500 |
commit | a094332bbe8807c8f24aeb79f34be063845cea10 (patch) | |
tree | 7b05b516287bd27d971ee8404a980bfad311ac2b /src/usr/i2c | |
parent | 7b8d4a482ca2d110f3bf67b7a8e1bed758318420 (diff) | |
download | talos-hostboot-a094332bbe8807c8f24aeb79f34be063845cea10.tar.gz talos-hostboot-a094332bbe8807c8f24aeb79f34be063845cea10.zip |
Initial Support for Updating SBE SEEPROM
This initial commit will be used to create the new SBE
directories and files. It also supports the usr functions
to find and copy SBE PNOR images. NOTE: It will not enable
Updating SBE SEEPROMs in the IPL.
Change-Id: I3f545a134493c7595ce50fd885478bbe606de472
RTC: 47032
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6311
Tested-by: Jenkins Server
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c')
-rwxr-xr-x | src/usr/i2c/test/i2ctest.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/i2c/test/i2ctest.H b/src/usr/i2c/test/i2ctest.H index 15fe1f226..0224d8dd8 100755 --- a/src/usr/i2c/test/i2ctest.H +++ b/src/usr/i2c/test/i2ctest.H @@ -113,7 +113,7 @@ class I2CTest: public CxxTest::TestSuite // Read/Write SBE Primary: Murano-0, port-0 - // Safe to write to first 1K: 0x-0x400 + // Safe to write to first 0x300: 0x0-0x2FF { 0x00, 0x00, 0xAC, 0x0000ababcdcdefef, 8, false, TARGETING::TYPE_PROC }, // Write data to 0x0000 @@ -142,7 +142,7 @@ class I2CTest: public CxxTest::TestSuite // Read/Write SBE Backup: Murano-0, port-0 - // Safe to write to first 1K: 0x-0x400 + // Safe to write to first 0x300: 0x0-0x2FF { 0x00, 0x00, 0xAE, 0x0000ababcdcdefef, 8, false, TARGETING::TYPE_PROC }, // Write data to 0x0000 @@ -371,12 +371,12 @@ class I2CTest: public CxxTest::TestSuite // PROCESSOR TESTS // Read/Write SBE Backup: Murano-0, port-0 - // Safe to write to first 1K: 0x-0x400 + // Safe to write to first 0x300: 0x0-0x2FF { 0x00, 0x00, 0xAE, 0x0123, 0xFEFEDADA57579191, 8, TARGETING::TYPE_PROC }, // Read/Write SBE Primary: Murano-0, port-0 - // Safe to write to first 1K: 0x-0x400 + // Safe to write to first 0x300: 0x0-0x2FF { 0x00, 0x00, 0xAC, 0x02FC, 0x5ABC310000000000, 3, TARGETING::TYPE_PROC }, }; |