aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-22hello_world: print out full path of missing MAMBO_BINARYStewart Smith2-2/+2
2016-12-22travis: build and test more on centos7Stewart Smith2-2/+27
2016-12-22print-stb-container: Fix build on centos7Stewart Smith1-2/+3
2016-12-22hello_world: run p9 mambo testsStewart Smith2-0/+70
2016-12-22travis: install systemsim-p8 on centos7Stewart Smith1-0/+2
2016-12-22travis: install systemsim-p8 on centos6Stewart Smith1-0/+2
2016-12-22travis: install systemsim-p9Stewart Smith7-0/+14
2016-12-22travis: enable fedora25Stewart Smith2-0/+8
2016-12-22travis: use curl rather than wgetStewart Smith8-13/+13
2016-12-22travis: always pull new docker imageStewart Smith1-1/+1
2016-12-22Makefile: Disable stack protector due to gcc problemsBenjamin Herrenschmidt1-3/+9
2016-12-22stack: Don't recurse into __stack_chk_failBenjamin Herrenschmidt1-2/+7
2016-12-22Makefile: Use -ffixed-r13Benjamin Herrenschmidt1-0/+1
2016-12-22phb3: Lock the PHB on set_xive callbacksBenjamin Herrenschmidt1-0/+8
2016-12-21gitignore: Add Secure/Trusted Boot build filesMichael Neuling1-0/+2
2016-12-21tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran13-44/+19
2016-12-21Add fwts annotation for duplicate DT node entries.ppaidipe@linux.vnet.ibm.com1-1/+19
2016-12-21arch_flash_arm: Don't assume mtd labels are shortJoel Stanley1-1/+1
2016-12-21Always set ibm,occ-functional-state correctlyPridhiviraj Paidipeddi2-7/+14
2016-12-21opal/fast-reboot: set fw_progress sensor status with IPMI_FW_PCI_INIT.Pridhiviraj Paidipeddi1-0/+3
2016-12-21hdat: Add PSI HB xscom detailsVasant Hegde1-0/+5
2016-12-21hdat: Add new fields to proc_init_data structureVasant Hegde1-0/+2
2016-12-21hdat: Add processor version check for hs service ntupleVasant Hegde1-0/+4
2016-12-20hdat: add_iplparams_serial - Validate HDIF_get_iarray_size() return valueVasant Hegde1-1/+1
2016-12-20Stop using 3-operand cmp[l][i] for latest binutilsAlexey Kardashevskiy1-2/+2
2016-12-16psi: fix the xive registers initialization on P8Cédric Le Goater1-12/+8
2016-12-16core/cpu.c: Use a device-tree node to detect nest mmu presenceAlistair Popple1-14/+22
2016-12-14hw/npu: Remove obsolete config space indexesGavin Shan1-9/+0
2016-12-14include/npu.h: Remove unused struct npu_dev_trapAlistair Popple1-17/+0
2016-12-14external/fwts: Add 'last-tag' to FWTS olog outputJack Miller1-5/+12
2016-12-14external/fwts: Add FWTS olog merge scriptJack Miller1-0/+115
2016-12-14pci: Always print PHB and PE numbers as hexadecimalRussell Currey4-25/+25
2016-12-13slw: Set PSSCR value for idle statesShilpasri G Bhat2-14/+93
2016-12-13mambo: fake NVRAM supportChris Smart2-18/+24
2016-12-13mambo: Add Fake NVRAM driverJack Miller4-0/+71
2016-12-13BMC/PCI: Check slot tables against detected devicesStewart Smith7-0/+94
2016-12-13hw/phb3: fix error handling in complete resetAndrew Donnellan1-2/+1
2016-12-08doc/sensors: be explicit about the encoding of sensor ID/handle not being ABIStewart Smith2-3/+5
2016-12-08sensor: add a family field in the handlerCédric Le Goater5-21/+34
2016-12-08phb3: Trick to allow control of the PCIe link width and speedBenjamin Herrenschmidt2-0/+91
2016-12-02Add skiboot-5.4.2 release notesStewart Smith1-0/+15
2016-12-02add skiboot-5.4.1 release notesStewart Smith1-0/+27
2016-12-02i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPMStewart Smith3-0/+42
2016-12-02p8-i2c reset things manually in some error conditionsStewart Smith1-22/+157
2016-11-30phb4: Add ability to log config space accessMichael Neuling1-0/+13
2016-11-29tpm_i2c_nuvoton: work out the polling time using mftb()Claudio Carvalho1-26/+45
2016-11-29tpm_i2c_nuvoton: handle errors after reading the tpm fifoClaudio Carvalho1-1/+11
2016-11-29tpm_i2c_nuvoton: cleanup variables in tpm_read_fifo()Claudio Carvalho1-17/+11
2016-11-29tpm_i2c_nuvoton: handle errors after writting the tpm fifoClaudio Carvalho1-2/+11
2016-11-29tpm_i2c_nuvoton: cleanup variables in tpm_write_fifo()Claudio Carvalho1-27/+23