aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-30pci: Standardise on uint64_t pe_numberRussell Currey2-12/+14
2016-08-30core/nvram: add support for skiboot config stringsOliver O'Halloran1-0/+2
2016-08-30core/init: recheck nvram on fast rebootOliver O'Halloran1-0/+1
2016-08-30nvram: rename nvram-format.h to nvram.hOliver O'Halloran1-3/+3
2016-08-26FSP/ELOG: Remove redundant elog stateVasant Hegde1-1/+0
2016-08-25flash: Rework error paths and messages for multiple flash controllersMichael Neuling1-1/+1
2016-08-25lpc: Log LPC SYNC errors as unrecoverable ones for manufacturingVipin K Parashar2-0/+3
2016-08-24Make console-log time more readable: seconds rather than timebaseBalbir Singh1-0/+5
2016-08-22chip: Add a quirk for when core direct control XSCOMs are missingBenjamin Herrenschmidt1-0/+1
2016-08-22cpu: Add support for nap mode on P8Benjamin Herrenschmidt1-0/+4
2016-08-22cpu: Remove global job queueBenjamin Herrenschmidt1-0/+2
2016-08-22cpu: Add cpu_idle() which we call when waiting for a jobBenjamin Herrenschmidt1-0/+7
2016-08-22cpu: Add cpu_check_jobs()Benjamin Herrenschmidt1-0/+2
2016-08-22cpu: Remove unused cpu_free_job()Benjamin Herrenschmidt1-3/+0
2016-08-22interrupts: Rename icp_prep_for_rvwinkle to icp_prep_for_pmBenjamin Herrenschmidt1-1/+1
2016-08-22Rename rvwinkle patch to reset patch and install at bootBenjamin Herrenschmidt1-0/+4
2016-08-22Rename enter_rvwinkle to enter_pm_stateBenjamin Herrenschmidt1-0/+2
2016-08-12Add infrastructure for pointer validation.Balbir Singh2-0/+25
2016-08-11lpc: Add routing support for SerIRQsBenjamin Herrenschmidt1-0/+3
2016-08-11lpc: Move LPC instance variables to a private structureBenjamin Herrenschmidt2-9/+2
2016-08-11psi: Remove psi->workingBenjamin Herrenschmidt1-1/+0
2016-08-11lpc: Add P9 LPC interrupts supportBenjamin Herrenschmidt1-0/+7
2016-08-11psi: Add P9 supportBenjamin Herrenschmidt2-2/+39
2016-08-11xive: Wrap irq_sources to provide standard set_xive/get_xiveBenjamin Herrenschmidt1-2/+9
2016-08-11interrupts: Add new source ->attributes callbackBenjamin Herrenschmidt1-14/+21
2016-07-28include/errorlog.h : Renames SRC component's macro nameMukesh Ojha1-134/+134
2016-07-22core/timer: Add support for platform specific heartbeatChris Smart1-0/+4
2016-07-21FSP/ELOG: Improve elog event statesVasant Hegde1-0/+1
2016-07-21FSP/ELOG: Fix OPAL generated elog event notificationVasant Hegde1-0/+2
2016-07-20nvlink: Associate and allocate NPUs using slotsRussell Currey1-0/+3
2016-07-19Allow mtspr/mfspr to compile indepedantly of the optimization levelBalbir Singh1-2/+4
2016-07-14errorlog : Typo mistakeMukesh Ojha1-1/+1
2016-07-14Reassign duplicate error log component IDs to free onesStewart Smith1-2/+2
2016-07-14Re-order error log component ID defines to be in orderStewart Smith1-14/+14
2016-07-13cpu: Don't call time_wait with lock heldBenjamin Herrenschmidt1-0/+1
2016-07-13interrupts: Expose irq_source and change prototypes of all opsBenjamin Herrenschmidt1-6/+17
2016-07-13Move around comment in interrupts.hBenjamin Herrenschmidt1-33/+32
2016-07-11fsp-leds: add () around macrosStewart Smith1-2/+2
2016-07-08lpc: Add basic P9 LPC read/write opsBenjamin Herrenschmidt1-0/+1
2016-07-08hw/phb4: Add initial supportBenjamin Herrenschmidt5-2/+701
2016-07-08pci: get_reserved_pe_number() needs to take the PHB as argumentBenjamin Herrenschmidt1-1/+1
2016-07-08XIVE: Base XIVE support for OPAL XICS emulation callsBenjamin Herrenschmidt4-4/+390
2016-07-08interrupts: Add eoi() callback in preparation for XIVE supportBenjamin Herrenschmidt1-0/+41
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt2-1/+2
2016-07-06devicetree: Add dt_node_is_enabled()Benjamin Herrenschmidt1-0/+2
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt2-2/+2
2016-07-06bitutils: Add PPC_BITMASK8Benjamin Herrenschmidt1-0/+1
2016-07-06chip: Add more P9 accessors for converting to/from PIRBenjamin Herrenschmidt1-1/+9
2016-07-06POWER9: Add XSCOM related definitionsBenjamin Herrenschmidt2-2/+43
2016-07-06Reserve OPAL API numbers for XICS emulation for XIVEStewart Smith1-1/+5