aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-01-27hmi: Identify the phb upon CAPI malfunction alertPhilippe Bergheaud1-1/+3
2016-01-21DT sorting testOliver O'Halloran2-1/+72
2016-01-21core/device.c: Sort nodes with name@unit names by unitOliver O'Halloran1-4/+52
2016-01-21Enable -Werror for -WformatStewart Smith2-4/+6
2016-01-12Add OPAL_CONSOLE_FLUSH to the OPAL APIRussell Currey2-5/+24
2015-11-13core: Check con_driver is not NULLSamuel Mendoza-Jonas1-1/+1
2015-11-12sensor: add a compatible propertyCédric Le Goater1-0/+1
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey2-0/+10
2015-10-30opal/hmi: Signal PRD about NX unit checkstop.Mahesh Salgaonkar1-0/+11
2015-10-14opal/hmi: Fix the soft lockup issue on HMI for certain TB errors.Mahesh Salgaonkar1-1/+23
2015-10-07Fix printf format warningStewart Smith1-1/+1
2015-10-07Ensure we run pollers in cpu_wait_job()Stewart Smith1-0/+9
2015-09-30Add opal_boot_complete to debug descriptorJoel Stanley1-0/+3
2015-09-22Ensure reserved memory ranges are exposed correctly to host (fix corrupted SL...Stewart Smith3-14/+26
2015-09-15PCI: Clear error bits after changing MPSGavin Shan1-3/+19
2015-09-15opal/hmi: Use prlog instead of printf.Mahesh Salgaonkar1-4/+4
2015-09-15opal: Fix hang in time_wait* calls on HMI for TB errors.Mahesh Salgaonkar2-0/+18
2015-09-11slw/timer: SBE based timer supportBenjamin Herrenschmidt3-27/+55
2015-09-11timer: Pass current timer to timer callbacksBenjamin Herrenschmidt2-5/+6
2015-09-10Remove old, out of date and misplaced commentStewart Smith1-5/+0
2015-09-10move enum ipl_state to hw/fsp/fsp.cStewart Smith1-1/+0
2015-09-10Remove FIXME for using atomics for opal_pending_eventsStewart Smith1-1/+0
2015-09-10remove FIXME from opal_trace_entryStewart Smith1-1/+0
2015-09-09Fix comparing array to null is always trueStewart Smith1-2/+2
2015-09-09assert that allocation of node region name succeeedsStewart Smith1-0/+1
2015-09-09Assert that memory allocation succeeds in mem_region_add_dt_reserved_node()Stewart Smith1-0/+2
2015-09-09Fix harmless free() after realloc() in test-malloc.cStewart Smith1-2/+2
2015-09-09platform: Add platform hook for terminate callVasant Hegde1-1/+3
2015-09-09Move FSP specific abort() code to platform layerVasant Hegde2-16/+4
2015-09-08trivial run-malloc test fixup that was fooling coverityStewart Smith1-1/+1
2015-09-01pci: Support absence of base location codeBenjamin Herrenschmidt1-7/+11
2015-09-01pci: Don't create -T location codes on non-FSP machinesBenjamin Herrenschmidt1-1/+5
2015-09-01pci/fsp: Cleanup slot_infoBenjamin Herrenschmidt1-7/+14
2015-08-28hmi: Remove unused variable in opal_handle_hmi()Michael Neuling1-2/+1
2015-08-26Fix spelling mistakesStewart Smith5-7/+7
2015-08-17core/mem_region: Add mem_range_is_reserved()Jeremy Kerr3-0/+260
2015-08-17core/mem_region: parse node-style reserved memoryJeremy Kerr1-1/+57
2015-08-17core/mem_region: allow pre-existing reserved-memory nodesJeremy Kerr1-4/+7
2015-08-17core/mem_region: Move reserved-ranges parsing into a separate functionJeremy Kerr1-34/+46
2015-08-17core: Add dt_copyJeremy Kerr1-0/+38
2015-08-14update 'loading kernel' message to 'waiting for kernel'Stewart Smith1-1/+1
2015-08-11fix dump_regs() for hssr0 and hsrr1Stewart Smith1-1/+1
2015-08-11Don't try to print symbol when we didn't find oneStewart Smith1-1/+3
2015-07-31fix run-pel.c build after error log entry changesStewart Smith1-1/+1
2015-07-31opal-api: Add OPAL call to handle abnormal reboots.Vipin K Parashar1-0/+39
2015-07-31errorlog: Simplify log calling conventionSamuel Mendoza-Jonas1-48/+84
2015-07-10Introduce memory allocation return value checkKamalesh Babulal1-0/+4
2015-07-10pci_configure_mps fixes: NULL dereference, null check and typoKamalesh Babulal1-4/+4
2015-07-08fix potential divide by zeroStewart Smith1-0/+4
2015-07-08fix potential integer overflow for giant cpu_max_pirStewart Smith1-1/+1