aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Construct linked list of gcov data structuresStewart Smith2-3/+67
2015-05-15Run gcc constructorsStewart Smith1-0/+13
2015-05-15Enable SKIBOOT_GCOV build option for building with profilingStewart Smith2-0/+82
2015-05-15Dump out free space in each memory region on boot.Stewart Smith2-1/+41
2015-05-15Make relocate() return specific error as to what went wrongStewart Smith1-4/+4
2015-05-13Make makefile for core/test a bit prettierStewart Smith1-1/+13
2015-05-13core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr3-1/+199
2015-05-13core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-13core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-13core: Add asserts for region free-list lockingJeremy Kerr7-1/+41
2015-05-13core: Move free-list locking to a separate per-region lockJeremy Kerr6-41/+44
2015-05-13flash: Fix uninitialised variable warningJoel Stanley1-1/+1
2015-05-12Add test for pr_fmtStewart Smith1-0/+72
2015-05-12Fix race in flash resource preloadingStewart Smith1-4/+5
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith7-14/+27
2015-05-11core/lock: Simplify the check in lock_recursive()Gavin Shan1-3/+1
2015-05-07Fix synchronous running of CPU jobs for NRCPUs=1Stewart Smith1-8/+9
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith3-33/+68
2015-05-07Add global CPU job queueStewart Smith2-37/+60
2015-05-07Asynchronously preload CAPP microcodeStewart Smith1-0/+1
2015-05-07Track how long we spend spinning waiting for resource to be loadedStewart Smith1-0/+4
2015-05-07astbmc: asynchronous preloading of resourcesStewart Smith1-2/+117
2015-05-07Start preload of kernel and initramfs early in bootStewart Smith1-30/+50
2015-05-07eeh: Fix eeh event handlingAlistair Popple2-2/+23
2015-05-07OPAL: Validate before creating opal device tree nodeVasant Hegde1-1/+5
2015-04-30Adjust skiboot_cpu_stacks region size according to real max PIRStewart Smith2-2/+12
2015-04-29phb3: Disable write scope group in PHB for certain adaptersBenjamin Herrenschmidt1-1/+1
2015-04-18init: Display message before loading kernelJoel Stanley1-0/+2
2015-04-18pci: Fix presence detect on PHB3Benjamin Herrenschmidt1-2/+5
2015-04-18ipmi: Check for ipmi backend presence before useAlistair Popple1-0/+38
2015-04-09Add Naples chip supportBenjamin Herrenschmidt1-7/+22
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman16-16/+0
2015-04-01core: Add support for cec_power_down() on mamboMichael Ellerman1-2/+12
2015-03-31exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt1-13/+9
2015-03-31exceptions: Remove deprecated exception patching stuffBenjamin Herrenschmidt1-254/+14
2015-03-31core: Catch attempts to branch through a NULL pointerBenjamin Herrenschmidt1-0/+16
2015-03-31elog: Don't call uninitialized platform elog_commitBenjamin Herrenschmidt1-4/+15
2015-03-26opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar2-2/+172
2015-03-26opal: Handle TFMR parity HMI event.Mahesh Salgaonkar1-1/+1
2015-03-25Fix start_preload_resource for OpenPower BMC machinesCédric Le Goater1-2/+3
2015-03-24sensor: return OPAL_UNSUPPORTED when no sensors are supportedCédric Le Goater1-1/+1
2015-03-24dts: add device tree nodes for the core temperaturesCédric Le Goater1-0/+2
2015-03-24dts: add support to read the core temperaturesCédric Le Goater1-0/+4
2015-03-24core: add a platform op to read sensorsCédric Le Goater3-3/+46
2015-03-24OCC/hostservices: Call abort if hbrt_lid_list is emptyVasant Hegde1-2/+4
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith4-5/+4
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith3-14/+49
2015-03-19OPAL: Detect recursive poller entry from same CPUVasant Hegde1-0/+11
2015-03-17opal: Check NX FIRs to find the reason for Malfunction Alert.Mahesh Salgaonkar1-0/+86
2015-03-17opal: Check Core FIRs to find the reason for Malfunction Alert.Mahesh Salgaonkar1-3/+120