aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-21Merge PRD rework from stableStewart Smith3-5/+17
2015-05-21prd: Don't expose full opal_prd_msg to kernelJeremy Kerr1-3/+8
2015-05-21hw/prd: Expose prd ranges via device treeJeremy Kerr1-0/+1
2015-05-21core: Add mem_region_nextJeremy Kerr1-0/+3
2015-05-21core: Introduce REGION_HW_RESERVEDJeremy Kerr1-1/+4
2015-05-21core: Rename mem_region->mem_node to ->nodeJeremy Kerr1-1/+1
2015-05-21core: Move free-list locking to a separate per-region lockJeremy Kerr1-0/+3
2015-05-15Add 2MB to skiboot heapStewart Smith1-9/+12
2015-05-15Make skiboot able to be 2MB rather than 1MBStewart Smith1-2/+2
2015-05-13core: Move free-list locking to a separate per-region lockJeremy Kerr1-0/+3
2015-05-13occ: Send self-interrupt to chip with active PSIJoel Stanley2-0/+4
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith1-1/+7
2015-05-07Add prlog_once for logging a message only onceJoel Stanley1-0/+8
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith3-1/+4
2015-05-07Add global CPU job queueStewart Smith1-1/+5
2015-05-07Asynchronously preload CAPP microcodeStewart Smith1-0/+1
2015-05-07astbmc: asynchronous preloading of resourcesStewart Smith1-2/+3
2015-05-07eeh: Fix eeh event handlingAlistair Popple1-0/+3
2015-05-07FSP/ELOG: Remove TCE mapping for host bufferVasant Hegde1-1/+1
2015-05-07FSP/LED: Handle SA indicator update notificationVasant Hegde1-0/+3
2015-05-07FSP/SYSPARAM: Introduce update notify system parameter notifierVasant Hegde1-0/+12
2015-05-07FSP/LED: Add system attention indicator supportVasant Hegde2-1/+14
2015-05-07FSP/LED: Get SAI location code from device treeVasant Hegde1-0/+6
2015-05-07FSP/LED: Define macro instead of hardcoding led typeVasant Hegde1-0/+20
2015-05-07FSP/LED: Move led header file to include directoryVasant Hegde1-0/+153
2015-05-01Merge branch 'stable', skiboot-5.0.1Stewart Smith2-0/+11
2015-05-01Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityskiboot-5.0.1Benjamin Herrenschmidt2-0/+11
2015-04-30Adjust skiboot_cpu_stacks region size according to real max PIRStewart Smith1-1/+1
2015-04-18pci: Fix presence detect on PHB3Benjamin Herrenschmidt1-1/+0
2015-04-15phb3: Add Naples PHB supportBenjamin Herrenschmidt2-0/+3
2015-04-09Add Naples chip supportBenjamin Herrenschmidt2-0/+2
2015-04-01Move contents of opal.h to opal-api.hMichael Ellerman2-931/+948
2015-04-01Move opal-api.h to opal-internal.hMichael Ellerman3-84/+86
2015-04-01Remove opal-internal.hMichael Ellerman1-234/+0
2015-04-01core: Add support for cec_power_down() on mamboMichael Ellerman1-0/+2
2015-03-31exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt1-0/+2
2015-03-31add NX register definesDan Streetman1-0/+120
2015-03-31set NX crb input queues to 842 onlyDan Streetman1-0/+6
2015-03-26FSP: Serialize FSP MBOX command declarationVasant Hegde1-20/+20
2015-03-26memboot: Add a memboot flash backendAlistair Popple1-0/+2
2015-03-26opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar3-0/+16
2015-03-26opal: Recover from TFMR SPURR/PURR parity error.Mahesh Salgaonkar1-0/+2
2015-03-26opal: Recover from TFMR DEC parity error.Mahesh Salgaonkar1-0/+1
2015-03-26opal: Recover from TFMR HDEC parity error.Mahesh Salgaonkar1-0/+1
2015-03-24dts: add device tree nodes for the core temperaturesCédric Le Goater1-0/+1
2015-03-24dts: add support to read the core temperaturesCédric Le Goater2-0/+27
2015-03-24core: add a platform op to read sensorsCédric Le Goater3-0/+63
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith2-2/+4
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith3-10/+27
2015-03-20FSP/LEDS: Add OPAL interfaces for accessing or modifying the LED statesVasant Hegde1-7/+9