aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-17core: Add load_resource()Michael Neuling2-13/+18
2015-02-16s/OpalMessageType/opal_msg_type/ removing CamelCase and being consistent!Stewart Smith1-1/+1
2015-02-12opal: Do not overwrite same HMI event for multiple HMI errors.Mahesh Salgaonkar1-31/+45
2015-02-11core/device: Function to return child node using nameNeelesh Gupta1-0/+16
2015-02-11Make abort() update sp attn area (like assert does)Stewart Smith1-2/+2
2015-02-09ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple2-2/+9
2015-02-09ipmi: Implement Read Event and SEL parsingJoel Stanley1-1/+2
2015-02-09Merge remote branch 'ka1/master'Stewart Smith1-0/+40
2015-02-09cpu: Handle opal_reinit_cpus() more gracefully on P7Benjamin Herrenschmidt1-0/+7
2015-02-09ipmi: handle SMS_ATN eventsJeremy Kerr1-0/+40
2015-02-09ipmi: Add support for synchronous message sendingAlistair Popple1-0/+23
2015-02-09platform: Add exit platform hookAlistair Popple1-0/+3
2015-02-09ipmi: Add a function to (re)initialise a message without allocationAlistair Popple1-10/+18
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith17-0/+19
2015-02-04Allow ELF executables with function descriptor entrypoint to be skiboot payloadsNathan Whitehorn1-0/+20
2015-01-21Unlock rtc cache lock when cache isn't validStewart Smith1-1/+4
2015-01-21Don't run pollers when sending fsp msg for op panel op_display(FATAL)Stewart Smith1-2/+2
2015-01-19Merge branch 'update-2.1.1.1'Stewart Smith2-0/+114
2015-01-19opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar2-2/+125