aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-06-16cpu: Fix hang issue in opal_reinit_cpus()Hari Bathini1-2/+1
2015-06-05core/mem_region: Create reservations of type REGION_HW_RESERVEDskiboot-5.0.3Jeremy Kerr2-3/+4
2015-05-21hw/prd: Expose prd ranges via device treeJeremy Kerr1-0/+2
2015-05-21core: Add mem_region_nextJeremy Kerr3-1/+144
2015-05-21core: Add node-style memory reservation to device treeJeremy Kerr2-30/+105
2015-05-21core: Introduce REGION_HW_RESERVEDJeremy Kerr1-1/+1
2015-05-21core: Rename mem_region->mem_node to ->nodeJeremy Kerr1-5/+5
2015-05-21core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr3-1/+199
2015-05-21core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-21core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-21core: Add asserts for region free-list lockingJeremy Kerr7-1/+41
2015-05-21core: Move free-list locking to a separate per-region lockJeremy Kerr6-41/+44
2015-05-01init: Display message before loading kernelJoel Stanley1-0/+2
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
2015-03-17opal: Enhance HMI event structure to accommodate checkstop info.Mahesh Salgaonkar1-0/+6
2015-03-06Merge branch 'openpower'Stewart Smith3-6/+66
2015-03-05flash: fix return value of flash_find_subpartition()Cédric Le Goater1-1/+1
2015-03-05core/test: Test compatible, chip id and phandle related DT functionsDaniel Axtens1-0/+56
2015-03-05core/test: Test more get/set functions in device.cDaniel Axtens1-0/+70
2015-03-05core/test: Use "" as the name of the device tree root node.Daniel Axtens1-11/+11
2015-03-05core/test: Test that device paths/names function as expected.Daniel Axtens1-4/+61
2015-03-05core/flash: Fix invalid try_lock check in flash_nvram_writeJeremy Kerr1-1/+1
2015-03-04hw/ipmi: Set boot count sensorJoel Stanley1-2/+7
2015-03-04hw/ipmi: Set firmware progress sensorJoel Stanley1-0/+5
2015-03-04hw/ipmi: Disable flash access when requestedJoel Stanley1-4/+54
2015-03-04core/flash: Rename KERNEL to BOOTKERNELJoel Stanley1-1/+1
2015-03-04core/flash: Don't clobber rc in error pathJoel Stanley1-1/+1
2015-03-04core/flash: Remove alignment and size restrictionsJoel Stanley1-8/+5
2015-03-04core/flash: add /chosen/ibm, system-flash property to indicate system PNORJeremy Kerr1-8/+33
2015-03-04core: Move hservices_init to platform codeJeremy Kerr1-4/+0
2015-02-26sparse: fix Using plain integer as NULL pointer warningCédric Le Goater2-2/+2
2015-02-26sparse: hmi_lock can be staticCédric Le Goater1-1/+1