Merge pull request #1927 from hellerda/test_bump_sb-signing-tools-1
Bump sb-signing-utils to v0.5
diff --git a/doc/release-notes/index.rst b/doc/release-notes/index.rst
index c1ba934..1912751 100644
--- a/doc/release-notes/index.rst
+++ b/doc/release-notes/index.rst
@@ -9,3 +9,4 @@
v1.21-rc1
v1.21-rc2
v1.21
+ v1.21.1
diff --git a/doc/release-notes/v1.21.1.rst b/doc/release-notes/v1.21.1.rst
new file mode 100644
index 0000000..7dbb82d
--- /dev/null
+++ b/doc/release-notes/v1.21.1.rst
@@ -0,0 +1,26 @@
+Release Notes for OpenPower Firmware v1.21.1
+============================================
+
+This is a point release on top of op-build v1.21.
+
+Like v1.21, this release is NOT intended for GA POWER9 platforms, for that,
+op-build v2.0 is *required*.
+
+Changes since v1.21:
+
+- skiboot v5.10.1
+
+ - libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()
+ - NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging
+- linux 4.14.22-openpower1
+
+ - 40be210c830e powerpc: Fix DABR match on hash based systems
+ - 3b09911d3beb powerpc/xive: Use hw CPU ids when configuring the CPU queues
+ - 892674b5058a powerpc/mm: Flush radix process translations when setting MMU type
+ - 4386f223b418 powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
+ - 5b98d31481f9 powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
+ - c3bdd547042f rtc-opal: Fix handling of firmware error codes, prevent busy loops
+ - 8e56a935a4b7 cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
+
+
+
diff --git a/doc/release-notes/v1.21.rst b/doc/release-notes/v1.21.rst
index 19e8216..61e9135 100644
--- a/doc/release-notes/v1.21.rst
+++ b/doc/release-notes/v1.21.rst
@@ -24,7 +24,9 @@
| | | | palmetto,pseries,witherspoon, |
| | | | zaius,zz,romulus |
+-------------+-------------+-------------+----------------------------------+
-| capp-ucode | p9-dd2-v2 | p9-dd2-v3 | barreleye,firestone,garrison,habanero,p9dsu,palmetto,witherspoon,zaius,romulus |
+| capp-ucode | p9-dd2-v2 | p9-dd2-v3 | barreleye,firestone,garrison, |
+| | | | habanero,p9dsu,palmetto, |
+| | | | witherspoon,zaius,romulus |
+-------------+-------------+-------------+----------------------------------+
| ethtool | 4.10 | 4.13 | barreleye,firenze,firestone, |
| | | | garrison,habanero, |
diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig
index c2589be..ab154a0 100644
--- a/openpower/configs/romulus_defconfig
+++ b/openpower/configs/romulus_defconfig
@@ -41,7 +41,7 @@
BR2_OPENPOWER_POWER9=y
BR2_HOSTBOOT_CONFIG_FILE="romulus.config"
BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="romulus-xml"
-BR2_OPENPOWER_MACHINE_XML_VERSION="dbebf6c151618c3e2d40b5cab5a8a53d07e62e62"
+BR2_OPENPOWER_MACHINE_XML_VERSION="b788f99848d65192bbb76aa76ab456a5792f4315"
BR2_OPENPOWER_MACHINE_XML_FILENAME="romulus.xml"
BR2_OPENPOWER_SYSTEM_XML_FILENAME="ROMULUS_hb.system.xml"
BR2_OPENPOWER_MRW_XML_FILENAME="ROMULUS_hb.mrw.xml"