open-power / op-build

Buildroot overlay for Open Power
GNU General Public License v2.0
103 stars 183 forks source link

Some Test scenarios causing OCC cpu freq states power management non-functional on OpenPower platforms. #594

Closed pridhiviraj closed 8 years ago

pridhiviraj commented 8 years ago

Below test scenarios causing occ cpu frequency states Power management non-functional on OpenPower platforms.

  1. Observed after an IPMI PNOR re-provisioning test Issue an ipmi pnor reprovision request to erase certain pnor partitions. reboot the system after reprovision completes Check occ cpu freq states functionality
  2. Boot the system from golden to primary and primary to golden pnor sides and observe the occ cpu frequency states functionality.
  3. Flash only the pnor image and boot the system, observe the occ cpu freq states functionality.

On a failure case: dmesg [ 24.908553] powernv-cpufreq: ibm,pstate-min node not found [ 24.908555] powernv-cpufreq: powernv-cpufreq disabled. System does not support PState control [ 24.908797] usbcore: registered new interface driver usbhid [ 24.908798] usbhid: USB HID core driver

cat /sys/firmware/opal/msglog | grep -i occ [71112025061,7] OCC Common Area at 0x1fff800000 size 8MB [71112049161,7] OCC Common Area at 0x1fff800000 size 8MB [7773882678,5] 0x001fff800000..001fffffffff : ibm,occ-common-area@1fff800000 [10976128831,7] OCC: Chip 00 Data (0000001ffd9f8000) = 010200d597979700 [10976131984,7] OCC: Chip 08 Data (0000001ffddf8000) = 010200d5ef000000 [10976135103,5] OCC: All Chip Rdy after 0 ms [11012001999,7] OCC: CPU pstate state device tree init [11012003835,7] OCC: Data ( 1ffd9f8000) = 10200d597979700 0 [11012007021,7] OCC: Min -43 Nom -105 Max -105 Nr States 195 [11012009421,3] OCC: OCC range is not valid [11012060597,3] Skiping core cpufreq init due to OCC error

On a working case: cat /sys/firmware/opal/msglog | grep -i occ [35633957498,7] OCC Common Area at 0x1fff800000 size 8MB [35633982419,7] OCC Common Area at 0x1fff800000 size 8MB [9238926975,5] 0x001fff800000..001fffffffff : ibm,occ-common-area@1fff800000 [9833630735,7] OCC: Chip 00 Data (0000001ffd9f8000) = 010200d5ef000000 [9833633913,7] OCC: Chip 08 Data (0000001ffddf8000) = 010200d5ef000000 [9833637103,5] OCC: All Chip Rdy after 0 ms [9833689750,7] OCC: CPU pstate state device tree init [9833691624,7] OCC: Data ( 1ffd9f8000) = 10200d5ef000000 0 [9833694938,7] OCC: Min -43 Nom -17 Max 0 Nr States 44 [9834220204,7] OCC: Chip 0 Core 1 PPMSR dcdcd50008000000 [9834736754,7] OCC: Chip 0 Core 2 PPMSR e5e5d50008000000 [9835253179,7] OCC: Chip 0 Core 3 PPMSR eeeed50008000000 [9835769791,7] OCC: Chip 0 Core 5 PPMSR efefd50008000000 [9836286207,7] OCC: Chip 0 Core 6 PPMSR efefd50008000000 [9836802904,7] OCC: Chip 0 Core 9 PPMSR efefd50008000000 [9837319390,7] OCC: Chip 0 Core a PPMSR efefd50008000000 [9837835996,7] OCC: Chip 0 Core c PPMSR efefd50008000000 [9838352360,7] OCC: Chip 0 Core d PPMSR efefd50008000000 [9838868779,7] OCC: Chip 0 Core e PPMSR efefd50008000000 [9839423086,7] OCC: Chip 8 Core 1 PPMSR dcdcd50008000000 [9839939409,7] OCC: Chip 8 Core 2 PPMSR e5e5d50008000000 [9840455719,7] OCC: Chip 8 Core 4 PPMSR eeeed50008000000 [9840971935,7] OCC: Chip 8 Core 5 PPMSR efefd50008000000 [9841488111,7] OCC: Chip 8 Core 6 PPMSR efefd50008000000 [9842004591,7] OCC: Chip 8 Core 9 PPMSR efefd50008000000 [9842521036,7] OCC: Chip 8 Core b PPMSR efefd50008000000 [9843037236,7] OCC: Chip 8 Core c PPMSR efefd50008000000 [9843553419,7] OCC: Chip 8 Core d PPMSR efefd50008000000 [9844069419,7] OCC: Chip 8 Core e PPMSR efefd50008000000

OPAL is getting in-correct number of pstates(195) from occ-opal shared memory interface data.

Firmware version: PNOR level System Firmware (ID 47) Product Name : OpenPOWER Firmware Product Version : open-power-firestone-23bdc73 Product Extra : buildroot-81b8d98 Product Extra : skiboot-5.3.1 Product Extra : hostboot-d9ee1a1-be2f697 Product Extra : linux-4.4.18-openpower1-5906f7a Product Extra : petitboot-v1.2.2-7fc085b Product Extra : firestone-xml-783df1f Product Extra : occ-bb092e9 Product Extra : hostboot-binaries-7f593a3 Product Extra : capp-u

BMC FW level: cat /proc/ractrends/Helper/FwInfo FW_VERSION=2.13.98117 FW_DATE=Jun 15 2016 FW_BUILDTIME=11:26:40 CDT FW_DESC=8335 SRC BUILD RR9 06152016 FW_PRODUCTID=1 FW_RELEASEID=RR9 FW_CODEBASEVERSION=2.X

dcrowell77 commented 8 years ago

Going to need more data to get anywhere here:

Adding @cjcain

pridhiviraj commented 8 years ago

IPMI PNOR Reprovisioning test result: nvram --print-config

"common" Partition

petitboot,bootdevs=network any

nvram --update-config "test-date=test-value" nvram --print-config

"common" Partition

petitboot,bootdevs=network any test-date=test-value

ipmitool raw 0x3A 0x1C; echo $?

[155969472798,5] IPMI: PNOR access requested 0

ipmitool raw 0x3A 0x1D; echo $? 03 0 [175086404684,5] IPMI: PNOR access released ipmitool raw 0x3A 0x1D; echo $? 00 0

After reboot console output: [-1;-1f[-1;-1fUbuntu 16.04[-1;-1f. . . .[ 626.675588] reboot: Restarting system [354257474447,5] OPAL: Reboot request... [-1;-1fUbuntu 16.04[-1;-1f. . . .[-1;-1fUbuntu 16.04[-1;-1f. . . . 3.45177|Ignoring boot flags, incorrect version 0x0 3.58600|ISTEP 6. 3 4.04189|ISTEP 6. 4 4.04252|ISTEP 6. 5 38.78120|HWAS|PRESENT> DIMM[03]=AAAAAAAAAAAAAAAA 38.78121|HWAS|PRESENT> Membuf[04]=CCCC000000000000 38.78121|HWAS|PRESENT> Proc[05]=C000000000000000 38.86892|ISTEP 6. 6 39.13836|ISTEP 6. 7 43.00754|ISTEP 6. 8 43.12093|ISTEP 6. 9 46.05615|ISTEP 6.10 46.08494|ISTEP 6.11 47.87057|ISTEP 6.12 47.87197|ISTEP 6.13 47.87262|ISTEP 7. 1 48.03176|ISTEP 7. 2 48.16387|ISTEP 7. 3 48.19346|ISTEP 7. 4 48.23332|ISTEP 7. 5 48.48714|ISTEP 7. 6 48.53446|ISTEP 7. 7 48.74082|ISTEP 7. 8 48.89561|ISTEP 7. 9 48.89612|ISTEP 8. 1 49.13282|ISTEP 8. 2 49.95623|ISTEP 8. 3 49.96626|ISTEP 8. 4 50.21267|ISTEP 8. 5 50.21351|ISTEP 8. 6 51.05977|ISTEP 8. 7 51.06041|ISTEP 8. 8 51.12749|ISTEP 9. 1 51.52489|ISTEP 9. 2 52.07862|ISTEP 10. 1 52.29691|ISTEP 10. 2 53.58958|ISTEP 10. 3 53.59027|ISTEP 10. 4 53.59084|ISTEP 10. 5 53.59164|ISTEP 10. 6 53.69196|ISTEP 10. 7 53.69250|ISTEP 10. 8 53.69349|ISTEP 10. 9 53.74289|ISTEP 10.10 53.74379|ISTEP 10.11 53.74444|ISTEP 10.12 53.78736|ISTEP 10.13 53.78793|ISTEP 10.14 53.78872|ISTEP 11. 1 54.04764|ISTEP 11. 2 54.04856|ISTEP 11. 3 54.15033|ISTEP 11. 4 54.34826|ISTEP 11. 5 54.44057|ISTEP 11. 6 56.46206|ISTEP 11. 7 56.46383|ISTEP 11. 8 57.03154|ISTEP 11. 9 57.03323|ISTEP 11.10 57.12247|ISTEP 11.11 57.12351|ISTEP 11.12 57.12400|ISTEP 11.13 57.15156|ISTEP 12. 1 57.26307|ISTEP 12. 2 57.33517|ISTEP 12. 3 57.36714|ISTEP 12. 4 57.81144|ISTEP 12. 5 57.81247|ISTEP 13. 1 58.07718|ISTEP 13. 2 58.14297|ISTEP 13. 3 58.15399|ISTEP 13. 4 58.50275|ISTEP 13. 5 58.51154|ISTEP 13. 6 59.89965|ISTEP 13. 7 60.14411|ISTEP 13. 8 60.34801|ISTEP 13. 9 62.55042|ISTEP 13.10 62.57283|ISTEP 13.11 62.77681|ISTEP 13.12 62.77739|ISTEP 14. 1 63.09494|ISTEP 14. 2 63.10559|ISTEP 14. 3 75.67422|ISTEP 14. 4 75.73065|ISTEP 14. 5 75.80280|ISTEP 14. 6 75.80424|ISTEP 14. 7 75.94982|ISTEP 14. 8 75.95156|ISTEP 15. 1 76.80517|ISTEP 15. 2 76.82692|ISTEP 15. 3 76.95151|ISTEP 16. 1 78.13338|ISTEP 16. 2 78.57925|ISTEP 16. 3 78.63556|ISTEP 16. 4 78.62154|ISTEP 18.13 78.79448|ISTEP 18.14 78.80852|ISTEP 20. 1 81.12173|ISTEP 21. 1 134.00003|htmgt|User power limit has been set to 1170W 134.78719|htmgt|OCCs are now running in ACTIVE state 136.80772|ISTEP 21. 2 136.81696|ISTEP 21. 3 [70205255729,5] SkiBoot skiboot-5.2.2 starting... [70205259557,5] initial console log level: memory 7, driver 5 [70205262485,6] CPU: P8 generation processor(max 8 threads/core) [70205265106,7] CPU: Boot CPU PIR is 0x0018 PVR is 0x004d0200 [70205268097,7] CPU: Initial max PIR set to 0x1fff [70205672516,5] OPAL table: 0x300a6c40 .. 0x300a70b0, branch table: 0x30002000 [70205677520,5] FDT: Parsing fdt @0xff00000 [70211354739,5] XSCOM: chip 0x0 at 0x3fc0000000000 [P8 DD2.0] [70211365109,5] XSCOM: chip 0x8 at 0x3fc4000000000 [P8 DD2.0] [70211373179,6] XSTOP: XSCOM addr = 0x2010c82, FIR bit = 31 [70211376520,6] MFSI 0:0: Initialized [70211378614,6] MFSI 0:2: Initialized [70211380682,6] MFSI 0:1: Initialized [70211383193,6] MFSI 8:0: Initialized [70211385239,6] MFSI 8:2: Initialized [70211387320,6] MFSI 8:1: Initialized [70211742872,5] LPC: Bus on chip 0 PCB_Addr=0xb0020 [70211757581,5] LPC: Default bus on chip 0 [70211914787,6] MEM: parsing reserved memory from node /ibm,hostboot/reserved-memory [70211926784,7] HOMER: Init chip 0 [70211929480,7] PBA BAR0 : 0x0000001ffd800000 [70211932124,7] PBA MASK0: 0x0000000000300000 [70211934764,7] HOMER Image at 0x1ffd800000 size 4MB [70211938638,7] PBA BAR2 : 0x4000001ffda00000 [70211941278,7] PBA MASK2: 0x0000000000000000 [70211943732,7] SLW Image at 0x1ffda00000 size 1MB [70211947109,7] PBA BAR3 : 0x0000001fff800000 [70211949652,7] PBA MASK3: 0x0000000000700000 [70211952198,7] OCC Common Area at 0x1fff800000 size 8MB [70211955030,7] HOMER: Init chip 8 [70211957592,7] PBA BAR0 : 0x0000001ffdc00000 [70211960158,7] PBA MASK0: 0x0000000000300000 [70211962755,7] HOMER Image at 0x1ffdc00000 size 4MB [70211966393,7] PBA BAR2 : 0x4000001ffde00000 [70211969046,7] PBA MASK2: 0x0000000000000000 [70211971521,7] SLW Image at 0x1ffde00000 size 1MB [70211974938,7] PBA BAR3 : 0x0000001fff800000 [70211977497,7] PBA MASK3: 0x0000000000700000 [70211980062,7] OCC Common Area at 0x1fff800000 size 8MB [70211990996,7] CPU idle state device tree init [70211993919,4] SLW: HB-provided idle states property found [70212181975,7] AST: PNOR LPC offset: 0x0c000000 [70212257210,5] PLAT: Using virtual UART [71135155769,5] PLAT: Detected Firestone platform [71183970122,5] CENTAUR: Found centaur for chip 0x0 channel 0 [71211267542,5] CENTAUR: FSI host: 0x0 cMFSI0 port 3 [71238403410,5] CENTAUR: Found centaur for chip 0x0 channel 1 [71277126080,5] CENTAUR: FSI host: 0x0 cMFSI0 port 2 [71302962756,5] CENTAUR: Found centaur for chip 0x0 channel 4 [71323630797,5] CENTAUR: FSI host: 0x0 cMFSI0 port 7 [71357129551,5] CENTAUR: Found centaur for chip 0x0 channel 5 [71399461905,5] CENTAUR: FSI host: 0x0 cMFSI0 port 6 [71436568867,5] CENTAUR: Found centaur for chip 0x8 channel 0 [71436651639,5] CENTAUR: FSI host: 0x8 cMFSI0 port 3 [71460488409,5] CENTAUR: Found centaur for chip 0x8 channel 1 [71485679161,5] CENTAUR: FSI host: 0x8 cMFSI0 port 2 [71526395037,5] CENTAUR: Found centaur for chip 0x8 channel 4 [71551890018,5] CENTAUR: FSI host: 0x8 cMFSI0 port 7 [71606760708,5] CENTAUR: Found centaur for chip 0x8 channel 5 [71638609623,5] CENTAUR: FSI host: 0x8 cMFSI0 port 6 [71679367650,5] PSI[0x000]: Found PSI bridge [working=1, active=0] [71717580010,5] PSI[0x008]: Found PSI bridge [working=1, active=0] [1061468681,5] BT: Interface initialized, IO 0x00e4 [1523160965,5] NVRAM: Size is 576 KB [1762056785,3] NVRAM: Partition at offset 0xffff0 extends beyond end of nvram ! [1768278351,3] NVRAM: Re-initializing [4037062976,5] CAPI: Preloading ucode 200ea [4037120319,5] FLASH: Queueing preload of 2/200ea [4037499098,5] FLASH: Queueing preload of 0/0 [4037531336,7] FFS: Partition map size: 0x1000 [4039963007,7] FLASH: CAPP partition has ECC [4042707203,7] FLASH: flash subpartition eyecatcher CAPP [4042709388,7] FLASH: flash found subpartition: 1 size: 36432 offset 4096 [4150257551,5] FLASH: Queueing preload of 1/0 [4150288647,7] FFS: Partition map size: 0x1000 [4152606404,7] FLASH: BOOTKERNEL partition doesn't have ECC [4206908367,5] Chip 0 Found PBCQ0 at /xscom@3fc0000000000/pbcq@2012000 [4236778514,5] Chip 0 Found PBCQ1 at /xscom@3fc0000000000/pbcq@2012400 [4302681807,5] Chip 8 Found PBCQ0 at /xscom@3fc4000000000/pbcq@2012000 [4342367711,5] Chip 8 Found PBCQ1 at /xscom@3fc4000000000/pbcq@2012400 [4359547241,5] Chip 8 Found PBCQ2 at /xscom@3fc4000000000/pbcq@2012800 [4400089567,3] PHB#0000: Base location code not found ! [4505230165,3] PHB#0001: Base location code not found ! [4565741593,3] PHB#0020: Base location code not found ! [4629191120,3] PHB#0021: Base location code not found ! [4689751449,3] PHB#0022: Base location code not found ! [4750449844,5] PCI: Resetting PHBs... [5365023302,5] PCI: Probing slots... [6032227876,5] PHB#0000:00:00.0 [ROOT] 1014 03dc R:00 C:060400 B:01..04 SLOT=Slot5 [6032583476,5] PHB#0000:01:00.0 [SWUP] 10b5 8747 R:ca C:060400 B:02..04 LOC_CODE=Slot5 [6099964755,5] PHB#0000:02:08.0 [SWDN] 10b5 8747 R:ca C:060400 B:03..03 [6128766268,5] PHB#0000:03:00.0 [EP ] 10de 102d R:a1 C:030200 ( 3d-controller) LOC_CODE=Slot5 [6212643965,5] PHB#0000:02:10.0 [SWDN] 10b5 8747 R:ca C:060400 B:04..04 [6222913751,5] PHB#0000:04:00.0 [EP ] 10de 102d R:a1 C:030200 ( 3d-controller) LOC_CODE=Slot5 [6243393964,5] PHB#0001:00:00.0 [ROOT] 1014 03dc R:00 C:060400 B:01..01 SLOT=Slot4 [6279050198,5] PHB#0001:01:00.0 [EP ] 15b3 1011 R:00 C:020700 ( network) LOC_CODE=Slot4 [6335622984,5] PHB#0020:00:00.0 [ROOT] 1014 03dc R:00 C:060400 B:01..04 SLOT=Slot2 [6366603906,5] PHB#0020:01:00.0 [SWUP] 10b5 8747 R:ca C:060400 B:02..04 LOC_CODE=Slot2 [6427690279,5] PHB#0020:02:08.0 [SWDN] 10b5 8747 R:ca C:060400 B:03..03 [6439630607,5] PHB#0020:03:00.0 [EP ] 10de 102d R:a1 C:030200 ( 3d-controller) LOC_CODE=Slot2 [6465164939,5] PHB#0020:02:10.0 [SWDN] 10b5 8747 R:ca C:060400 B:04..04 [6478685050,5] PHB#0020:04:00.0 [EP ] 10de 102d R:a1 C:030200 ( 3d-controller) LOC_CODE=Slot2 [6545852545,5] PHB#0021:00:00.0 [ROOT] 1014 03dc R:00 C:060400 B:01..15 SLOT=Backplane PLX [6591774535,5] PHB#0021:01:00.0 [SWUP] 10b5 8725 R:ca C:060400 B:02..15 LOC_CODE=Backplane PLX [6658456735,5] PHB#0021:02:01.0 [SWDN] 10b5 8725 R:ca C:060400 B:03..07 SLOT=Slot3 [6674860737,5] PHB#0021:02:08.0 [SWDN] 10b5 8725 R:ca C:060400 B:08..0c [6712055326,5] PHB#0021:02:09.0 [SWDN] 10b5 8725 R:ca C:060400 B:0d..0d SLOT=Backplane USB [6791917727,5] PHB#0021:0d:00.0 [EP ] 104c 8241 R:02 C:0c0330 ( usb-xhci) LOC_CODE=Backplane USB [6820002949,5] PHB#0021:02:0a.0 [SWDN] 10b5 8725 R:ca C:060400 B:0e..0e SLOT=Backplane SATA [6899704463,5] PHB#0021:0e:00.0 [LGCY] 1b4b 9235 R:11 C:010601 ( sata) LOC_CODE=Backplane SATA [6924663446,5] PHB#0021:02:0b.0 [SWDN] 10b5 8725 R:ca C:060400 B:0f..10 SLOT=Backplane BMC [7011883151,5] PHB#0021:0f:00.0 [ETOX] 1a03 1150 R:03 C:060400 B:10..10 LOC_CODE=Backplane BMC [7027066680,5] PHB#0021:10:00.0 [PCID] 1a03 2000 R:30 C:030000 ( vga) LOC_CODE=Backplane BMC [7114870905,5] PHB#0021:02:0c.0 [SWDN] 10b5 8725 R:ca C:060400 B:11..15 [7144470294,5] PHB#0021:01:00.1 [EP ] 10b5 87d0 R:ca C:088000 (system-peripheral) LOC_CODE=Backplane PLX [7216276404,5] PHB#0021:01:00.2 [EP ] 10b5 87d0 R:ca C:088000 (system-peripheral) LOC_CODE=Backplane PLX [7259574255,5] PHB#0021:01:00.3 [EP ] 10b5 87d0 R:ca C:088000 (system-peripheral) LOC_CODE=Backplane PLX [7369637777,5] PHB#0021:01:00.4 [EP ] 10b5 87d0 R:ca C:088000 (system-peripheral) LOC_CODE=Backplane PLX [7431586332,5] PHB#0022:00:00.0 [ROOT] 1014 03dc R:00 C:060400 B:01..01 SLOT=Slot1 [7482723755,5] PHB#0022:01:00.0 [EP ] 14e4 1657 R:01 C:020000 ( ethernet) LOC_CODE=Slot1 [7523427328,5] PHB#0022:01:00.1 [EP ] 14e4 1657 R:01 C:020000 ( ethernet) LOC_CODE=Slot1 [7581150559,5] PHB#0022:01:00.2 [EP ] 14e4 1657 R:01 C:020000 ( ethernet) LOC_CODE=Slot1 [7615267161,5] PHB#0022:01:00.3 [EP ] 14e4 1657 R:01 C:020000 ( ethernet) LOC_CODE=Slot1 [7907946425,5] Releasing unused memory: [7908061879,5] ibm,firmware-heap: 2914856/13631488 used [7958469150,5] ibm,firmware-allocs-memory@1800000000: 12845568/34359738368 used [8005021909,5] ibm,firmware-allocs-memory@1000000000: 0/34359738368 used [8049604980,5] ibm,firmware-allocs-memory@800000000: 12059136/34359738368 used [8133452895,5] ibm,firmware-allocs-memory@0: 0/33390854144 used [8170230395,5] Reserved regions: [8190596047,5] 0x001fff800000..001fffffffff : ibm,occ-common-area@1fff800000 [8226290414,5] 0x001ffdc00000..001ffdffffff : ibm,homer-image@1ffdc00000 [8240783556,5] 0x001ffd800000..001ffdbfffff : ibm,homer-image@1ffd800000 [8260422612,5] 0x001ffd700000..001ffd7fffff : ibm,hbrt-vpd-image@1ffd700000 [8322314594,5] 0x001ffd6c0000..001ffd6fffff : ibm,hbrt-target-image@1ffd6c0000 [8352571755,5] 0x001ffd440000..001ffd6bffff : ibm,hbrt-code-image@1ffd440000 [8374818619,5] 0x000031c00000..000032ddffff : ibm,firmware-stacks [8403952828,5] 0x000031000000..000031bfffff : ibm,firmware-data [8419832431,5] 0x000030300000..000030ffffff : ibm,firmware-heap [8460136239,5] 0x000030000000..0000302fffff : ibm,firmware-code [8475733957,5] 0x001800000000..001800c401ff : ibm,firmware-allocs-memory@1800000000 [8531613587,5] 0x000800000000..000800b801ff : ibm,firmware-allocs-memory@800000000 [8552595853,5] IPMI: Resetting boot count on successful boot [8567144431,5] INIT: Waiting for kernel... [11032385433,3] FLASH: No ROOTFS partition [11032490751,5] INIT: Kernel loaded, size: 15728640 bytes (0 = unknown preload) [11050802383,5] INIT: 64-bit LE kernel discovered [11081757935,5] INIT: 64-bit kernel entry at 0x20010000 [11117241169,5] OCC: All Chip Rdy after 0 ms [11117307135,3] OCC: OCC range is not valid [11163690561,3] Skiping core cpufreq init due to OCC error [11205621176,5] Free space in HEAP memory regions: [11240911899,5] Region ibm,firmware-heap free: 9ba080 [11261108457,5] Region ibm,firmware-allocs-memory@1800000000 free: 10cd70 [11357865688,5] Region ibm,firmware-allocs-memory@800000000 free: afec0 [11397355433,5] Total free: 12020912 [11434311107,5] INIT: Starting kernel at 0x20010000, fdt at 0x305c8e50 (size 0x1db66) [11580068212,3] OPAL: Trying a CPU re-init with flags: 0x2 [ 0.000000] opal: OPAL V3 detected ! [ 0.000000] Using PowerNV machine description [ 0.000000] Page sizes from device-tree: [ 0.000000] base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0 [ 0.000000] base_shift=12: shift=16, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=7 [ 0.000000] base_shift=12: shift=24, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=56 [ 0.000000] base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1 [ 0.000000] base_shift=16: shift=24, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=8 [ 0.000000] base_shift=20: shift=20, sllp=0x0130, avpnm=0x00000000, tlbiel=0, penc=2 [ 0.000000] base_shift=24: shift=24, sllp=0x0100, avpnm=0x00000001, tlbiel=0, penc=0 [ 0.000000] base_shift=34: shift=34, sllp=0x0120, avpnm=0x000007ff, tlbiel=0, penc=3 [ 0.000000] Using 1TB segments [ 0.000000] OPAL: Power8 LPC bus found, chip ID 0 [ 0.000000] bootconsole [udbg0] enabled [ 0.000000] CPU maps initialized for 8 threads per core -> smp_release_cpus() spinning_secondaries = 159 <- smp_release_cpus() [ 0.000000] Starting Linux ppc64le #0 SMP Tue Jun 14 10:21:46 CDT 2016 [ 0.000000] ----------------------------------------------------- [ 0.000000] ppc64_pft_size = 0x0 [ 0.000000] phys_mem_size = 0x2000000000 [ 0.000000] cpu_features = 0x077c7aed18500249 [ 0.000000] possible = 0x1f7fffef18500649 [ 0.000000] always = 0x0000000018100040 [ 0.000000] cpu_user_features = 0xdc0065c2 0xae000000 [ 0.000000] mmu_features = 0x7c000001 [ 0.000000] firmware_features = 0x0000000430000000 [ 0.000000] htab_address = 0xc000001ff0000000 [ 0.000000] htab_hash_mask = 0xfffff [ 0.000000] ----------------------------------------------------- <- setup_system() [ 0.000000] Linux version 4.4.9-openpower2 (fspbld@gfwa608.aus.stglabs.ibm.com) (gcc version 4.9.3 (Buildroot 2016.02-00014-gbc248fa) ) #0 SMP Tue Jun 14 10:21:46 CDT 2016 [ 0.000000] Initializing IODA2 OPAL PHB /pciex@3fffe40000000 [ 0.000000] PCI host bridge /pciex@3fffe40000000 (primary) ranges: [ 0.000000] MEM 0x00003fe000000000..0x00003fe07ffeffff -> 0x0000000080000000 [ 0.000000] MEM64 0x0000200000000000..0x000020ffffffffff -> 0x0000200000000000 [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x10000000000 [segment=0x100000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x800) [ 0.000000] Initializing IODA2 OPAL PHB /pciex@3fffe40100000 [ 0.000000] PCI host bridge /pciex@3fffe40100000 ranges: [ 0.000000] MEM 0x00003fe080000000..0x00003fe0fffeffff -> 0x0000000080000000 [ 0.000000] MEM64 0x0000210000000000..0x000021ffffffffff -> 0x0000210000000000 [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x10000000000 [segment=0x100000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x1000) [ 0.000000] Initializing IODA2 OPAL PHB /pciex@3fffe41000000 [ 0.000000] PCI host bridge /pciex@3fffe41000000 ranges: [ 0.000000] MEM 0x00003fe800000000..0x00003fe87ffeffff -> 0x0000000080000000 [ 0.000000] MEM64 0x0000240000000000..0x000024ffffffffff -> 0x0000240000000000 [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x10000000000 [segment=0x100000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x10800) [ 0.000000] Initializing IODA2 OPAL PHB /pciex@3fffe41100000 [ 0.000000] PCI host bridge /pciex@3fffe41100000 ranges: [ 0.000000] MEM 0x00003fe880000000..0x00003fe8fffeffff -> 0x0000000080000000 [ 0.000000] MEM64 0x0000250000000000..0x000025ffffffffff -> 0x0000250000000000 [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x10000000000 [segment=0x100000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x11000) [ 0.000000] Initializing IODA2 OPAL PHB /pciex@3fffe41200000 [ 0.000000] PCI host bridge /pciex@3fffe41200000 ranges: [ 0.000000] MEM 0x00003fe900000000..0x00003fe97ffeffff -> 0x0000000080000000 [ 0.000000] MEM64 0x0000260000000000..0x000026ffffffffff -> 0x0000260000000000 [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x10000000000 [segment=0x100000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x11800) [ 0.000000] OPAL nvram setup, 589824 bytes [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x0000001fffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000001fffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000001fffffffff] [ 0.000000] PERCPU: Embedded 2 pages/cpu @c000001ffc000000 s43672 r0 d87400 u131072 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2095360 [ 0.000000] Kernel command line: console=tty0 console=hvc0 [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] log_buf_len total cpu_extra contributions: 651264 bytes [ 0.000000] log_buf_len min size: 1048576 bytes [ 0.000000] log_buf_len: 2097152 bytes [ 0.000000] early log buf free: 1041008(99%) [ 0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 16777216 (order: 11, 134217728 bytes) [ 0.000000] Inode-cache hash table entries: 8388608 (order: 10, 67108864 bytes) [ 0.000000] Sorting __ex_table... [ 0.000000] Memory: 133627200K/134217728K available (5824K kernel code, 768K rwdata, 1956K rodata, 11328K init, 1493K bss, 590528K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=160, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=160. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=160 [ 0.000000] NR_IRQS:512 nr_irqs:512 16 [ 0.000000] ICS OPAL backend registered [ 0.000005] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns [ 0.076492] clocksource: timebase mult[1f40000] shift[24] registered [ 0.157384] Console: colour dummy device 80x25 [ 0.259246] console [tty0] enabled [ 0.278153] console [hvc0] enabled [ 0.278153] console [hvc0] enabled [ 0.426826] bootconsole [udbg0] disabled [ 0.426826] bootconsole [udbg0] disabled [ 0.466356] pid_max: default: 163840 minimum: 1280 [ 0.549716] Security Framework initialized [ 0.696084] Mount-cache hash table entries: 262144 (order: 5, 2097152 bytes) [ 0.856066] Mountpoint-cache hash table entries: 262144 (order: 5, 2097152 bytes) [ 0.940636] EEH: PowerNV platform initialized [ 1.017022] POWER8 performance monitor hardware support registered [ 1.339977] random: nonblocking pool is initialized [ 1.463734] Brought up 160 CPUs [ 1.468039] devtmpfs: initialized [ 1.476204] evm: security.capability [ 1.476533] EEH: devices created [ 1.509035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 1.687531] NET: Registered protocol family 16 [ 1.913342] PCI: Probing PCI hardware [ 1.913489] PCI: I/O resource not set for host bridge /pciex@3fffe40000000 (domain 0) [ 1.913665] PCI host bridge to bus 0000:00 [ 1.913826] pci_bus 0000:00: root bus resource [mem 0x3fe000000000-0x3fe07ffeffff](bus address [0x80000000-0xfffeffff]) [ 1.913916] pci_bus 0000:00: root bus resource [mem 0x200000000000-0x20feffffffff 64bit pref] [ 1.913997] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.914681] pci 0000:00:00.0: PCI bridge to [bus 01-04] [ 1.915498] pci 0000:01:00.0: PCI bridge to [bus 02-04] [ 1.916308] pci 0000:02:08.0: PCI bridge to [bus 03] [ 1.916812] pci 0000:02:10.0: PCI bridge to [bus 04] [ 1.916945] PCI: I/O resource not set for host bridge /pciex@3fffe40100000 (domain 1) [ 1.917042] PCI host bridge to bus 0001:00 [ 1.917080] pci_bus 0001:00: root bus resource [mem 0x3fe080000000-0x3fe0fffeffff](bus address [0x80000000-0xfffeffff]) [ 1.917170] pci_bus 0001:00: root bus resource [mem 0x210000000000-0x21feffffffff 64bit pref] [ 1.917247] pci_bus 0001:00: root bus resource [bus 00-ff] [ 1.921565] pci 0001:00:00.0: PCI bridge to [bus 01] [ 1.921720] PCI: I/O resource not set for host bridge /pciex@3fffe41000000 (domain 2) [ 1.921820] PCI host bridge to bus 0002:00 [ 1.921859] pci_bus 0002:00: root bus resource [mem 0x3fe800000000-0x3fe87ffeffff](bus address [0x80000000-0xfffeffff]) [ 1.921948] pci_bus 0002:00: root bus resource [mem 0x240000000000-0x24feffffffff 64bit pref] [ 1.922026] pci_bus 0002:00: root bus resource [bus 00-ff] [ 1.922720] pci 0002:00:00.0: PCI bridge to [bus 01-04] [ 1.923578] pci 0002:01:00.0: PCI bridge to [bus 02-04] [ 1.924402] pci 0002:02:08.0: PCI bridge to [bus 03] [ 1.924927] pci 0002:02:10.0: PCI bridge to [bus 04] [ 1.925060] PCI: I/O resource not set for host bridge /pciex@3fffe41100000 (domain 3) [ 1.925158] PCI host bridge to bus 0003:00 [ 1.925196] pci_bus 0003:00: root bus resource [mem 0x3fe880000000-0x3fe8fffeffff](bus address [0x80000000-0xfffeffff]) [ 1.925286] pci_bus 0003:00: root bus resource [mem 0x250000000000-0x25feffffffff 64bit pref] [ 1.925365] pci_bus 0003:00: root bus resource [bus 00-ff] [ 1.927248] pci 0003:00:00.0: PCI bridge to [bus 01-15] [ 1.929574] pci 0003:01:00.0: PCI bridge to [bus 02-15] [ 1.930455] pci 0003:02:01.0: PCI bridge to [bus 03-07] [ 1.930615] pci 0003:02:08.0: PCI bridge to [bus 08-0c] [ 1.931151] pci 0003:02:09.0: PCI bridge to [bus 0d] [ 1.931720] pci 0003:02:0a.0: PCI bridge to [bus 0e] [ 1.932268] pci 0003:02:0b.0: PCI bridge to [bus 0f-10] [ 1.932810] pci 0003:0f:00.0: PCI bridge to [bus 10] [ 1.933005] pci 0003:02:0c.0: PCI bridge to [bus 11-15] [ 1.933177] PCI: I/O resource not set for host bridge /pciex@3fffe41200000 (domain 4) [ 1.933273] PCI host bridge to bus 0004:00 [ 1.933311] pci_bus 0004:00: root bus resource [mem 0x3fe900000000-0x3fe97ffeffff](bus address [0x80000000-0xfffeffff]) [ 1.933402] pci_bus 0004:00: root bus resource [mem 0x260000000000-0x26feffffffff 64bit pref] [ 1.933482] pci_bus 0004:00: root bus resource [bus 00-ff] [ 1.935329] pci 0004:00:00.0: PCI bridge to [bus 01] [ 1.935839] pci 0000:00:00.0: BAR 9: assigned [mem 0x200000000000-0x200bffffffff 64bit pref] [ 1.935919] pci 0000:00:00.0: BAR 8: assigned [mem 0x3fe000000000-0x3fe0027fffff] [ 1.935990] pci 0000:01:00.0: BAR 9: assigned [mem 0x200000000000-0x200bffffffff 64bit pref] [ 1.936072] pci 0000:01:00.0: BAR 8: assigned [mem 0x3fe000000000-0x3fe001ffffff] [ 1.936142] pci 0000:01:00.0: BAR 0: assigned [mem 0x3fe002000000-0x3fe00203ffff] [ 1.936219] pci 0000:02:08.0: BAR 9: assigned [mem 0x200000000000-0x2005ffffffff 64bit pref] [ 1.936300] pci 0000:02:10.0: BAR 9: assigned [mem 0x200600000000-0x200bffffffff 64bit pref] [ 1.936380] pci 0000:02:08.0: BAR 8: assigned [mem 0x3fe000000000-0x3fe000ffffff] [ 1.936449] pci 0000:02:10.0: BAR 8: assigned [mem 0x3fe001000000-0x3fe001ffffff] [ 1.936519] pci 0000:03:00.0: BAR 1: assigned [mem 0x200000000000-0x2003ffffffff 64bit pref] [ 1.936615] pci 0000:03:00.0: BAR 3: assigned [mem 0x200400000000-0x200401ffffff 64bit pref] [ 1.976209] pci 0000:03:00.0: BAR 0: assigned [mem 0x3fe000000000-0x3fe000ffffff] [ 2.046439] pci 0000:02:08.0: PCI bridge to [bus 03] [ 2.137219] pci 0000:02:08.0: bridge window [mem 0x3fe000000000-0x3fe000ffffff] [ 2.298369] pci 0000:02:08.0: bridge window [mem 0x200000000000-0x2005ffffffff 64bit pref] [ 2.320478] pci 0000:04:00.0: BAR 1: assigned [mem 0x200800000000-0x200bffffffff 64bit pref] [ 2.456843] pci 0000:04:00.0: BAR 3: assigned [mem 0x200600000000-0x200601ffffff 64bit pref] [ 2.496590] pci 0000:04:00.0: BAR 0: assigned [mem 0x3fe001000000-0x3fe001ffffff] [ 2.566118] pci 0000:02:10.0: PCI bridge to [bus 04] [ 2.637932] pci 0000:02:10.0: bridge window [mem 0x3fe001000000-0x3fe001ffffff] [ 2.786053] pci 0000:02:10.0: bridge window [mem 0x200600000000-0x200bffffffff 64bit pref] [ 2.806006] pci 0000:01:00.0: PCI bridge to [bus 02-04] [ 2.851209] pci 0000:01:00.0: bridge window [mem 0x3fe000000000-0x3fe001ffffff] [ 2.898938] pci 0000:01:00.0: bridge window [mem 0x200000000000-0x200bffffffff 64bit pref] [ 3.076039] pci 0000:00:00.0: PCI bridge to [bus 01-04] [ 3.145998] pci 0000:00:00.0: bridge window [mem 0x3fe000000000-0x3fe0027fffff] [ 3.176684] pci 0000:00:00.0: bridge window [mem 0x200000000000-0x200bffffffff 64bit pref] [ 3.346877] pci 0001:00:00.0: BAR 9: assigned [mem 0x210000000000-0x2100ffffffff 64bit pref] [ 3.466712] pci 0001:01:00.0: BAR 0: assigned [mem 0x210000000000-0x21001fffffff 64bit pref] [ 3.656456] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.656512] pci 0001:00:00.0: bridge window [mem 0x210000000000-0x2100ffffffff 64bit pref] [ 3.866683] pci 0002:00:00.0: BAR 9: assigned [mem 0x240000000000-0x240bffffffff 64bit pref] [ 3.958839] pci 0002:00:00.0: BAR 8: assigned [mem 0x3fe800000000-0x3fe8027fffff] [ 4.115964] pci 0002:01:00.0: BAR 9: assigned [mem 0x240000000000-0x240bffffffff 64bit pref] [ 4.217325] pci 0002:01:00.0: BAR 8: assigned [mem 0x3fe800000000-0x3fe801ffffff] [ 4.297974] pci 0002:01:00.0: BAR 0: assigned [mem 0x3fe802000000-0x3fe80203ffff] [ 4.376659] pci 0002:02:08.0: BAR 9: assigned [mem 0x240000000000-0x2405ffffffff 64bit pref] [ 4.451492] pci 0002:02:10.0: BAR 9: assigned [mem 0x240600000000-0x240bffffffff 64bit pref] [ 5.067013] pci 0002:02:08.0: BAR 8: assigned [mem 0x3fe800000000-0x3fe800ffffff] [ 5.110448] pci 0002:02:10.0: BAR 8: assigned [mem 0x3fe801000000-0x3fe801ffffff] [ 5.188300] pci 0002:03:00.0: BAR 1: assigned [mem 0x240000000000-0x2403ffffffff 64bit pref] [ 5.325969] pci 0002:03:00.0: BAR 3: assigned [mem 0x240400000000-0x240401ffffff 64bit pref] [ 5.373241] pci 0002:03:00.0: BAR 0: assigned [mem 0x3fe800000000-0x3fe800ffffff] [ 5.486127] pci 0002:02:08.0: PCI bridge to [bus 03] [ 5.545977] pci 0002:02:08.0: bridge window [mem 0x3fe800000000-0x3fe800ffffff] [ 5.756006] pci 0002:02:08.0: bridge window [mem 0x240000000000-0x2405ffffffff 64bit pref] [ 5.845986] pci 0002:04:00.0: BAR 1: assigned [mem 0x240800000000-0x240bffffffff 64bit pref] [ 5.965969] pci 0002:04:00.0: BAR 3: assigned [mem 0x240600000000-0x240601ffffff 64bit pref] [ 6.066523] pci 0002:04:00.0: BAR 0: assigned [mem 0x3fe801000000-0x3fe801ffffff] [ 6.216473] pci 0002:02:10.0: PCI bridge to [bus 04] [ 6.216528] pci 0002:02:10.0: bridge window [mem 0x3fe801000000-0x3fe801ffffff] [ 6.396952] pci 0002:02:10.0: bridge window [mem 0x240600000000-0x240bffffffff 64bit pref] [ 6.517151] pci 0002:01:00.0: PCI bridge to [bus 02-04] [ 6.656885] pci 0002:01:00.0: bridge window [mem 0x3fe800000000-0x3fe801ffffff] [ 6.767229] pci 0002:01:00.0: bridge window [mem 0x240000000000-0x240bffffffff 64bit pref] [ 6.956881] pci 0002:00:00.0: PCI bridge to [bus 01-04] [ 7.015993] pci 0002:00:00.0: bridge window [mem 0x3fe800000000-0x3fe8027fffff] [ 7.096516] pci 0002:00:00.0: bridge window [mem 0x240000000000-0x240bffffffff 64bit pref] [ 7.246949] pci 0003:00:00.0: BAR 9: assigned [mem 0x250000000000-0x2500ffffffff 64bit pref] [ 7.325673] pci 0003:00:00.0: BAR 8: assigned [mem 0x3fe880000000-0x3fe8837fffff] [ 7.455942] pci 0003:00:00.0: BAR 7: no space for [io size 0x3000] [ 7.526060] pci 0003:00:00.0: BAR 7: failed to assign [io size 0x3000] [ 7.677029] pci 0003:00:00.0: BAR 7: no space for [io size 0x2000] [ 7.757145] pci 0003:00:00.0: BAR 7: failed to assign [io size 0x2000] [ 7.857026] pci 0003:01:00.0: BAR 9: assigned [mem 0x250000000000-0x2500ffffffff 64bit pref] [ 7.909711] pci 0003:01:00.0: BAR 8: assigned [mem 0x3fe880000000-0x3fe882ffffff] [ 8.077234] pci 0003:01:00.0: BAR 0: assigned [mem 0x3fe883000000-0x3fe88303ffff] [ 8.136555] pci 0003:01:00.1: BAR 0: assigned [mem 0x3fe883040000-0x3fe883041fff] [ 8.216004] pci 0003:01:00.2: BAR 0: assigned [mem 0x3fe883042000-0x3fe883043fff] [ 8.317742] pci 0003:01:00.3: BAR 0: assigned [mem 0x3fe883044000-0x3fe883045fff] [ 8.406401] pci 0003:01:00.4: BAR 0: assigned [mem 0x3fe883046000-0x3fe883047fff] [ 8.496399] pci 0003:01:00.0: BAR 7: no space for [io size 0x3000] [ 8.556376] pci 0003:01:00.0: BAR 7: failed to assign [io size 0x3000] [ 8.737621] pci 0003:01:00.0: BAR 7: no space for [io size 0x2000] [ 8.797370] pci 0003:01:00.0: BAR 7: failed to assign [io size 0x2000] [ 8.909558] pci 0003:02:01.0: BAR 9: assigned [mem 0x250000000000-0x2500ffffffff 64bit pref] [ 8.955940] pci 0003:02:01.0: BAR 8: assigned [mem 0x3fe880000000-0x3fe8807fffff] [ 9.050109] pci 0003:02:09.0: BAR 8: assigned [mem 0x3fe880800000-0x3fe880ffffff] [ 9.186420] pci 0003:02:0a.0: BAR 8: assigned [mem 0x3fe881000000-0x3fe8817fffff] [ 9.257142] pci 0003:02:0b.0: BAR 8: assigned [mem 0x3fe881800000-0x3fe882ffffff] [ 9.295995] pci 0003:02:01.0: BAR 7: no space for [io size 0x1000] [ 9.446205] pci 0003:02:01.0: BAR 7: failed to assign [io size 0x1000] [ 9.542749] pci 0003:02:0a.0: BAR 7: no space for [io size 0x1000] [ 9.596121] pci 0003:02:0a.0: BAR 7: failed to assign [io size 0x1000] [ 9.697084] pci 0003:02:0b.0: BAR 7: no space for [io size 0x1000] [ 9.736543] pci 0003:02:0b.0: BAR 7: failed to assign [io size 0x1000] [ 9.822847] pci 0003:02:0a.0: BAR 7: no space for [io size 0x1000] [ 9.954362] pci 0003:02:0a.0: BAR 7: failed to assign [io size 0x1000] [ 9.997503] pci 0003:02:0b.0: BAR 7: no space for [io size 0x1000] [ 10.109223] pci 0003:02:0b.0: BAR 7: failed to assign [io size 0x1000] [ 10.156670] pci 0003:02:01.0: BAR 7: no space for [io size 0x1000] [ 10.276341] pci 0003:02:01.0: BAR 7: failed to assign [io size 0x1000] [ 10.366572] pci 0003:02:01.0: PCI bridge to [bus 03-07] [ 10.406381] pci 0003:02:01.0: bridge window [mem 0x3fe880000000-0x3fe8807fffff] [ 10.467506] pci 0003:02:01.0: bridge window [mem 0x250000000000-0x2500ffffffff 64bit pref] [ 10.577443] pci 0003:02:08.0: PCI bridge to [bus 08-0c] [ 10.676827] pci 0003:0d:00.0: BAR 0: assigned [mem 0x3fe880800000-0x3fe88080ffff 64bit] [ 10.717062] pci 0003:0d:00.0: BAR 2: assigned [mem 0x3fe880810000-0x3fe880811fff 64bit] [ 10.773836] pci 0003:02:09.0: PCI bridge to [bus 0d] [ 10.816896] pci 0003:02:09.0: bridge window [mem 0x3fe880800000-0x3fe880ffffff] [ 10.939445] pci 0003:0e:00.0: BAR 6: assigned [mem 0x3fe881000000-0x3fe88100ffff pref] [ 10.972892] pci 0003:0e:00.0: BAR 5: assigned [mem 0x3fe881010000-0x3fe8810107ff] [ 11.043192] pci 0003:0e:00.0: BAR 4: no space for [io size 0x0020] [ 11.096761] pci 0003:0e:00.0: BAR 4: failed to assign [io size 0x0020] [ 11.216289] pci 0003:0e:00.0: BAR 0: no space for [io size 0x0008] [ 11.295990] pci 0003:0e:00.0: BAR 0: failed to assign [io size 0x0008] [ 11.336553] pci 0003:0e:00.0: BAR 2: no space for [io size 0x0008] [ 11.396328] pci 0003:0e:00.0: BAR 2: failed to assign [io size 0x0008] [ 11.466350] pci 0003:0e:00.0: BAR 1: no space for [io size 0x0004] [ 11.506787] pci 0003:0e:00.0: BAR 1: failed to assign [io size 0x0004] [ 11.568958] pci 0003:0e:00.0: BAR 3: no space for [io size 0x0004] [ 11.606337] pci 0003:0e:00.0: BAR 3: failed to assign [io size 0x0004] [ 11.785043] pci 0003:02:0a.0: PCI bridge to [bus 0e] [ 11.785099] pci 0003:02:0a.0: bridge window [mem 0x3fe881000000-0x3fe8817fffff] [ 11.896698] pci 0003:0f:00.0: BAR 8: assigned [mem 0x3fe881800000-0x3fe882ffffff] [ 11.955911] pci 0003:0f:00.0: BAR 7: no space for [io size 0x1000] [ 11.985375] pci 0003:0f:00.0: BAR 7: failed to assign [io size 0x1000] [ 12.045873] pci 0003:10:00.0: BAR 0: assigned [mem 0x3fe882000000-0x3fe882ffffff] [ 12.186306] pci 0003:10:00.0: BAR 1: assigned [mem 0x3fe881800000-0x3fe88181ffff] [ 12.216323] pci 0003:10:00.0: BAR 2: no space for [io size 0x0080] [ 12.266287] pci 0003:10:00.0: BAR 2: failed to assign [io size 0x0080] [ 12.337167] pci 0003:0f:00.0: PCI bridge to [bus 10] [ 12.376567] pci 0003:0f:00.0: bridge window [mem 0x3fe881800000-0x3fe882ffffff] [ 12.416580] pci 0003:02:0b.0: PCI bridge to [bus 0f-10] [ 12.457188] pci 0003:02:0b.0: bridge window [mem 0x3fe881800000-0x3fe882ffffff] [ 12.564648] pci 0003:02:0c.0: PCI bridge to [bus 11-15] [ 12.617796] pci 0003:01:00.0: PCI bridge to [bus 02-15] [ 12.617848] pci 0003:01:00.0: bridge window [mem 0x3fe880000000-0x3fe882ffffff] [ 12.752417] pci 0003:01:00.0: bridge window [mem 0x250000000000-0x2500ffffffff 64bit pref] [ 12.817668] pci 0003:00:00.0: PCI bridge to [bus 01-15] [ 12.896740] pci 0003:00:00.0: bridge window [mem 0x3fe880000000-0x3fe8837fffff] [ 12.996735] pci 0003:00:00.0: bridge window [mem 0x250000000000-0x2500ffffffff 64bit pref] [ 13.106277] pci_bus 0003:00: Some PCI device resources are unassigned, try booting with pci=realloc [ 13.160448] pci 0004:00:00.0: BAR 9: assigned [mem 0x260000000000-0x2600ffffffff 64bit pref] [ 13.206307] pci 0004:00:00.0: BAR 8: assigned [mem 0x3fe900000000-0x3fe9007fffff] [ 13.277572] pci 0004:01:00.0: BAR 6: assigned [mem 0x3fe900000000-0x3fe90007ffff pref] [ 13.336507] pci 0004:01:00.1: BAR 6: assigned [mem 0x3fe900080000-0x3fe9000fffff pref] [ 13.395853] pci 0004:01:00.2: BAR 6: assigned [mem 0x3fe900100000-0x3fe90017ffff pref] [ 13.427907] pci 0004:01:00.3: BAR 6: assigned [mem 0x3fe900180000-0x3fe9001fffff pref] [ 13.495808] pci 0004:01:00.0: BAR 0: assigned [mem 0x260000000000-0x26000000ffff 64bit pref] [ 13.544769] pci 0004:01:00.0: BAR 2: assigned [mem 0x260000010000-0x26000001ffff 64bit pref] [ 13.644079] pci 0004:01:00.0: BAR 4: assigned [mem 0x260000020000-0x26000002ffff 64bit pref] [ 13.716985] pci 0004:01:00.1: BAR 0: assigned [mem 0x260000030000-0x26000003ffff 64bit pref] [ 13.846738] pci 0004:01:00.1: BAR 2: assigned [mem 0x260000040000-0x26000004ffff 64bit pref] [ 13.896302] pci 0004:01:00.1: BAR 4: assigned [mem 0x260000050000-0x26000005ffff 64bit pref] [ 13.987082] pci 0004:01:00.2: BAR 0: assigned [mem 0x260000060000-0x26000006ffff 64bit pref] [ 14.076317] pci 0004:01:00.2: BAR 2: assigned [mem 0x260000070000-0x26000007ffff 64bit pref] [ 14.145845] pci 0004:01:00.2: BAR 4: assigned [mem 0x260000080000-0x26000008ffff 64bit pref] [ 14.175940] pci 0004:01:00.3: BAR 0: assigned [mem 0x260000090000-0x26000009ffff 64bit pref] [ 14.286576] pci 0004:01:00.3: BAR 2: assigned [mem 0x2600000a0000-0x2600000affff 64bit pref] [ 14.407803] pci 0004:01:00.3: BAR 4: assigned [mem 0x2600000b0000-0x2600000bffff 64bit pref] [ 14.545907] pci 0004:00:00.0: PCI bridge to [bus 01] [ 14.545960] pci 0004:00:00.0: bridge window [mem 0x3fe900000000-0x3fe9007fffff] [ 14.657265] pci 0004:00:00.0: bridge window [mem 0x260000000000-0x2600ffffffff 64bit pref] [ 14.727046] pci 0000:00 : [PE# 005] Secondary bus 0 associated with PE#5 [ 14.812197] pci 0000:01 : [PE# 007] Secondary bus 1 associated with PE#7 [ 14.926277] pci 0000:02 : [PE# 012] Secondary bus 2 associated with PE#12 [ 15.006480] pci 0000:03 : [PE# 000] Secondary bus 3 associated with PE#0 [ 15.037924] pci 0000:04 : [PE# 006] Secondary bus 4 associated with PE#6 [ 15.098021] pci 0001:00 : [PE# 001] Secondary bus 0 associated with PE#1 [ 15.136122] pci 0001:01 : [PE# 000] Secondary bus 1 associated with PE#0 [ 15.276517] pci 0002:00 : [PE# 005] Secondary bus 0 associated with PE#5 [ 15.327634] pci 0002:01 : [PE# 007] Secondary bus 1 associated with PE#7 [ 15.406008] pci 0002:02 : [PE# 012] Secondary bus 2 associated with PE#12 [ 15.498459] pci 0002:03 : [PE# 000] Secondary bus 3 associated with PE#0 [ 15.527303] pci 0002:04 : [PE# 006] Secondary bus 4 associated with PE#6 [ 15.596149] pci 0003:00 : [PE# 000] Secondary bus 0 associated with PE#0 [ 15.696622] pci 0003:01 : [PE# 001] Secondary bus 1 associated with PE#1 [ 15.776881] pci 0003:02 : [PE# 002] Secondary bus 2 associated with PE#2 [ 15.921053] pci 0003:03 : [PE# 003] Secondary bus 3 associated with PE#3 [ 15.966477] pci 0003:08 : [PE# 004] Secondary bus 8 associated with PE#4 [ 16.046658] pci 0003:0d : [PE# 005] Secondary bus 13 associated with PE#5 [ 16.077621] pci 0003:0e : [PE# 006] Secondary bus 14 associated with PE#6 [ 16.207316] pci 0003:0f : [PE# 007] Secondary bus 15 associated with PE#7 [ 16.256093] pci 0003:10 : [PE# 008] Secondary bus 16..16 associated with PE#8 [ 16.326947] pci 0003:11 : [PE# 009] Secondary bus 17 associated with PE#9 [ 16.377450] pci 0004:00 : [PE# 001] Secondary bus 0 associated with PE#1 [ 16.496499] pci 0004:01 : [PE# 000] Secondary bus 1 associated with PE#0 [ 16.536794] PCI: Domain 0000 has 8 available 32-bit DMA segments [ 16.573115] PCI: 2 PE# for a total weight of 20 [ 16.655755] pci 0000:03 : [PE# 000] Assign DMA32 space [ 16.753506] pci 0000:03 : [PE# 000] Setting up 32-bit TCE table at 0..80000000 [ 16.871598] IOMMU table initialized, virtual merging enabled [ 16.936796] pci 0000:03 : [PE# 000] Setting up window#0 0..7fffffff pg=1000 [ 16.998217] pci 0000:03 : [PE# 000] Enabling 64-bit DMA bypass [ 17.066794] pci 0000:04 : [PE# 006] Assign DMA32 space [ 17.138384] pci 0000:04 : [PE# 006] Setting up 32-bit TCE table at 0..80000000 [ 17.270053] pci 0000:04 : [PE# 006] Setting up window#0 0..7fffffff pg=1000 [ 17.285833] pci 0000:04 : [PE# 006] Enabling 64-bit DMA bypass [ 17.355794] PCI: Domain 0001 has 8 available 32-bit DMA segments [ 17.385748] PCI: 1 PE# for a total weight of 10 [ 17.428479] pci 0001:01 : [PE# 000] Assign DMA32 space [ 17.472065] pci 0001:01 : [PE# 000] Setting up 32-bit TCE table at 0..80000000 [ 17.560101] pci 0001:01 : [PE# 000] Setting up window#0 0..7fffffff pg=1000 [ 17.727508] pci 0001:01 : [PE# 000] Enabling 64-bit DMA bypass [ 17.802202] PCI: Domain 0002 has 8 available 32-bit DMA segments [ 17.857520] PCI: 2 PE# for a total weight of 20 [ 17.857568] pci 0002:03 : [PE# 000] Assign DMA32 space [ 17.896506] pci 0002:03 : [PE# 000] Setting up 32-bit TCE table at 0..80000000 [ 18.030101] pci 0002:03 : [PE# 000] Setting up window#0 0..7fffffff pg=1000 [ 18.076657] pci 0002:03 : [PE# 000] Enabling 64-bit DMA bypass [ 18.115898] pci 0002:04 : [PE# 006] Assign DMA32 space [ 18.156854] pci 0002:04 : [PE# 006] Setting up 32-bit TCE table at 0..80000000 [ 18.210226] pci 0002:04 : [PE# 006] Setting up window#0 0..7fffffff pg=1000 [ 18.376008] pci 0002:04 : [PE# 006] Enabling 64-bit DMA bypass [ 18.415834] PCI: Domain 0003 has 8 available 32-bit DMA segments [ 18.475739] PCI: 4 PE# for a total weight of 70 [ 18.544190] pci 0003:01 : [PE# 001] Assign DMA32 space [ 18.606145] pci 0003:01 : [PE# 001] Setting up 32-bit TCE table at 0..80000000 [ 18.630061] pci 0003:01 : [PE# 001] Setting up window#0 0..7fffffff pg=1000 [ 18.685793] pci 0003:01 : [PE# 001] Enabling 64-bit DMA bypass [ 18.727979] pci 0003:0d : [PE# 005] Assign DMA32 space [ 18.775834] pci 0003:0d : [PE# 005] Setting up 32-bit TCE table at 0..80000000 [ 18.911794] pci 0003:0d : [PE# 005] Setting up window#0 0..7fffffff pg=1000 [ 18.968532] pci 0003:0d : [PE# 005] Enabling 64-bit DMA bypass [ 19.015788] pci 0003:0e : [PE# 006] Assign DMA32 space [ 19.076654] pci 0003:0e : [PE# 006] Setting up 32-bit TCE table at 0..80000000 [ 19.141290] pci 0003:0e : [PE# 006] Setting up window#0 0..7fffffff pg=1000 [ 19.206403] pci 0003:0e : [PE# 006] Enabling 64-bit DMA bypass [ 19.315735] pci 0003:10 : [PE# 008] Assign DMA32 space [ 19.342675] pci 0003:10 : [PE# 008] Setting up 32-bit TCE table at 0..80000000 [ 19.365925] pci 0003:10 : [PE# 008] Setting up window#0 0..7fffffff pg=1000 [ 19.376370] pci 0003:10 : [PE# 008] Enabling 64-bit DMA bypass [ 19.426924] PCI: Domain 0004 has 8 available 32-bit DMA segments [ 19.475786] PCI: 1 PE# for a total weight of 40 [ 19.542729] pci 0004:01 : [PE# 000] Assign DMA32 space [ 19.602950] pci 0004:01 : [PE# 000] Setting up 32-bit TCE table at 0..80000000 [ 19.704364] pci 0004:01 : [PE# 000] Setting up window#0 0..7fffffff pg=1000 [ 19.816308] pci 0004:01 : [PE# 000] Enabling 64-bit DMA bypass [ 19.870775] EEH: PCI Enhanced I/O Error Handling Enabled [ 19.872666] powernv-rng: Registering arch random hook. [ 19.958568] vgaarb: device added: PCI:0003:10:00.0,decodes=io+mem,owns=none,locks=none [ 19.990813] vgaarb: loaded [ 19.990839] vgaarb: bridge control possible 0003:10:00.0 [ 20.065907] SCSI subsystem initialized [ 20.105841] usbcore: registered new interface driver usbfs [ 20.156050] usbcore: registered new interface driver hub [ 20.176777] usbcore: registered new device driver usb [ 20.176859] pps_core: LinuxPPS API ver. 1 registered [ 20.245750] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 20.345742] PTP clock support registered [ 20.388633] clocksource: Switched to clocksource timebase [ 20.419479] NET: Registered protocol family 2 [ 20.419889] TCP established hash table entries: 524288 (order: 6, 4194304 bytes) [ 20.487820] TCP bind hash table entries: 65536 (order: 4, 1048576 bytes) [ 20.566548] TCP: Hash tables configured (established 524288 bind 65536) [ 20.606450] UDP hash table entries: 65536 (order: 5, 2097152 bytes) [ 20.666144] UDP-Lite hash table entries: 65536 (order: 5, 2097152 bytes) [ 20.707198] NET: Registered protocol family 1 [ 20.796129] pci 0003:0d:00.0: enabling device (0140 -> 0142) [ 23.901049] futex hash table entries: 65536 (order: 7, 8388608 bytes) [ 23.907419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 23.907494] io scheduler noop registered [ 23.907639] io scheduler cfq registered (default) [ 23.907945] ipmi message handler version 39.2 [ 23.907988] ipmi device interface [ 23.908057] ipmi-powernv ibm,opal:ipmi: Unable to map irq from device tree [ 23.910768] ipmi-powernv ibm,opal:ipmi: Found new BMC (man_id: 0x000000, prod_id: 0x0000, dev_id: 0x00) [ 23.924482] hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console) [ 23.925071] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 23.925490] Generic RTC Driver v1.07 [ 23.925614] powernv_rng: Registered powernv hwrng. [ 23.925716] [drm] Initialized drm 1.1.0 20060810 [ 23.925772] [drm] radeon kernel modesetting enabled. [ 23.926014] ast 0003:10:00.0: enabling device (0140 -> 0142) [ 23.926177] [drm] platform has no IO space, trying MMIO [ 23.926221] [drm] AST 2400 detected [ 23.926263] [drm] VGA not enabled on entry, requesting chip POST [ 23.926320] [drm] Analog VGA only [ 23.926364] [drm] dram 1632000000 7 16 00c00000 [ 23.926500] [TTM] Zone kernel: Available graphics memory: 66813600 kiB [ 23.926547] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 23.926594] [TTM] Initializing pool allocator [ 24.100021] Console: switching to colour frame buffer device 128x48 [ 24.144659] ast 0003:10:00.0: fb0: astdrmfb frame buffer device [ 24.188420] [drm] Initialized ast 0.1.0 20120228 for 0003:10:00.0 on minor 0 [ 24.198404] brd: module loaded [ 24.210604] loop: module loaded [ 24.210734] Adaptec aacraid driver 1.2-1[41010]-ms [ 24.211034] ahci 0003:0e:00.0: Using 64-bit DMA iommu bypass [ 24.228473] ahci 0003:0e:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode [ 24.228585] ahci 0003:0e:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 24.229189] scsi host0: ahci [ 24.229447] scsi host1: ahci [ 24.229626] scsi host2: ahci [ 24.229803] scsi host3: ahci [ 24.229913] ata1: SATA max UDMA/133 abar m2048@0x3fe881010000 port 0x3fe881010100 irq 377 [ 24.230025] ata2: SATA max UDMA/133 abar m2048@0x3fe881010000 port 0x3fe881010180 irq 377 [ 24.230135] ata3: SATA max UDMA/133 abar m2048@0x3fe881010000 port 0x3fe881010200 irq 377 [ 24.230246] ata4: SATA max UDMA/133 abar m2048@0x3fe881010000 port 0x3fe881010280 irq 377 [ 24.230463] tg3.c:v3.137 (May 11, 2014) [ 24.230531] tg3 0004:01:00.0: enabling device (0140 -> 0142) [ 24.255363] tg3 0004:01:00.0: Using 64-bit DMA iommu bypass [ 24.256902] tg3 0004:01:00.0 eth0: Tigon3 [partno(00RX892) rev 5719001](PCI Express) MAC address 98:be:94:00:62:90 [ 24.258195] tg3 0004:01:00.0 eth0: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) [ 24.259549] tg3 0004:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 24.260855] tg3 0004:01:00.0 eth0: dma_rwctrl[00000000] dma_mask[64-bit] [ 24.262235] tg3 0004:01:00.1: enabling device (0140 -> 0142) [ 24.287296] tg3 0004:01:00.1: Using 64-bit DMA iommu bypass [ 24.288933] tg3 0004:01:00.1 eth1: Tigon3 [partno(00RX892) rev 5719001](PCI Express) MAC address 98:be:94:00:62:91 [ 24.290313] tg3 0004:01:00.1 eth1: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) [ 24.291679] tg3 0004:01:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 24.293015] tg3 0004:01:00.1 eth1: dma_rwctrl[00000000] dma_mask[64-bit] [ 24.347727] tg3 0004:01:00.2: enabling device (0140 -> 0142) [ 24.427417] tg3 0004:01:00.2: Using 64-bit DMA iommu bypass [ 24.467841] tg3 0004:01:00.2 eth2: Tigon3 [partno(00RX892) rev 5719001](PCI Express) MAC address 98:be:94:00:62:92 [ 24.578411] ata4: SATA link down (SStatus 0 SControl 300) [ 24.578437] ata3: SATA link down (SStatus 0 SControl 300) [ 24.762481] tg3 0004:01:00.2 eth2: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) [ 24.778408] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 24.778428] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 24.779353] ata1.00: ATA-10: ST1000NX0313 00NA562 00NA565LEN, BE30, max UDMA/133 [ 24.779356] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 24.779620] ata2.00: ATA-10: ST1000NX0313 00NA562 00NA565LEN, BE30, max UDMA/133 [ 24.779622] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 24.779896] ata1.00: configured for UDMA/133 [ 24.780166] ata2.00: configured for UDMA/133 [ 24.780595] scsi 0:0:0:0: Direct-Access ATA ST1000NX0313 BE30 PQ: 0 ANSI: 5 [ 24.781671] scsi 1:0:0:0: Direct-Access ATA ST1000NX0313 BE30 PQ: 0 ANSI: 5 [ 25.717364] tg3 0004:01:00.2 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 25.987350] tg3 0004:01:00.2 eth2: dma_rwctrl[00000000] dma_mask[64-bit] [ 26.057548] tg3 0004:01:00.3: enabling device (0140 -> 0142) [ 26.127427] tg3 0004:01:00.3: Using 64-bit DMA iommu bypass [ 26.137536] tg3 0004:01:00.3 eth3: Tigon3 [partno(00RX892) rev 5719001](PCI Express) MAC address 98:be:94:00:62:93 [ 26.195280] tg3 0004:01:00.3 eth3: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) [ 26.267186] tg3 0004:01:00.3 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 26.347927] tg3 0004:01:00.3 eth3: dma_rwctrl[00000000] dma_mask[64-bit] [ 26.383991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 26.428697] ehci-pci: EHCI PCI platform driver [ 26.457555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 26.503492] ohci-pci: OHCI PCI platform driver [ 26.538239] xhci_hcd 0003:0d:00.0: xHCI Host Controller [ 26.606666] xhci_hcd 0003:0d:00.0: new USB bus registered, assigned bus number 1 [ 26.623265] xhci_hcd 0003:0d:00.0: Using 64-bit DMA iommu bypass [ 26.646679] xhci_hcd 0003:0d:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x00000000 [ 26.653966] hub 1-0:1.0: USB hub found [ 26.707208] hub 1-0:1.0: 4 ports detected [ 26.730103] xhci_hcd 0003:0d:00.0: xHCI Host Controller [ 26.790080] xhci_hcd 0003:0d:00.0: new USB bus registered, assigned bus number 2 [ 26.867264] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 26.898841] hub 2-0:1.0: USB hub found [ 26.952485] hub 2-0:1.0: 4 ports detected [ 26.997441] usbcore: registered new interface driver usb-storage [ 27.058558] mousedev: PS/2 mouse device common for all mice [ 27.078400] usb 1-3: new high-speed USB device number 2 using xhci_hcd [ 27.147415] i2c /dev entries driver [ 27.149239] at24 1-0051: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.284135] hub 1-3:1.0: USB hub found [ 27.284487] hub 1-3:1.0: 5 ports detected [ 27.380555] at24 1-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.407501] at24 1-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.427106] at24 1-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.557337] at24 1-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.558398] usb 1-3.1: new high-speed USB device number 3 using xhci_hcd [ 27.663065] usb-storage 1-3.1:1.0: USB Mass Storage device detected [ 27.663092] at24 2-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.663142] at24 2-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663191] at24 2-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663241] at24 2-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663290] at24 2-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663461] at24 3-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663509] at24 3-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663558] at24 3-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663607] at24 3-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663658] at24 3-0056: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.663798] at24 4-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663846] at24 4-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663896] at24 4-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663946] at24 4-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.663996] at24 4-0057: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.664137] at24 5-0051: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.664186] at24 5-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664235] at24 5-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664284] at24 5-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664334] at24 5-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664478] at24 6-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.664527] at24 6-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664575] at24 6-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664624] at24 6-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664674] at24 6-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664817] at24 7-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664867] at24 7-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664916] at24 7-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.664965] at24 7-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.665016] at24 7-0056: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.665168] at24 8-0052: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.665218] at24 8-0053: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.665268] at24 8-0054: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.665317] at24 8-0055: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 27.665366] at24 8-0057: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.665511] at24 9-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.665561] at24 9-0051: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.665705] at24 10-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.665756] at24 10-0051: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.665898] at24 11-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.666040] at24 12-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.666090] at24 12-0051: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.666233] at24 13-0050: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.666284] at24 13-0051: 16384 byte 24c128 EEPROM, writable, 1 bytes/write [ 27.666831] powernv-cpufreq: ibm,pstate-min node not found [ 27.666832] powernv-cpufreq: powernv-cpufreq disabled. System does not support PState control [ 27.667202] usbcore: registered new interface driver usbhid [ 27.667203] usbhid: USB HID core driver [ 27.667629] ipip: IPv4 over IPv4 tunneling driver [ 27.668027] NET: Registered protocol family 17 [ 27.668056] Key type dns_resolver registered [ 27.668355] registered taskstats version 1 [ 27.674454] Key type encrypted registered [ 27.674487] ima: No TPM chip found, activating TPM-bypass! [ 27.674657] evm: HMAC attrs: 0x1 [ 30.724585] Freeing unused kernel memory: 11328K (c0000000007b0000 - c0000000012c0000) [ 30.807151] scsi host4: usb-storage 1-3.1:1.0 [ 30.822375] udevd[2606]: starting version 3.1.5 [ 30.898407] usb 1-3.2: new high-speed USB device number 4 using xhci_hcd

[ 30.912003] mlx5_core 0001:01:00.0: enabling device (0140 -> 0142) [ 30.916381] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 30.916386] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 30.916458] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 30.916462] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 30.916561] sd 0:0:0:0: [sda] Write Protect is off [ 30.916601] sd 1:0:0:0: [sdb] Write Protect is off [ 30.916621] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.916656] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.919510] tg3 0004:01:00.0 enP4p1s0f0: renamed from eth0 [ 30.961713] sdb: sdb1 sdb2 sdb3 [ 30.962490] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 30.969092] sda: [ 30.969471] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 31.003028] usb-storage 1-3.2:1.0: USB Mass Storage device detected [ 31.003139] usb-storage 1-3.2:1.0: Quirks match for vid 046b pid ff40: 200 [ 31.003197] scsi host5: usb-storage 1-3.2:1.0 [ 31.088406] usb 1-3.3: new high-speed USB device number 5 using xhci_hcd [ 31.193031] usb-storage 1-3.3:1.0: USB Mass Storage device detected [ 31.193147] scsi host6: usb-storage 1-3.3:1.0 [ 31.268400] usb 1-3.4: new low-speed USB device number 6 using xhci_hcd [ 31.421548] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/0003:02:09.0/0003:0d:00.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046B:FF10.0001/input/input0 [ 31.478445] hid-generic 0003:046B:FF10.0001: input: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0003:0d:00.0-3.4/input0 [ 31.487215] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0003:00/0003:00:00.0/0003:01:00.0/0003:02:09.0/0003:0d:00.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046B:FF10.0002/input/input1 [ 31.487292] hid-generic 0003:046B:FF10.0002: input: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0003:0d:00.0-3.4/input1 [ 31.800300] scsi 4:0:0:0: CD-ROM AMI Virtual CDROM0 1.00 PQ: 0 ANSI: 0 CCS [ 31.801796] scsi 4:0:0:1: CD-ROM AMI Virtual CDROM1 1.00 PQ: 0 ANSI: 0 CCS [ 31.802915] scsi 4:0:0:2: CD-ROM AMI Virtual CDROM2 1.00 PQ: 0 ANSI: 0 CCS [ 31.804164] scsi 4:0:0:3: CD-ROM AMI Virtual CDROM3 1.00 PQ: 0 ANSI: 0 CCS [ 32.000299] scsi 5:0:0:0: Direct-Access AMI Virtual Floppy0 1.00 PQ: 0 ANSI: 0 CCS [ 32.001549] scsi 5:0:0:1: Direct-Access AMI Virtual Floppy1 1.00 PQ: 0 ANSI: 0 CCS [ 32.002673] scsi 5:0:0:2: Direct-Access AMI Virtual Floppy2 1.00 PQ: 0 ANSI: 0 CCS Petitboot (dev.20160614) 8335-GTA 0000000000000000

pridhiviraj commented 8 years ago

ipmitool sel list 1 | 01/01/2000 | 00:15:20 | System Firmware Progress #0x05 | Motherboard initialization | Asserted 2 | 01/01/2000 | 00:16:02 | System Firmware Progress #0x05 | Memory initialization | Asserted 3 | 01/01/2000 | 00:17:04 | System Firmware Progress #0x05 | Secondary CPU Initialization | Asserted 4 | 01/01/2000 | 00:17:05 | System Firmware Progress #0x05 | System boot initiated | Asserted 5 | 01/01/2000 | 00:17:42 | System Firmware Progress #0x05 | Motherboard initialization | Asserted 6 | 01/01/2000 | 00:17:51 | System Firmware Progress #0x05 | PCI resource configuration | Asserted 7 | 01/01/2000 | 00:17:54 | System Firmware Progress #0x05 | System boot initiated | Asserted 8 | 01/01/2000 | 00:30:40 | System Firmware Progress #0x05 | Motherboard initialization | Asserted 9 | 01/01/2000 | 00:31:01 | System Firmware Progress #0x05 | Memory initialization | Asserted a | 01/01/2000 | 00:31:18 | System Firmware Progress #0x05 | Secondary CPU Initialization | Asserted b | 01/01/2000 | 00:31:19 | System Firmware Progress #0x05 | System boot initiated | Asserted c | 01/01/2000 | 00:31:48 | System Firmware Progress #0x05 | Motherboard initialization | Asserted d | 01/01/2000 | 00:31:57 | System Firmware Progress #0x05 | PCI resource configuration | Asserted e | 01/01/2000 | 00:31:59 | System Firmware Progress #0x05 | System boot initiated | Asserted f | 01/01/2000 | 00:43:24 | System Firmware Progress #0x05 | Motherboard initialization | Asserted 10 | 01/01/2000 | 00:44:05 | System Firmware Progress #0x05 | Memory initialization | Asserted 11 | 01/01/2000 | 00:45:08 | System Firmware Progress #0x05 | Secondary CPU Initialization | Asserted 12 | 01/01/2000 | 00:45:09 | System Firmware Progress #0x05 | System boot initiated | Asserted 13 | 01/01/2000 | 00:45:35 | System Firmware Progress #0x05 | Motherboard initialization | Asserted 14 | 01/01/2000 | 00:45:41 | System Firmware Progress #0x05 | PCI resource configuration | Asserted 15 | 01/01/2000 | 00:45:48 | System Firmware Progress #0x05 | System boot initiated | Asserted root@ltc-fire4:~# ipmitool sel time get 01/01/2000 00:51:08 ipmitool sel list -v Running Get PICMG Properties my_addr 0x20, transit 0, target 0 Error response 0xc1 from Get PICMG Properities Running Get VSO Capabilities my_addr 0x20, transit 0, target 0 Invalid completion code received: Invalid command Discovered IPMB address 0x0 SEL Record ID : 0001 Record Type : 02 Timestamp : 01/01/2000 00:15:20 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21400 Description : Motherboard initialization

SEL Record ID : 0002 Record Type : 02 Timestamp : 01/01/2000 00:16:02 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20100 Description : Memory initialization

SEL Record ID : 0003 Record Type : 02 Timestamp : 01/01/2000 00:17:04 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20300 Description : Secondary CPU Initialization

SEL Record ID : 0004 Record Type : 02 Timestamp : 01/01/2000 00:17:05 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21300 Description : System boot initiated

SEL Record ID : 0005 Record Type : 02 Timestamp : 01/01/2000 00:17:42 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21400 Description : Motherboard initialization

SEL Record ID : 0006 Record Type : 02 Timestamp : 01/01/2000 00:17:51 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20700 Description : PCI resource configuration

SEL Record ID : 0007 Record Type : 02 Timestamp : 01/01/2000 00:17:54 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21300 Description : System boot initiated

SEL Record ID : 0008 Record Type : 02 Timestamp : 01/01/2000 00:30:40 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21400 Description : Motherboard initialization

SEL Record ID : 0009 Record Type : 02 Timestamp : 01/01/2000 00:31:01 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20100 Description : Memory initialization

SEL Record ID : 000a Record Type : 02 Timestamp : 01/01/2000 00:31:18 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20300 Description : Secondary CPU Initialization

SEL Record ID : 000b Record Type : 02 Timestamp : 01/01/2000 00:31:19 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21300 Description : System boot initiated

SEL Record ID : 000c Record Type : 02 Timestamp : 01/01/2000 00:31:48 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21400 Description : Motherboard initialization

SEL Record ID : 000d Record Type : 02 Timestamp : 01/01/2000 00:31:57 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20700 Description : PCI resource configuration

SEL Record ID : 000e Record Type : 02 Timestamp : 01/01/2000 00:31:59 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21300 Description : System boot initiated

SEL Record ID : 000f Record Type : 02 Timestamp : 01/01/2000 00:43:24 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21400 Description : Motherboard initialization

SEL Record ID : 0010 Record Type : 02 Timestamp : 01/01/2000 00:44:05 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20100 Description : Memory initialization

SEL Record ID : 0011 Record Type : 02 Timestamp : 01/01/2000 00:45:08 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20300 Description : Secondary CPU Initialization

SEL Record ID : 0012 Record Type : 02 Timestamp : 01/01/2000 00:45:09 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21300 Description : System boot initiated

SEL Record ID : 0013 Record Type : 02 Timestamp : 01/01/2000 00:45:35 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21400 Description : Motherboard initialization

SEL Record ID : 0014 Record Type : 02 Timestamp : 01/01/2000 00:45:41 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c20700 Description : PCI resource configuration

SEL Record ID : 0015 Record Type : 02 Timestamp : 01/01/2000 00:45:48 Generator ID : 0020 EvM Revision : 04 Sensor Type : System Firmware Progress Sensor Number : 05 Event Type : Sensor-specific Discrete Event Direction : Assertion Event Event Data : c21300 Description : System boot initiated

ipmitool sensor list CPU Diode 1 | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Diode 2 | 28.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Quick Power Drop | 0x0 | discrete | 0x0180| na | na | na | na | na | na
All PGood | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU Func 1 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Func 2 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
BIOS Golden Side | 0x0 | discrete | 0x0080| na | na | na | na | na | na
Host Status | 0x0 | discrete | 0x0180| na | na | na | na | na | na
FW Boot Progress | 0x0 | discrete | 0x0480| na | na | na | na | na | na
PCI | 0x0 | discrete | 0x0080| na | na | na | na | na | na
OS Boot | 0x0 | discrete | 0x4080| na | na | na | na | na | na
OCC 1 Active | 0x0 | discrete | 0x0280| na | na | na | na | na | na
OCC 2 Active | 0x0 | discrete | 0x0280| na | na | na | na | na | na
Watchdog | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU1 Temp | 39.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU2 Temp | 42.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM1 Temp | 28.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM2 Temp | 28.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM3 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM4 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 1 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM5 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM6 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM7 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM8 Temp | 28.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 2 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM9 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM10 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM11 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM12 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 3 | 39.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM13 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM14 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM15 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM16 Temp | 27.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 4 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM17 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM18 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM19 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM20 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 5 | 37.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM21 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM22 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM23 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM24 Temp | 26.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 6 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM25 Temp | 25.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM26 Temp | 25.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM27 Temp | 24.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM28 Temp | 25.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 7 | 36.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM29 Temp | 25.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM30 Temp | 24.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM31 Temp | 25.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
DIMM32 Temp | 25.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Buf Temp 8 | 37.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Fan Power A | 28.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Proc0 Pwr | 30.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Proc1 Pwr | 30.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
PCIE Proc0 Pwr | 42.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Mem Cache Power | 79.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Proc0 Power | 15.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Checkstop | 0x0 | discrete | 0x0080| na | na | na | na | na | na
Boot Count | 0x0 | discrete | 0x0280| na | na | na | na | na | na
CPU Core Func 1 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 2 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 3 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 4 | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU Core Func 5 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 6 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 7 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 8 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 9 | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU Core Func 10 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 11 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 12 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 13 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 14 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 15 | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU Core Func 16 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 17 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 18 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 19 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 20 | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU Core Func 21 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 22 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 23 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
CPU Core Func 24 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
DIMM Func 1 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 2 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 3 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 4 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 6 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 5 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 7 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 8 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 9 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 10 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 11 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 12 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 13 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 14 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 15 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 16 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 18 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 17 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 19 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 20 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 22 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 21 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 23 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 24 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 26 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 25 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 27 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 28 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 30 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 29 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 31 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
DIMM Func 32 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 1 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 2 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 3 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 4 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 5 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 6 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 7 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Mem Buf Func 8 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
Ambient Temp | 20.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 45.000 | 45.000 | 45.000
CPU Core Temp 1 | 39.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 2 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 3 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 4 | na | degrees C | na | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 5 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 6 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 7 | 39.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 8 | 39.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 9 | na | degrees C | na | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 10 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 11 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 12 | 38.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 13 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 14 | 37.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 15 | na | degrees C | na | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 16 | 40.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 17 | 40.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 18 | 35.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 20 | na | degrees C | na | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 19 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 21 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 22 | 42.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 23 | 42.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
CPU Core Temp 24 | 41.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
Motherboard Flt | 0x0 | discrete | 0x0080| na | na | na | na | na | na
System Event | 0x0 | discrete | 0x0080| na | na | na | na | na | na
Activate Pwr Lt | 0x0 | discrete | 0x0080| na | na | na | na | na | na
Ref Clock Fault | 0x0 | discrete | 0x0080| na | na | na | na | na | na
PCI Clock Fault | 0x0 | discrete | 0x0080| na | na | na | na | na | na
TOD Clock Fault | 0x0 | discrete | 0x0080| na | na | na | na | na | na
APSS Fault | 0x0 | discrete | 0x0080| na | na | na | na | na | na
CPU VDD Volt | 0.930 | Volts | ok | 0.000 | 0.000 | 0.000 | 2.550 | 2.550 | 2.550
CPU VDD Curr | 12.000 | Amps | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
PS Derating Fac | 0x0 | discrete | 0x5a80| na | na | na | na | na | na
Proc1 Power | 16.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
PCIE Proc1 Power | 47.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
GPU Sense | 141.000 | Watts | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
GPU Temp 1 | 30.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
GPU Temp 2 | 34.000 | degrees C | ok | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
GPU Temp 3 | na | degrees C | na | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
GPU Temp 4 | na | degrees C | na | 0.000 | 0.000 | 0.000 | 255.000 | 255.000 | 255.000
BMC Golden Side | 0x0 | discrete | 0x0080| na | na | na | na | na | na
GPU Func 1 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
GPU Func 2 | 0x0 | discrete | 0x4080| na | na | na | na | na | na
GPU Func 3 | 0x0 | discrete | 0x0080| na | na | na | na | na | na
GPU Func 4 | 0x0 | discrete | 0x0080| na | na | na | na | na | na
PSU Fault 1 | 0x0 | discrete | 0x0180| na | na | na | na | na | na
PSU Fault 2 | 0x0 | discrete | 0x0180| na | na | na | na | na | na
Fan 1 | 3100.000 | RPM | ok | 0.000 | 0.000 | 0.000 | 12000.000 | 12000.000 | 12000.000 Fan 2 | 3000.000 | RPM | ok | 0.000 | 0.000 | 0.000 | 12000.000 | 12000.000 | 12000.000 Fan 3 | 3000.000 | RPM | ok | 0.000 | 0.000 | 0.000 | 12000.000 | 12000.000 | 12000.000 Fan 4 | 3100.000 | RPM | ok | 0.000 | 0.000 | 0.000 | 12000.000 | 12000.000 | 12000.000 NxtPwr Redundant | 0x0 | discrete | 0x0280| na | na | na | na | na | na
CurPwr Redundant | 0x0 | discrete | 0x0280| na | na | na | na | na | na
Turbo Allowed | 0x0 | discrete | 0x0280| na | na | na | na | na | na
ipmitool sdr list CPU Diode 1 | 27 degrees C | ok CPU Diode 2 | 28 degrees C | ok Quick Power Drop | 0x00 | ok All PGood | 0x00 | ok CPU Func 1 | 0x00 | ok CPU Func 2 | 0x00 | ok BIOS Golden Side | 0x00 | ok Host Status | 0x00 | ok FW Boot Progress | 0x00 | ok PCI | 0x00 | ok OS Boot | 0x00 | ok OCC 1 Active | 0x00 | ok OCC 2 Active | 0x00 | ok Watchdog | 0x00 | ok CPU1 Temp | 39 degrees C | ok CPU2 Temp | 43 degrees C | ok DIMM1 Temp | 28 degrees C | ok DIMM2 Temp | 28 degrees C | ok DIMM3 Temp | 26 degrees C | ok DIMM4 Temp | 27 degrees C | ok Mem Buf Temp 1 | 40 degrees C | ok DIMM5 Temp | 27 degrees C | ok DIMM6 Temp | 27 degrees C | ok DIMM7 Temp | 27 degrees C | ok DIMM8 Temp | 28 degrees C | ok Mem Buf Temp 2 | 42 degrees C | ok DIMM9 Temp | 27 degrees C | ok DIMM10 Temp | 27 degrees C | ok DIMM11 Temp | 26 degrees C | ok DIMM12 Temp | 27 degrees C | ok Mem Buf Temp 3 | 39 degrees C | ok DIMM13 Temp | 27 degrees C | ok DIMM14 Temp | 27 degrees C | ok DIMM15 Temp | 27 degrees C | ok DIMM16 Temp | 27 degrees C | ok Mem Buf Temp 4 | 41 degrees C | ok DIMM17 Temp | 26 degrees C | ok DIMM18 Temp | 27 degrees C | ok DIMM19 Temp | 26 degrees C | ok DIMM20 Temp | 26 degrees C | ok Mem Buf Temp 5 | 37 degrees C | ok DIMM21 Temp | 26 degrees C | ok DIMM22 Temp | 26 degrees C | ok DIMM23 Temp | 26 degrees C | ok DIMM24 Temp | 27 degrees C | ok Mem Buf Temp 6 | 41 degrees C | ok DIMM25 Temp | 25 degrees C | ok DIMM26 Temp | 25 degrees C | ok DIMM27 Temp | 25 degrees C | ok DIMM28 Temp | 25 degrees C | ok Mem Buf Temp 7 | 37 degrees C | ok DIMM29 Temp | 25 degrees C | ok DIMM30 Temp | 24 degrees C | ok DIMM31 Temp | 25 degrees C | ok DIMM32 Temp | 25 degrees C | ok Mem Buf Temp 8 | 38 degrees C | ok Fan Power A | 27 Watts | ok Mem Proc0 Pwr | 30 Watts | ok Mem Proc1 Pwr | 30 Watts | ok PCIE Proc0 Pwr | 42 Watts | ok Mem Cache Power | 79 Watts | ok Proc0 Power | 15 Watts | ok Checkstop | 0x00 | ok Boot Count | 0x00 | ok CPU Core Func 1 | 0x00 | ok CPU Core Func 2 | 0x00 | ok CPU Core Func 3 | 0x00 | ok CPU Core Func 4 | 0x00 | ok CPU Core Func 5 | 0x00 | ok CPU Core Func 6 | 0x00 | ok CPU Core Func 7 | 0x00 | ok CPU Core Func 8 | 0x00 | ok CPU Core Func 9 | 0x00 | ok CPU Core Func 10 | 0x00 | ok CPU Core Func 11 | 0x00 | ok CPU Core Func 12 | 0x00 | ok CPU Core Func 13 | 0x00 | ok CPU Core Func 14 | 0x00 | ok CPU Core Func 15 | 0x00 | ok CPU Core Func 16 | 0x00 | ok CPU Core Func 17 | 0x00 | ok CPU Core Func 18 | 0x00 | ok CPU Core Func 19 | 0x00 | ok CPU Core Func 20 | 0x00 | ok CPU Core Func 21 | 0x00 | ok CPU Core Func 22 | 0x00 | ok CPU Core Func 23 | 0x00 | ok CPU Core Func 24 | 0x00 | ok DIMM Func 1 | 0x00 | ok DIMM Func 2 | 0x00 | ok DIMM Func 3 | 0x00 | ok DIMM Func 4 | 0x00 | ok DIMM Func 6 | 0x00 | ok DIMM Func 5 | 0x00 | ok DIMM Func 7 | 0x00 | ok DIMM Func 8 | 0x00 | ok DIMM Func 9 | 0x00 | ok DIMM Func 10 | 0x00 | ok DIMM Func 11 | 0x00 | ok DIMM Func 12 | 0x00 | ok DIMM Func 13 | 0x00 | ok DIMM Func 14 | 0x00 | ok DIMM Func 15 | 0x00 | ok DIMM Func 16 | 0x00 | ok DIMM Func 18 | 0x00 | ok DIMM Func 17 | 0x00 | ok DIMM Func 19 | 0x00 | ok DIMM Func 20 | 0x00 | ok DIMM Func 22 | 0x00 | ok DIMM Func 21 | 0x00 | ok DIMM Func 23 | 0x00 | ok DIMM Func 24 | 0x00 | ok DIMM Func 26 | 0x00 | ok DIMM Func 25 | 0x00 | ok DIMM Func 27 | 0x00 | ok DIMM Func 28 | 0x00 | ok DIMM Func 30 | 0x00 | ok DIMM Func 29 | 0x00 | ok DIMM Func 31 | 0x00 | ok DIMM Func 32 | 0x00 | ok Mem Buf Func 1 | 0x00 | ok Mem Buf Func 2 | 0x00 | ok Mem Buf Func 3 | 0x00 | ok Mem Buf Func 4 | 0x00 | ok Mem Buf Func 5 | 0x00 | ok Mem Buf Func 6 | 0x00 | ok Mem Buf Func 7 | 0x00 | ok Mem Buf Func 8 | 0x00 | ok Ambient Temp | 20 degrees C | ok CPU Core Temp 1 | 39 degrees C | ok CPU Core Temp 2 | 38 degrees C | ok CPU Core Temp 3 | 38 degrees C | ok CPU Core Temp 4 | no reading | ns CPU Core Temp 5 | 38 degrees C | ok CPU Core Temp 6 | 38 degrees C | ok CPU Core Temp 7 | 39 degrees C | ok CPU Core Temp 8 | 39 degrees C | ok CPU Core Temp 9 | no reading | ns CPU Core Temp 10 | 39 degrees C | ok CPU Core Temp 11 | 38 degrees C | ok CPU Core Temp 12 | 38 degrees C | ok CPU Core Temp 13 | 41 degrees C | ok CPU Core Temp 14 | 37 degrees C | ok CPU Core Temp 15 | no reading | ns CPU Core Temp 16 | 41 degrees C | ok CPU Core Temp 17 | 41 degrees C | ok CPU Core Temp 18 | 35 degrees C | ok CPU Core Temp 20 | no reading | ns CPU Core Temp 19 | 41 degrees C | ok CPU Core Temp 21 | 42 degrees C | ok CPU Core Temp 22 | 43 degrees C | ok CPU Core Temp 23 | 42 degrees C | ok CPU Core Temp 24 | 42 degrees C | ok Motherboard Flt | 0x00 | ok System Event | 0x00 | ok Activate Pwr Lt | 0x00 | ok Ref Clock Fault | 0x00 | ok PCI Clock Fault | 0x00 | ok TOD Clock Fault | 0x00 | ok APSS Fault | 0x00 | ok CPU VDD Volt | 0.93 Volts | ok CPU VDD Curr | 12 Amps | ok PS Derating Fac | 0x00 | ok Proc1 Power | 21 Watts | ok PCIE Proc1 Power | 47 Watts | ok GPU Sense | 141 Watts | ok GPU Temp 1 | 30 degrees C | ok GPU Temp 2 | 34 degrees C | ok GPU Temp 3 | no reading | ns GPU Temp 4 | no reading | ns BMC Golden Side | 0x00 | ok GPU Func 1 | 0x00 | ok GPU Func 2 | 0x00 | ok GPU Func 3 | 0x00 | ok GPU Func 4 | 0x00 | ok PSU Fault 1 | 0x00 | ok PSU Fault 2 | 0x00 | ok Fan 1 | 3100 RPM | ok Fan 2 | 3000 RPM | ok Fan 3 | 3000 RPM | ok Fan 4 | 3100 RPM | ok NxtPwr Redundant | 0x00 | ok CurPwr Redundant | 0x00 | ok Turbo Allowed | 0x00 | ok

pridhiviraj commented 8 years ago

is there a way to attach logs here instead of pasting it.

dcrowell77 commented 8 years ago

No obvious signs of error in there so we'll probably need help from the Opal team to explain the error they spit out. @stewart-ibm

One more chunk of data to grab would be the devtree dtc -I fs -O dts /proc/device-tree

Re: attaching files - Look at the bottom of the comment window. You can drag them in or select them.

shilpasri commented 8 years ago

Hi, [11012003835,7] OCC: Data ( 1ffd9f8000) = 10200d597979700 0 [11012007021,7] OCC: Min -43 Nom -105 Max -105 Nr States 195 [11012009421,3] OCC: OCC range is not valid

Valid | Version | Throttle | Min | Nominal | Turbo | Ultra-turbo | Reserved 1 02 00 d5 97 97 97 00 Opal is correctly parsing the min and max pstates as OCC has provided it. We read the pstate table only for Chip 0 as pstates and frequencies are common across all chips. Here the min pstate is less than turbo pstate, ultra turbo pstate and nominal pstate which is the wrong data. We bail out here with "OCC range is not valid" because the no of pstates is greater than 128.

[10976128831,7] OCC: Chip 00 Data (0000001ffd9f8000) = 010200d597979700 [10976131984,7] OCC: Chip 08 Data (0000001ffddf8000) = 010200d5ef000000

If we see Chip 8 has sane values for min, nominal and turbo pstates.

dcrowell77 commented 8 years ago

@mzipse - Can't find anyone from occ on github so please route appropriately.

shilpasri commented 8 years ago

I was able to reproduce the bug on Pridhviraj's test machine. I am attaching the opal logs which dumps the entire pstate table. opal_out.txt From the logs I could verify that Opal has not corrupted the memory, as I have dumped the first 8 bytes of the pstate table right in the beginning of the OPAL init path. [59096655891,5] SkiBoot skiboot-5.3.1-shilpa-dirty-e75ee6d starting... [59096662393,5] initial console log level: memory 7, driver 5 [59096665185,5] OCC: Data ( 1ffd9f8000) = 10200d597979700 0 [59096669211,5] OCC: Data ( 1ffddf8000) = 10200d5ef000000 0

williamspatrick commented 8 years ago

Issue moved to open-power/occ #13 via ZenHub