aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-21gitignore: Add more types of tagsRussell Currey1-0/+4
2016-06-21hw/lpc.c: Fix uninitialized pointer read in error pathStewart Smith1-1/+1
2016-06-21Document changes in OPAL API for POWER9Stewart Smith1-0/+19
2016-06-21travis/coverity: don't build gard/pflash for nowStewart Smith1-1/+1
2016-06-21travis: fixes for Coverity, don't run normal build for coverity buildStewart Smith1-8/+10
2016-06-20travis/coverity: Add workaround for coverity certificatesStewart Smith1-0/+1
2016-06-20ccore/fflash.c: Ffix ttypo iin fflash eerror mmessageJeremy Kerr1-1/+1
2016-06-20FWTS: Add annotations for firenze-pciStewart Smith1-74/+118
2016-06-20fwts: Add FWTS annotations for NPU errorsStewart Smith3-8/+33
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-20Merge branch 'skiboot-5.2.x'Stewart Smith0-0/+0
2016-06-20gard: disable cross compile for travisStewart Smith2-3/+3
2016-06-20Merge branch 'skiboot-5.2.x'Stewart Smith0-0/+0
2016-06-20gard: remove err.h includeStewart Smith1-1/+0
2016-06-20Merge branch 'skiboot-5.2.x'Stewart Smith0-0/+0
2016-06-20Disable cross compile of opal-prdStewart Smith1-4/+0
2016-06-20Merge branch 'skiboot-5.2.x'Stewart Smith0-0/+0
2016-06-20core: Fix backtrace for gcc 6Joel Stanley1-2/+2
2016-06-20Merge branch 'skiboot-5.2.x'Stewart Smith0-0/+0
2016-06-20Merge branch 'skiboot-5.1.x' into skiboot-5.2.xStewart Smith8-12/+12
2016-06-20Fix typosStewart Smith8-12/+12
2016-06-20Fix for typosFrederic Bonnard34-61/+61
2016-06-20slw: use strncpy instead of strcpyShreyas B. Prabhu1-1/+2
2016-06-20slw: Allow adding idle states to power-mgt node in mamboShreyas B. Prabhu3-10/+2
2016-06-20slw: Move macros associated with power-mgt nodes to opal-api.hShreyas B. Prabhu2-78/+75
2016-06-20doc/device-tree: Add documentation for ibm, cpu-idle-state-* propertiesShreyas B. Prabhu1-5/+27
2016-06-20slw: Add Power9 idle states to power-mgt dt nodeShreyas B. Prabhu2-37/+159
2016-06-20slw: Remove unnecessary type casting castShreyas B. Prabhu1-6/+6
2016-06-20slw: Change variable name can_winkle to has_slwShreyas B. Prabhu1-4/+5
2016-06-20slw: Simplify if-condition while adding idle states to device treeShreyas B. Prabhu1-30/+43
2016-06-20ATTN: Set attn bit instead of hile bit in enable/disable attn functionVasant Hegde1-2/+2
2016-06-14doc: PCI slotGavin Shan2-17/+119
2016-06-14core/opal: Support PCI slot and new APIsGavin Shan6-100/+293
2016-06-14core/pci: Power off empty hotpluggable slotGavin Shan1-1/+55
2016-06-14core/pci: Use PCI slot in enumerationGavin Shan2-158/+38
2016-06-14platforms/astbmc: Support PCI slotGavin Shan1-15/+43
2016-06-14platforms/ibm-fsp: Support PCI slotGavin Shan8-523/+1321
2016-06-14hw/npu: Support PHB slotGavin Shan1-15/+42
2016-06-14hw/phb3: Support PHB slotGavin Shan2-423/+306
2016-06-14hw/phb3: Remove useless commentsGavin Shan2-16/+0
2016-06-14hw/p7ioc: Support PHB slotGavin Shan2-712/+470
2016-06-14core/pci: Support PCI slotGavin Shan9-80/+992
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan4-6/+23
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan4-5/+5
2016-06-14core/pci: Extend pci_walk_dev() for PCI slotGavin Shan3-6/+11
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan5-3/+26
2016-06-14core/cpu: Introduce DEBUG_SERIALIZE_CPU_JOBSGavin Shan1-0/+5
2016-06-14core/fdt: Introduce opal_get_device_tree()Gavin Shan3-1/+66
2016-06-14core/fdt: Allow to exclude root nodeGavin Shan3-13/+20