summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-07-25 18:33:15 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-25 18:33:15 +1000
commit2a8f68e1d90236899326ec407a7930431ae28125 (patch)
treece3c87470cf091b5ae266bc3e2459dfaa55bea76
parent5bf9e18aa45497de568611efa5e11eab30ab722f (diff)
downloadblackbird-op-build-2a8f68e1d90236899326ec407a7930431ae28125.tar.gz
blackbird-op-build-2a8f68e1d90236899326ec407a7930431ae28125.zip
skiboot 5.7 FINAL
Since 5.7-rc2: Madhavan Srinivasan (1): skiboot: Fix comment around OPAL_IMC_COUNTERS_ enum Matt Brown (1): core/pci: Fix mem-leak on fast-reboot Michael Neuling (11): hdat: Add missing newline to print phb4: Force verbose EEH logging phb4: Better logs why the slot didn't work phb4: Change timeouts prints to error level phb4: Fix endian of TLP headers print phb4: Read PERST signal rather than assuming it's asserted phb4: Simplify calling phb4_retry_state() phb4: Remove retry on electrical link timeout phb4: Add phb4_check_reg() to sanity check failures phb4: Improve reset and link training timing phb4: Add link training trace mode Michael Tritz (1): pflash option to retrieve PNOR partition flags Oliver O'Halloran (5): core/backtrace: Serialise printing backtraces hdata/memory: Add memory reservations to the DT hdata/memory: Add newlines to debug messages mem_region: Check for no-map in reserved nodes hdat/i2c: Fix array version check Russell Currey (1): phb4: Initialization sequence updates Stewart Smith (10): pflash: build with skiboot HOSTCFLAGS warnings pflash: include ccan/list/list.c to be able to build -DDEBUG gard: enable building with skiboot HOSTCFLAGS warnings gard: enable building with -DDEBUG for ccan list Makefile: gard/pflash targets for CI build with HOSTCFLAGS/HOSTGCOVFLAGS gcov: properly handle gard and pflash code coverage attrconst for tests boot_tests: add PFLASH_TO_COPY for OpenBMC travis: Add debian stretch and unstable skiboot-5.7 release notes Vasant Hegde (2): platform/witherspoon: Enable eSEL logging FSP/CONSOLE: Do not enable input irq in write path Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--openpower/package/skiboot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index e3573706..3a7278f4 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@ config BR2_SKIBOOT_CUSTOM_VERSION_VALUE
config BR2_SKIBOOT_VERSION
string
- default "v5.7-rc2" if BR2_SKIBOOT_LATEST_VERSION
+ default "v5.7" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud