aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-08verify that PIR in init_all_cpus() is within our bounds for cpu_stacks[pir]Stewart Smith1-0/+1
2015-07-07core/interrupts: Fix resource leak in add_opal_interrupts()Kamalesh Babulal1-0/+2
2015-07-06core: Bound check get_chip()Benjamin Herrenschmidt1-0/+2
2015-07-06Disable bust_locks for general calls of abort()Alistair Popple2-2/+2
2015-07-03plat/qemu: Add LPC based RTC supportBenjamin Herrenschmidt1-17/+0
2015-07-03plat/qemu: Add simple qemu platformBenjamin Herrenschmidt1-1/+1
2015-07-03core/ipmi: Provide the dequeue message interfaceNeelesh Gupta1-0/+13
2015-07-02flash: Add ecc.h full pathVasant Hegde1-1/+1
2015-07-02Add mem_dump_free() call to mem_region unit testStewart Smith1-0/+2
2015-06-24Use memcpy for NVRAM free partition name, is part of stdStewart Smith1-1/+2
2015-06-24add test for nvram free space partition nameStewart Smith1-6/+3
2015-06-24Expand nvram-format unit test to cover all error pathsStewart Smith2-3/+94
2015-06-24Move NVRAM format/check code out into separate file to unit testStewart Smith5-133/+190
2015-06-24pci_configure_mps(): Check empty pointer before dereferencingKamalesh Babulal1-4/+5