aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-04bitmap: Add basic bitmap opsBenjamin Herrenschmidt3-1/+126
2017-01-04console: remove force_dummy_console()Oliver O'Halloran3-11/+1
2017-01-04console: remove con_ops->flush()Oliver O'Halloran3-18/+6
2017-01-04console: use opal_con_ops APIOliver O'Halloran8-26/+61
2017-01-04console: add opal_con_ops structureOliver O'Halloran4-0/+73
2017-01-04console: document the dummy consoleOliver O'Halloran1-1/+6
2017-01-04console: move mambo con_ops into the platformOliver O'Halloran5-55/+70
2017-01-04mambo: move callouts into separate header fileOliver O'Halloran2-39/+61
2017-01-04console: add helper to create serial console nodesOliver O'Halloran4-42/+44
2017-01-04console: unexport con_lockOliver O'Halloran2-3/+1
2017-01-04console: don't use __flush_console() outside console.cOliver O'Halloran3-3/+2
2016-12-23mambo_utils: add ascii output to hexdumpOliver O'Halloran1-1/+12
2016-12-23mambo_utils: add p_str <addr> [limit]Oliver O'Halloran1-0/+19
2016-12-23mambo_utils: make p return a valueOliver O'Halloran1-5/+2
2016-12-23platform: add OPAL_REBOOT_FULL_IPL reboot typeAndrew Donnellan3-0/+10
2016-12-23update opal-ci/READMEStewart Smith1-1/+8
2016-12-22travis: install expect on ubuntu 12.04, disable qemu on 16.04/latestStewart Smith4-4/+4
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