aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-07-05flash: Use blocklevel to do ECC readsAlistair Popple1-2/+2
2016-07-05flash: Increase the maximum number of flash devicesMichael Neuling1-1/+1
2016-07-01cpu: supply ibm,dec-bits via devicetreeOliver O'Halloran1-0/+48
2016-06-27core/opal.c: Add FWTS annotations for pollers and missing OPAL_CHECK_TOKENStewart Smith1-2/+30
2016-06-24i2c: Add FWTS annotations for I2c ErrorsStewart Smith1-0/+13
2016-06-21nvlink: Print error message when NPU is fencedRussell Currey1-1/+1
2016-06-20ccore/fflash.c: Ffix ttypo iin fflash eerror mmessageJeremy Kerr1-1/+1
2016-06-20fwts: add annotations for core flash/nvram functionalityStewart Smith1-0/+12
2016-06-20Add fwts annotations for critical errorsStewart Smith3-0/+20
2016-06-20slw: Allow adding idle states to power-mgt node in mamboShreyas B. Prabhu1-2/+1
2016-06-20ATTN: Set attn bit instead of hile bit in enable/disable attn functionVasant Hegde1-2/+2
2016-06-14core/opal: Support PCI slot and new APIsGavin Shan1-26/+209
2016-06-14core/pci: Power off empty hotpluggable slotGavin Shan1-1/+55
2016-06-14core/pci: Use PCI slot in enumerationGavin Shan1-141/+38
2016-06-14core/pci: Support PCI slotGavin Shan4-25/+714
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan1-1/+1
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan1-2/+2
2016-06-14core/pci: Extend pci_walk_dev() for PCI slotGavin Shan1-4/+8
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan1-3/+12
2016-06-14core/cpu: Introduce DEBUG_SERIALIZE_CPU_JOBSGavin Shan1-0/+5
2016-06-14core/fdt: Introduce opal_get_device_tree()Gavin Shan1-0/+40
2016-06-14core/fdt: Allow to exclude root nodeGavin Shan2-12/+19
2016-06-14core/fdt: Introduce __create_dtb()Gavin Shan1-20/+24
2016-06-14core/fdt: Allow to specify FDT blobGavin Shan1-20/+20
2016-06-14core/fdt: Introduce flatten_dt_properties()Gavin Shan1-14/+13
2016-06-14core/fdt: Improve debugging functionalityGavin Shan1-19/+20
2016-06-09Fixup whitespace and build warning/errorStewart Smith1-4/+4
2016-06-09pci: Do a dummy config write to devices to establish bus numberBenjamin Herrenschmidt1-0/+7
2016-05-18hdata: Make hdata_to_dt more suitable for fuzzingStewart Smith1-5/+7
2016-05-10Add base POWER9 supportMichael Neuling3-3/+23
2016-05-10Abstract HILE and attn enable bit definitions for HID0Michael Neuling1-4/+10
2016-05-10Disable attn instruction on bootMichael Neuling2-0/+18
2016-05-10mambo: Remove mambo quirk in platform generic codeMichael Neuling1-3/+0
2016-05-10Make trigger_attn() enable attn alsoMichael Neuling1-0/+16
2016-05-03PCI: Remove pci_put_phb()Gavin Shan1-27/+0
2016-05-03PCI: Introduce phb_ops->phb_final_fixup()Gavin Shan1-15/+4
2016-05-03PCI: Move PHB lock to generic layerGavin Shan3-60/+59
2016-04-28core/flash: Add fwts olog annotationsJeremy Kerr1-0/+20
2016-04-27hmi: Recover both CAPP units on Naples after malfunction alertPhilippe Bergheaud1-12/+35
2016-04-01Merge branch 'skiboot-5.2.x' - partial HMIStewart Smith1-7/+8
2016-04-01Merge branch 'skiboot-5.1.x' into skiboot-5.2.x - partial HMI fixStewart Smith1-7/+8
2016-04-01hmi: Fix a bug where partial hmi event was reported to host.Mahesh Salgaonkar1-7/+8
2016-04-01opal/errorlog :Removes the two times inclusion of header file errorlog.h from...Mukesh Ojha1-1/+0
2016-03-31core/fdt: Adjust parameter for dt_{property, begin_node}Gavin Shan1-9/+9
2016-03-31Merge branch 'skiboot-5.2.x' - NPU checkstopStewart Smith2-12/+96
2016-03-31hmi: Add handling for NPU checkstopsRussell Currey1-1/+71
2016-03-31hmi: Only raise a catchall HMI if no other components haveRussell Currey1-8/+4
2016-03-31hmi: Rework HMI event handling of FIR read failureRussell Currey1-2/+17
2016-03-31hmi: Fix incorrect error messageRussell Currey1-1/+1
2016-03-31pci: Add for_each_phb macro for PHB traversalRussell Currey1-0/+3