aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-10-11core/pel: Validate 'system-id' DT property before usingVasant Hegde2-9/+33
2016-10-11core/pci: Fix initial PCIe slot power stateGavin Shan1-1/+14
2016-10-11core/pci: Print CRS retry timesGavin Shan1-2/+2
2016-10-11flash: Use blocklevel to do ECC readsAlistair Popple1-3/+3
2016-10-11flash: Size NVRAM based on ECC for OpenPOWER platformsCyril Bur1-2/+3
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
2016-10-10Initialize Secure/Trusted Boot (STB) during initClaudio Carvalho1-0/+3
2016-10-10core/init.c: measure event separator before handover to skirootClaudio Carvalho1-0/+6
2016-10-10core/flash.c: verify and measure resourcesClaudio Carvalho1-0/+8
2016-10-10core: add flash_subpart_info()Claudio Carvalho1-61/+83
2016-10-10core/flash.c: load actual partition sizeClaudio Carvalho1-1/+1
2016-10-10core/init.c: adjust offset to run BOOTKERNEL containersClaudio Carvalho1-1/+6
2016-09-28core/init: Fix failure of getting node in the free list.Pridhiviraj Paidipeddi1-3/+7
2016-09-27flash: Move flash node under ibm,opal/flash/Jack Miller1-7/+24
2016-09-27core/init: create the dt root in main_cpu_entryOliver O'Halloran2-2/+3
2016-09-27core/init: remove master_cpu parameterOliver O'Halloran1-4/+4
2016-09-22core/ipmi: Set interrupt-parent propertySam Mendoza-Jonas1-1/+5
2016-09-22core: Create event node to enable irqchipSam Mendoza-Jonas1-0/+7
2016-09-22core/pci: Fix the power-off timeout in pci_slot_power_off()Gavin Shan1-1/+1
2016-09-16core/init : Typo correctionMukesh Ojha1-1/+1
2016-09-14core/platform: Replace printfs with prlogVipin K Parashar1-4/+4
2016-09-14core/vpd: rename vpd to vpd_lidOliver O'Halloran1-16/+17
2016-09-14core/vpd: remove reallocOliver O'Halloran1-6/+0
2016-09-14core/vpd: remove assert() when checking for VPDOliver O'Halloran1-2/+7
2016-09-06core/cpu.c: Add OPAL call to setup Nest MMUAlistair Popple1-0/+32
2016-09-06core/flash: More pointer vs value fixesCyril Bur1-3/+3
2016-09-06core/init: ensure that HRMOR is zero at bootOliver O'Halloran1-0/+10
2016-09-06core/init: ensure the current thread is initialisedOliver O'Halloran1-0/+10
2016-09-06core/init: add per_thread_sanity_checks()Oliver O'Halloran1-0/+10
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-2/+2
2016-09-02core/pci: Support virtual deviceGavin Shan2-3/+263
2016-08-30pci: Standardise on uint64_t pe_numberRussell Currey1-9/+9
2016-08-30core/test: add tests for nvram_query()Oliver O'Halloran1-0/+46
2016-08-30core/test: add test for nul check in nvram_format()Oliver O'Halloran1-0/+6
2016-08-30core/init: take bootargs from nvramOliver O'Halloran1-1/+7
2016-08-30core/nvram: add support for skiboot config stringsOliver O'Halloran1-0/+68
2016-08-30core/init: recheck nvram on fast rebootOliver O'Halloran2-10/+27
2016-08-30nvram: ibm,skiboot NUL terminator checkOliver O'Halloran1-5/+22
2016-08-30nvram: rename nvram-format.h to nvram.hOliver O'Halloran2-2/+2
2016-08-25flash: Rework error paths and messages for multiple flash controllersMichael Neuling1-22/+23
2016-08-25fwts: add annotation for manufacturing modeStewart Smith1-0/+6
2016-08-25lpc: Log LPC SYNC errors as unrecoverable ones for manufacturingVipin K Parashar1-1/+7
2016-08-24Make console-log time more readable: seconds rather than timebaseBalbir Singh4-12/+19
2016-08-22chip: Add a quirk for when core direct control XSCOMs are missingBenjamin Herrenschmidt1-2/+4
2016-08-22cpu: Make endian switch message more informativeBenjamin Herrenschmidt1-1/+6
2016-08-22cpu: Display number of started CPUs during bootBenjamin Herrenschmidt1-2/+4
2016-08-22cpu: Add support for nap mode on P8Benjamin Herrenschmidt2-1/+102
2016-08-22cpu: Remove pollers calling heuristics from cpu_wait_jobBenjamin Herrenschmidt1-8/+4
2016-08-22cpu: Remove global job queueBenjamin Herrenschmidt1-26/+87