aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2020-10-01core/flash.c: add SECBOOT read and write supportClaudio Carvalho1-0/+126
2020-10-01libstb/secureboot: OS Secure Boot is enabled only if FW secureboot is enabledNayna Jain1-1/+1
2020-09-09stack: only print stack usage backtraces when we hit a new watermarkOliver O'Halloran1-4/+4
2020-08-07Enable fused core mode support in OPALVaidyanathan Srinivasan1-4/+0
2020-08-07Add POWER9 Cumulus processor PVR typeVaidyanathan Srinivasan1-0/+19
2020-08-07cpu: Make cpu_get_core_index() return the fused core numberBenjamin Herrenschmidt2-1/+14
2020-08-07direct-ctl: Use the EC primary for special wakeupsBenjamin Herrenschmidt1-4/+4
2020-08-07cpu: Keep track of the "ec_primary" in big core moreBenjamin Herrenschmidt1-6/+14
2020-08-07chip: Fix pir_to_thread_id for fused coresBenjamin Herrenschmidt1-1/+1
2020-08-07Add basic P9 fused core supportRyan Grimm2-11/+39
2020-06-30mpipl: Move opal_mpipl_save_crashing_pir() call to platform specific codeVasant Hegde2-11/+1
2020-06-30mpipl: Delay MPIPL registration until OPAL init is completeVasant Hegde2-3/+14
2020-06-30dt: Set new property length in dt_resize_property()Thiago Jung Bauermann2-1/+1
2020-06-17test: Do gcov builds as a seperate passOliver O'Halloran1-2/+1
2020-06-11core/mce: add support for decoding and handling machine checksNicholas Piggin3-6/+240
2020-06-11core: interrupt markers for stack tracesNicholas Piggin9-7/+20
2020-06-11move opal_branch_table, opal_num_args to .rodata sectionNicholas Piggin1-6/+6
2020-06-11fast-reboot: improve fast reboot sequenceNicholas Piggin1-119/+120
2020-06-11fast-reboot: don't back up old vectors upon fast rebootNicholas Piggin1-5/+5
2020-06-11fast-reboot: add missing clear memory fallbackNicholas Piggin1-2/+8
2020-06-04Disable protected execution facilityRyan Grimm2-0/+62
2020-06-03occ: Fix false negatives in wait_for_all_occ_init()Gautham R. Shenoy1-2/+4
2020-05-26Detect fused core mode and bail outJoel Stanley1-0/+4
2020-05-26buddy: Fix warnings when undefining BUDDY_DEBUGRyan Grimm1-2/+2
2020-04-15MPIPL: Add support to save crash CPU details on FSP systemVasant Hegde2-0/+13
2020-04-08hw/ocmb: Add OCMB SCOM supportOliver O'Halloran1-0/+4
2020-03-13Re-license contributions from YadroOliver O'Halloran1-1/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith81-81/+81
2020-03-11core/pci.c: cleanup pci_add_loc_code()Klaus Heinrich Kiwi1-20/+15
2020-03-11errorlog: Increase the severity of abnormal reboot eventsVasant Hegde1-1/+1
2020-02-26memory: Sort memory regions listVasant Hegde3-6/+20
2020-02-26errorlog: Replace hardcode value with macroVasant Hegde3-3/+3
2020-02-26core/fast-reset: Do not enable by defaultOliver O'Halloran2-20/+25
2020-02-26core/platform: Add an explicit fast-reboot typeOliver O'Halloran1-0/+4
2020-02-24PCI: create optional loc-code platform callbackKlaus Heinrich Kiwi1-35/+7
2020-02-12platform: Log error to BMC even if diag data is missingVasant Hegde1-2/+2
2020-02-12mpipl: Rework memory reservation for OPAL dumpVasant Hegde2-23/+37
2020-02-12mpipl: Disable fast-reboot during post MPIPL bootVasant Hegde1-0/+2
2020-02-12mpipl: Release cpu data memory in free reserved memory pathVasant Hegde1-0/+2
2019-12-16i2c: fix dereference beyond the end of bufferNicholas Piggin1-2/+10
2019-12-16fix simple sparse warningsNicholas Piggin3-4/+4
2019-12-16add more sparse endian annotationsNicholas Piggin6-13/+16
2019-12-16dt: assorted cleanupsNicholas Piggin2-13/+16
2019-12-16add little endian supportNicholas Piggin2-3/+22
2019-12-16opal-dump: MPIPL endan conversionsNicholas Piggin1-41/+49
2019-12-16pel: endian conversionNicholas Piggin1-35/+37
2019-12-16errorlog: endian conversionNicholas Piggin2-11/+18
2019-12-16debug descriptor: make endian-cleanNicholas Piggin2-13/+18
2019-12-16memconsole: make endian-cleanNicholas Piggin1-11/+11
2019-12-16hmi: endian conversionsNicholas Piggin1-10/+10