aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21dt: add /cpus/ibm, powerpc-cpu-features device tree bindingsNicholas Piggin1-0/+1
2018-02-18increase log verbosity in debug buildsStewart Smith1-1/+1
2018-02-19Add -debug to version on DEBUG buildsStewart Smith1-1/+7
2018-02-08core/init: manage MSR[ME] explicitly, always enableNicholas Piggin1-0/+15
2018-02-08fast-boot: occ: Re-parse the pstate table during fast-bootShilpasri G Bhat1-1/+2
2018-02-08core/init: move imc catalog preload init after the STB init.Pridhiviraj Paidipeddi1-3/+3
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 Carvalho1-4/+5
2017-12-18core/init.c: remove redundant calls to verify and measure BOOTKERNELClaudio Carvalho1-22/+4
2017-12-11chiptod: Keep boot timestamps contiguousOliver O'Halloran1-3/+5
2017-12-03fast-reboot: bare bones fast reboot implementation for POWER9Nicholas Piggin1-7/+7
2017-12-03fast-reboot: move fdt freeing into initNicholas Piggin1-1/+7
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur1-1/+1
2017-09-28cpu: idle POWER9 power management implementationNicholas Piggin1-0/+2
2017-09-28cpu: idle split pm enable into sreset and ipi componentsNicholas Piggin1-3/+7
2017-09-20core: POWER9 implement OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin1-0/+6
2017-09-04init: add missing sync_icache after exception vector patchingNicholas Piggin1-0/+2
2017-08-15core/flash core/init: Fix unintended sign extensionCyril Bur1-2/+4
2017-08-01vas: Initialize VAS registersSukadev Bhattiprolu1-0/+4
2017-07-28sensors: occ: Add support for OCC inband sensorsShilpasri G Bhat1-0/+1
2017-06-27skiboot: Find the IMC DTBMadhavan Srinivasan1-0/+7
2017-06-26cpu: Support setting HID[RADIX] and set it by default on P9Benjamin Herrenschmidt1-0/+3
2017-06-26cpu: Make init_hid() local to cpu.cBenjamin Herrenschmidt1-2/+0
2017-06-26Big log level reduction...Benjamin Herrenschmidt1-8/+9
2017-06-26init: Silence messages and call ourselves "OPAL"Benjamin Herrenschmidt1-2/+2
2017-06-26phb3/4: Move IO VPD preload out to a common placeBenjamin Herrenschmidt1-1/+1
2017-06-19capi: Load capp microcodeChristophe Lombard1-1/+1
2017-06-15core: Move enable_mambo_console() into chip initialisationMichael Ellerman1-6/+0
2017-06-06Improve cpu_idle when PM is disabledNicholas Piggin1-2/+2
2017-05-10Add global physical memory mapMichael Neuling1-0/+4
2017-04-27console: Set log level from nvramMichael Neuling1-0/+60
2017-03-30Introduce NPU2 supportAlistair Popple1-0/+1
2017-03-29phb3/4: Set max link speed via nvramMichael Neuling1-0/+17
2017-03-09init: Cosmetic fixup of commentBenjamin Herrenschmidt1-2/+2
2017-03-03lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt1-0/+3
2017-02-06Initial support for the ELFv2 ABINicholas Piggin1-6/+12
2017-01-10init: print the FDT blob size in decimalOliver O'Halloran1-1/+1
2017-01-10init: Print some more info before booting linuxBenjamin Herrenschmidt1-1/+8
2017-01-04console: use opal_con_ops APIOliver O'Halloran1-3/+2
2016-11-02libstb: remove subid argument from sb_verify and tb_measureClaudio Carvalho1-4/+4
2016-10-28add BUILD_ASSERT that reset_patch fits in area savedStewart Smith1-0/+1
2016-10-26libstb/stb.c: ignore the secure mode flag unless forced in NVRAMClaudio Carvalho1-3/+3
2016-10-25core/init.c: Fix bootargs parsingChris Smart1-8/+4
2016-10-17initramfs: only delete /chosen/initrd-* nodes if we load initramfsStewart Smith1-3/+3
2016-10-17core/init.c: move stb_init to later in the bootClaudio Carvalho1-3/+3
2016-10-17fast-reset: free fdt on fast reset, count fast rebootsStewart Smith1-1/+2
2016-10-17Fast reboot for P8Benjamin Herrenschmidt1-2/+6
2016-10-10init: rework tb_measure/verify so can work on preloaded kernelsStewart Smith1-9/+14
2016-10-10core/init: Compute built-in/preloaded BOOTKERNEL size from ELF and do secure/...Stewart Smith1-15/+40