skiboot v6.6-62-g68dc040a6
Nicholas Piggin (16):
libstb/container: Add missing includes
asm/head.S: QUIESCE_REJECT fix
move the __this_cpu register to r16, reserve r13-r15
fast-reboot: add missing clear memory fallback
fast-reboot: don't back up old vectors upon fast reboot
fast-reboot: improve fast reboot sequence
move opal_branch_table, opal_num_args to .rodata section
skiboot.lds.S: remove dynsym/dynstr and plt
skiboot.lds.S: introduce PAGE_SIZE, use it to lay out sections
core: interrupt markers for stack traces
core/mce: add support for decoding and handling machine checks
build: -fverbose-asm for .s targets
platform/blackbird: endian fix
io: endian annotations and fix
include/ocmb.h: Add a newline to end of file
hdata: MS AREA endian fix
Oliver O'Halloran (15):
test/qemu: Update command line arguments
travis: Remove the unused coverity token
travis: Update config
ci: Drop debian strech
ci: Fix docs build
ci: Remove lcov workaround for Fedora
travis: move container build into the install step
travis: Allow ubuntu-latest to fail
travis: Add an explicit tmpfs mount
travis: Disable seccomp on child containers
test: Add an external-check target
test: Do gcov builds as a seperate pass
Makefile: Add -Werror to try-cflag so it works on clang
makefile: Supress Werror on clang
travis: Add clang specific build job
Vasant Hegde (3):
opal-ci: Fix broken fedora builds
opal-ci: Add Ubuntu20.04 support
test: Print proper mambo command path
nichole (1):
platform/mihawk: Fix IPMI double-free
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 9498178..71e1055 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
config BR2_SKIBOOT_VERSION
string
- default "v6.6-27-gfe70fbb78" if BR2_SKIBOOT_LATEST_VERSION
+ default "v6.6-62-g68dc040a6" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION