diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-11 17:02:59 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-01-21 15:25:08 +1100 |
commit | 6a9c0af912574a8d5f298d8f1c3a4ff8d8b753a2 (patch) | |
tree | d460ac43af54d96bc1f0576a5454dffd9ece3a42 /hdata/test | |
parent | 35451e78e897e68cfc72a69ea5e34afb334b048e (diff) | |
download | talos-skiboot-6a9c0af912574a8d5f298d8f1c3a4ff8d8b753a2.tar.gz talos-skiboot-6a9c0af912574a8d5f298d8f1c3a4ff8d8b753a2.zip |
Fix endian flip in printf for FSP in hdata/fsp.c
commit dfab2fb87c2d83e240a002e8829b525d10342df3 upstream
Harmless for skiboot as we're BE.
When building and running unit tests on LE though, we got an incorrect
hw/software version for FSP hardware/software for hdata_to_dt test.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/test')
-rw-r--r-- | hdata/test/p81-811.spira.dt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/test/p81-811.spira.dt b/hdata/test/p81-811.spira.dt index 388bb56a..025779a6 100644 --- a/hdata/test/p81-811.spira.dt +++ b/hdata/test/p81-811.spira.dt @@ -70,7 +70,7 @@ XSCOM: Found HW ID 0x10 (PCID 0x2) @ 0x3c8000000000 VPD: CCIN desc not available for : 54E8 XSCOM: Found HW ID 0x11 (PCID 0x3) @ 0x3c8800000000 VPD: CCIN desc not available for : 54E8 -FSP #0: FSP HW version 512, SW version 256, chip DD1.0 +FSP #0: FSP HW version 2, SW version 1, chip DD1.0 CEC: HUB FRU 0 is CPU Card CEC: 2 chips in FRU CEC: Murano ! |