aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-11-13occ: hbrt: Change the OCC reset orderShilpasri G Bhat1-0/+44
2015-11-12Merge branch 'stable'Stewart Smith2-4/+18
2015-11-12FSP: Handle DPO initiated CEC shutdown with FSP in RRAnanth N Mavinakayanahalli2-4/+18
2015-11-11llvm-scan-build: fix dead assignment in hw/lpc.cStewart Smith1-2/+9
2015-11-10llvm-scan-build: fix value stored to rc never read in hw/occ.cStewart Smith1-0/+11
2015-11-10llvm-scan-build: fix value stored to end during init never read in phb3.cStewart Smith1-1/+1
2015-11-10llvm-scan-build: fix value stored to tfmr during init is never readStewart Smith1-1/+1
2015-11-10llvm-scan-build: fix value stored during init is never read in npu.cStewart Smith1-1/+1
2015-11-10llvm-scan-build: fix dead assignment in fsp-leds.cStewart Smith1-2/+0
2015-11-10llvm-scan-build: fix value is never read warningStewart Smith1-6/+2
2015-11-10llvm-scan-build: fix dead assignment warningStewart Smith1-6/+2
2015-11-10llvm-scan-build: fix potential division by zeroStewart Smith1-0/+3
2015-11-10sparse: fix incorrect type in assignment in fsp-mem-err.cStewart Smith1-7/+7
2015-11-10sparse: fix be64 degrades to integer warnings in fsp-mem-err.cStewart Smith1-6/+6
2015-11-10sparse: correct endian conversion of sglistStewart Smith1-1/+1
2015-11-10sparse: add missing endian conversion in fsp-attn.cStewart Smith1-1/+1
2015-11-10sparse: fix incorrect type in assignment warning in hw/lpc-uart.cStewart Smith1-1/+1
2015-11-10sparse: fix endian conversions in hw/occ.cStewart Smith1-5/+5
2015-11-10sparse: fix endian conversion for MDST tableStewart Smith1-11/+12
2015-11-10sparse: fix endian annotation warnings in ipmi-rtc.cStewart Smith1-4/+4
2015-11-10sparse: Fix many constant is too big warninsg in p7ioc codeStewart Smith3-412/+412
2015-11-10sparse: fix warning constant is so big it is (unsigned) long in hw/p5ioc2.cStewart Smith1-4/+4
2015-11-10sparse: fix warning constant is so big it is long in hw/psi.cStewart Smith1-1/+1
2015-11-10sparse: fix warning constant is so big it is long in hw/slw.cStewart Smith1-6/+6
2015-11-10sparse: fix constant is so big it's long in hw/nx-rng.cStewart Smith1-1/+1
2015-11-10sparse: fix constant is so big warning in hw/xscom.cStewart Smith1-1/+1
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey1-1/+13
2015-11-09Skip OCCs for chip that has occ_functional set to falseStewart Smith1-0/+7
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey1-1/+13
2015-10-30slw: Move add_cpu_idle_state_properties() to add_opal_node()Shilpasri G Bhat1-3/+1
2015-10-26Nvlink: Add NPU PHB functionsAlistair Popple3-1/+2317
2015-10-23hw/phb3: phb3_set_capi_mode(): remove duplicated codeAndrew Donnellan1-9/+0
2015-10-14fsp/dpo: DPO driver code improvementsVipin K Parashar1-31/+31
2015-10-13fix prerror() build failure in fsp-leds.cskiboot-5.1.7Stewart Smith1-1/+1
2015-10-13Merge branch 'stable': FSP leds fix and skiboot 5.1.7 release notesStewart Smith1-1/+12
2015-10-09Merge branch 'update-2.1.1.1' into stableStewart Smith1-1/+12
2015-10-09PHB3: Remove unnecessary message in phb3_sm_fundamental_reset()skiboot-2.1.1-fw810.40-1Gavin Shan1-2/+1
2015-10-09PHB3: Retry fundamental resetGavin Shan1-2/+29
2015-10-09hw/fsp/fsp-leds.c: use allocated buffer for FSP_CMD_GET_LED_LIST responseStewart Smith1-2/+11
2015-10-08PHB3: Emulate root complex pref 64-bits windowGavin Shan1-18/+70
2015-10-08PCI: Introduce config register filterGavin Shan1-0/+33
2015-10-08hw/bt.c: Timeout messages when bt interface isn't functionalAlistair Popple1-9/+17
2015-10-08interrupts: Convert P8 IRQ assignment to functionsAlistair Popple1-9/+9
2015-10-07pci: Use a fixed numbering of PHBs on OPAL and improve log consistencyBenjamin Herrenschmidt3-12/+21
2015-10-07chiptod: chiptod code improvementsVipin K Parashar2-116/+114
2015-10-07hw/fake-rtc: Add support for emulated rtc clockVaibhav Jain1-9/+50
2015-10-07PHB3: Fix unexpected ER (all) on errinjct by PCI configGavin Shan1-2/+2
2015-10-07PHB3: Remove unnecessary message in phb3_sm_fundamental_reset()Gavin Shan1-2/+1
2015-10-07PHB3: Retry fundamental resetGavin Shan1-2/+29
2015-10-07hw/bt.c: Check for timeout after checking for message responseAlistair Popple1-1/+2