aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-26sparse: hbrt_memcons can be staticCédric Le Goater1-1/+1
2015-02-26sparse: declare platform as externCédric Le Goater1-0/+2
2015-02-26sparse: fix fonction declarationsCédric Le Goater2-4/+4
2015-02-26libflash: move ffs_flash_read into libflashJeremy Kerr1-3/+3
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling1-0/+1
2015-02-23flash: Add ECC to load_resource()Michael Neuling1-15/+52
2015-02-23libffs: Add ecc parameter on ffs_part_info()Michael Neuling1-3/+3
2015-02-23flash: Fix bugs for sub-partitions in flash_load_resource()Michael Neuling1-8/+16
2015-02-23flash: Add newlines on printsMichael Neuling1-6/+6
2015-02-23hostservices/fsp: Move lid caching to platformAnanth N Mavinakayanahalli1-3/+0
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli1-0/+10
2015-02-23hostservices: Fix lid loadAnanth N Mavinakayanahalli1-2/+3
2015-02-19ipmi: Fix locking for synchronous message sendingAlistair Popple1-5/+3
2015-02-19core/flash: Move flash NVRAM handling to new flash moduleJeremy Kerr3-80/+105
2015-02-19core/flash: port pnor_load_resource to flash codeJeremy Kerr1-0/+186
2015-02-19core/flash: Add flash APIJeremy Kerr2-1/+226
2015-02-18Limit number of warnings of pollers run with lock heldStewart Smith1-1/+6
2015-02-18pci: Remove pci_lockBenjamin Herrenschmidt1-12/+2
2015-02-18pci: Don't hang if we have only one CPUBenjamin Herrenschmidt1-0/+9
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt2-5/+13
2015-02-18cpu: Don't hold lock while waitingBenjamin Herrenschmidt1-3/+7
2015-02-18Don't run pollers in time_wait() when a lock is heldBenjamin Herrenschmidt1-1/+9
2015-02-18Warn when pollers are called with a lock heldBenjamin Herrenschmidt1-0/+5
2015-02-18lock: Add lock depth recording per CPUBenjamin Herrenschmidt1-0/+5
2015-02-18Always create opal-interrupts propertyBenjamin Herrenschmidt1-3/+5
2015-02-18hostservices: Cache lids prior to first load requestAnanth N Mavinakayanahalli2-32/+88
2015-02-17hostservices: Don't run pollers from hostservices callbacksAnanth N Mavinakayanahalli1-1/+1
2015-02-17timebase: Add nanosleep_nopollAnanth N Mavinakayanahalli1-0/+11
2015-02-17core: Add subid to load_resource()Michael Neuling2-4/+5