skiboot v6.7-21-g127a3ee24

Cédric Le Goater (1):
      xive/p9: Remove assert from xive_eq_for_target()

Gautham R. Shenoy (1):
      xscom: Fix xscom error logging caused due to xscom OPAL call

Klaus Heinrich Kiwi (1):
      build: Fix linker script for builtin Kernel

LuluTHSu (2):
      Revert "mowgli: Limit slot1 to Gen3 by default"
      platform/mowgli: Limit PHB0/(pec0) to gen3 speed

Vasant Hegde (6):
      Fix possible deadlock with DEBUG build
      hdata: Update ipmi sensors structure
      hdata: Replace hardcoded string with macro
      hdata: assert if we fail to add xscom nodes
      hw/ocmb: Clear top bit from offset before searching addr range
      hw/ocmb: Fix log message

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
(Klaus: removed superseded skiboot build-time patch)
Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/0001-build-Fix-linker-script-for-builtin-Kernel.patch b/openpower/package/skiboot/0001-build-Fix-linker-script-for-builtin-Kernel.patch
deleted file mode 100644
index a97d79b..0000000
--- a/openpower/package/skiboot/0001-build-Fix-linker-script-for-builtin-Kernel.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From 6def8ac06ff34b2232de48e5f9bc3a179199a9ad Mon Sep 17 00:00:00 2001
-From: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
-Date: Thu, 10 Dec 2020 15:44:55 -0500
-Subject: [PATCH] build: Fix linker script for builtin Kernel
-
-Commit '6b08928d - build/lds: place debug sections according to
-defaults' introduced a DEBUG_SECTIONS macro that is effectivelly
-resetting the location pointer back to zero, making the next section
-(builtin_kernel) collide with the earlier sections.
-
-Fix by moving these sections to the very end.
-
-Error message:
-$ make KERNEL=zImage.epapr
-        [CC]  asm/asm-offsets.s
-        [GN]  include/asm-offsets.h
-<...>
-        [LD]  skiboot.tmp.elf
-ld: section .builtin_kernel LMA [0000000000000000,0000000000285d87]
- overlaps section .head LMA [0000000000000000,0000000000003897]
-ld: section .naca LMA [0000000000004000,000000000000505f] overlaps
- section .builtin_kernel LMA [0000000000000000,0000000000285d87]
-make: *** [/skiboot/Makefile.main:333: skiboot.tmp.elf] Error 1
-
-Fixes: 6b08928d - build/lds: place debug sections according to defaults
-Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
----
- skiboot.lds.S | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/skiboot.lds.S b/skiboot.lds.S
-index 5da6f9d8..5a7f9e31 100644
---- a/skiboot.lds.S
-+++ b/skiboot.lds.S
-@@ -233,8 +233,6 @@ SECTIONS
- 
- 	ASSERT((HEAP_BASE - SKIBOOT_BASE) >= _end, "Heap collision with image")
- 
--	DEBUG_SECTIONS
--
- 	/* Optional kernel image */
-        . = ALIGN(PAGE_SIZE);
-        .builtin_kernel : {
-@@ -243,6 +241,8 @@ SECTIONS
- 		__builtin_kernel_end = .;
- 	}
- 
-+	DEBUG_SECTIONS
-+
- 	/* Discards */
- 	/DISCARD/ : {
- 		*(.note.GNU-stack)
--- 
-2.27.0
-
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 1e8925e..637f0f4 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.7-10-gb825589e0" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.7-21-g127a3ee24" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION