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>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index e357370..3a7278f 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
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