aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-02-08core/init: move imc catalog preload init after the STB init.Pridhiviraj Paidipeddi1-3/+3
2018-01-30core: Avoid possible uninitialized pointer read (CID 209502)Cyril Bur1-1/+1
2018-01-14SLW: Delay cpuidle device-tree creationAkshay Adiga1-1/+0
2017-12-20lock: Add additional lock auditing codeBenjamin Herrenschmidt17-23/+74
2017-12-20Add support for new gcc 7 parametrized stack protectorBenjamin Herrenschmidt2-5/+10
2017-12-20Mambo: run hello_world and sreset_world tests with Secure and Trusted BootStewart Smith1-2/+13
2017-12-18libstb/cvc: update memory-region to point to /reserved-memoryClaudio Carvalho1-0/+7
2017-12-18core: update superseded libstb calls in flash.c and init.cClaudio Carvalho2-8/+9
2017-12-18core/init.c: remove redundant calls to verify and measure BOOTKERNELClaudio Carvalho1-22/+4
2017-12-18core/flash.c: extern function to get the name of a PNOR partitionClaudio Carvalho1-0/+10
2017-12-18make check: Make valgrind optionalMichael Ellerman1-1/+1
2017-12-14opal-prd: Add support for runtime OCC reset in ZZShilpasri G Bhat1-13/+28
2017-12-14prd: Enable error logging via firmware_request interfaceVasant Hegde1-1/+1
2017-12-13core/hmi: Display chip location code while displaying core FIR.Mahesh Salgaonkar1-1/+4
2017-12-13core/hmi: Do not display FIR details if none of the bits are set.Mahesh Salgaonkar1-0/+3
2017-12-13opal/hmi: HMI logging with location code info.Mahesh Salgaonkar1-4/+36
2017-12-13core/hmi: Use pr_fmt macro for tagging log messagesMahesh Salgaonkar1-16/+19
2017-12-13opal: Get chip location codeMahesh Salgaonkar1-0/+10
2017-12-11chiptod: Keep boot timestamps contiguousOliver O'Halloran1-3/+5
2017-12-11timer: Stop calling list_top() racilyBenjamin Herrenschmidt1-4/+5
2017-12-06Fix booting & OPAL call return values with DEBUG=1Stewart Smith1-2/+3
2017-12-04dctl: p9 increase thread quiesce timeoutNicholas Piggin1-4/+14
2017-12-03direct-controls: enable fast reboot direct controls for mamboNicholas Piggin2-3/+19
2017-12-03fast-reboot: bare bones fast reboot implementation for POWER9Nicholas Piggin2-28/+50
2017-12-03fast-reboot: move boot CPU cleanup logically together with secondariesNicholas Piggin1-8/+8
2017-12-03fast-reboot: move fdt freeing into initNicholas Piggin2-7/+9
2017-12-03fast-reboot: improve failure error messagesNicholas Piggin1-3/+13
2017-12-03fast-reboot: quiesce opal before initiating a fast rebootNicholas Piggin2-29/+24
2017-12-03core: Add support for quiescing OPALNicholas Piggin2-3/+172
2017-12-03core/opal: always verify cpu->pir on entryNicholas Piggin1-5/+7
2017-12-03asm/head: move opal entry token check into CNicholas Piggin1-1/+6
2017-12-03asm/head: add entry/exit callsNicholas Piggin1-4/+23
2017-12-03core/lock: improve bust_locksNicholas Piggin1-0/+3
2017-12-03core/lock: Introduce atomic cmpxchg and implement try_lock with itNicholas Piggin1-4/+22
2017-12-03direct-controls: add xscom error handling for p8Nicholas Piggin1-9/+27
2017-12-03direct-controls: p8 implementation of generic direct controlsNicholas Piggin1-93/+119
2017-12-03direct-controls: change p8_sreset_all_others sequenceNicholas Piggin1-10/+5
2017-12-03fast-reboot: move sreset direct controls to direct-controls.cNicholas Piggin2-283/+293
2017-12-03fast-reboot: allow mambo fast reboot independent of CPU typeNicholas Piggin1-1/+2
2017-12-03fast-reboot: move de-asserting of special wakeups to the initiatorNicholas Piggin1-3/+3
2017-12-03fast-reboot: inline fast_reset_p8 into fast_rebootNicholas Piggin1-30/+24
2017-12-03fast-reboot: remove delay after sresetNicholas Piggin1-2/+1
2017-12-03fast-reboot: add more barriers around cpu state changesNicholas Piggin2-1/+7
2017-12-03fast-reboot: add sreset timeout detection and handlingNicholas Piggin1-33/+45
2017-12-03fast-reboot: make spin loops consistent and SMT friendlyNicholas Piggin1-9/+15
2017-12-03fast-reboot: add sreset_all_others error handlingNicholas Piggin1-10/+13
2017-12-03fast-reboot: factor out the mambo sreset codeNicholas Piggin1-26/+62
2017-12-03fast-reboot: clean up some common cpu iteration processes with macrosNicholas Piggin2-46/+39
2017-12-03fast-reboot: remove last man standing logicNicholas Piggin1-22/+1
2017-12-03fast-reboot: factor out direct control loops for sresetNicholas Piggin1-21/+58