DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH v1 1/2] platform-mips: barebox: version bump 2020.01.0 -> 2021.02.0
@ 2021-03-12 16:15 Oleksij Rempel
  2021-03-12 16:15 ` [DistroKit] [PATCH v1 2/2] platform-mips: linux: version bump 5.8 -> 5.11 Oleksij Rempel
  2021-03-12 18:53 ` [DistroKit] [PATCH v1 1/2] platform-mips: barebox: version bump 2020.01.0 -> 2021.02.0 Robert Schwebel
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksij Rempel @ 2021-03-12 16:15 UTC (permalink / raw)
  To: distrokit; +Cc: Oleksij Rempel

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 configs/platform-mips/barebox-ar9331.config   | 29 +++++++++++++-----
 .../platform-mips/barebox-ar9331.config.diff  |  3 +-
 configs/platform-mips/barebox-malta.config    | 26 +++++++++++-----
 .../platform-mips/barebox-malta.config.diff   |  6 ++--
 configs/platform-mips/barebox.config          | 30 ++++++++++++++-----
 configs/platform-mips/platformconfig          |  4 +--
 6 files changed, 70 insertions(+), 28 deletions(-)

diff --git a/configs/platform-mips/barebox-ar9331.config b/configs/platform-mips/barebox-ar9331.config
index 6e7e27b..4f75964 100644
--- a/configs/platform-mips/barebox-ar9331.config
+++ b/configs/platform-mips/barebox-ar9331.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/mips 2020.01.0 Configuration
+# Barebox/mips 2021.02.0 Configuration
 #
 CONFIG_MIPS=y
 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
@@ -22,6 +22,8 @@ CONFIG_MACH_MIPS_ATH79=y
 CONFIG_SOC_QCA_AR9331=y
 # CONFIG_BOARD_8DEVICES_LIMA is not set
 CONFIG_BOARD_DPTECHNICS_DPT_MODULE=y
+CONFIG_BOARD_OPENEMBEDED_SOM9331=y
+CONFIG_BOARD_OKUD_MAX9331=y
 CONFIG_BOARD_TPLINK_MR3020=y
 # CONFIG_BOARD_TPLINK_WDR4300 is not set
 CONFIG_BOARD_BLACK_SWIFT=y
@@ -60,7 +62,6 @@ CONFIG_BINFMT=y
 CONFIG_UIMAGE=y
 CONFIG_LOGBUF=y
 CONFIG_STDDEV=y
-CONFIG_BAREBOX_UPDATE=y
 CONFIG_BOOT=y
 
 #
@@ -126,8 +127,10 @@ CONFIG_BOOTM=y
 # CONFIG_BOOTM_VERBOSE is not set
 # CONFIG_BOOTM_INITRD is not set
 # CONFIG_BOOTM_OFTREE is not set
+CONFIG_BOOTM_ELF=y
 # CONFIG_BLSPEC is not set
 CONFIG_FLEXIBLE_BOOTARGS=y
+CONFIG_BAREBOX_UPDATE=y
 CONFIG_IMD=y
 # CONFIG_IMD_TARGET is not set
 # CONFIG_KERNEL_INSTALL_TARGET is not set
@@ -153,6 +156,11 @@ CONFIG_POLLER=y
 # CONFIG_BOOTCHOOSER is not set
 # CONFIG_RESET_SOURCE is not set
 # CONFIG_MACHINE_ID is not set
+
+#
+# OP-TEE loading
+#
+# end of OP-TEE loading
 # end of General Settings
 
 #
@@ -163,7 +171,8 @@ CONFIG_DEFAULT_LOGLEVEL=7
 # CONFIG_DEBUG_LL is not set
 # CONFIG_DEBUG_INITCALLS is not set
 # CONFIG_UBSAN is not set
-CONFIG_UBSAN_ALIGNMENT=y
+CONFIG_CC_HAS_KASAN_GENERIC=y
+# CONFIG_COMPILE_TEST is not set
 # end of Debugging
 
 CONFIG_HAS_DEBUG_LL=y
@@ -186,6 +195,8 @@ CONFIG_CMD_IOMEM=y
 CONFIG_CMD_IMD=y
 CONFIG_CMD_MEMINFO=y
 CONFIG_CMD_VERSION=y
+# CONFIG_CMD_POLLER is not set
+# CONFIG_CMD_SLICE is not set
 # end of Information
 
 #
@@ -222,6 +233,7 @@ CONFIG_CMD_LOADENV=y
 CONFIG_CMD_MAGICVAR=y
 CONFIG_CMD_MAGICVAR_HELP=y
 CONFIG_CMD_SAVEENV=y
+CONFIG_CMD_SETENV=y
 # end of Environment
 
 #
@@ -298,6 +310,7 @@ CONFIG_CMD_MEMCMP=y
 CONFIG_CMD_MEMCPY=y
 CONFIG_CMD_MEMSET=y
 CONFIG_CMD_MEMTEST=y
+# CONFIG_CMD_MEMTESTER is not set
 CONFIG_CMD_MM=y
 CONFIG_CMD_MW=y
 # end of Memory
@@ -344,6 +357,7 @@ CONFIG_NET_RESOLV=y
 CONFIG_NET_IFUP=y
 CONFIG_NET_DHCP=y
 CONFIG_NET_SNTP=y
+# CONFIG_NET_FASTBOOT is not set
 
 #
 # Drivers
@@ -351,7 +365,6 @@ CONFIG_NET_SNTP=y
 CONFIG_OFTREE=y
 CONFIG_DTC=y
 CONFIG_OFDEVICE=y
-CONFIG_OF_NET=y
 CONFIG_OF_GPIO=y
 CONFIG_OF_BAREBOX_DRIVERS=y
 CONFIG_OF_BAREBOX_ENV_IN_FS=y
@@ -469,13 +482,12 @@ CONFIG_CLOCKSOURCE_DUMMY_RATE=1000
 # end of Clocksource
 
 #
-# MFD
+# Multifunction device drivers
 #
 # CONFIG_MFD_MC13XXX is not set
 # CONFIG_MFD_SYSCON is not set
-# CONFIG_FINTEK_SUPERIO is not set
-# CONFIG_SMSC_SUPERIO is not set
-# end of MFD
+# CONFIG_MFD_ATMEL_FLEXCOM is not set
+# end of Multifunction device drivers
 
 #
 # Misc devices
@@ -589,6 +601,7 @@ CONFIG_FS_DEVFS=y
 CONFIG_FS_TFTP=y
 CONFIG_FS_NFS=y
 # CONFIG_FS_FAT is not set
+# CONFIG_FS_JFFS2 is not set
 # CONFIG_FS_BPKFS is not set
 # CONFIG_FS_UIMAGEFS is not set
 # CONFIG_FS_PSTORE is not set
diff --git a/configs/platform-mips/barebox-ar9331.config.diff b/configs/platform-mips/barebox-ar9331.config.diff
index c8f1d6b..bb718c1 100644
--- a/configs/platform-mips/barebox-ar9331.config.diff
+++ b/configs/platform-mips/barebox-ar9331.config.diff
@@ -1,4 +1,5 @@
-7544777491f085983042881fb1e1b0ec
+0045135ec222c1efe0b77eb6a3b7e8ec
 # CONFIG_BOARD_8DEVICES_LIMA is not set
 # CONFIG_BOARD_TPLINK_WDR4300 is not set
 # CONFIG_SOC_QCA_AR9344 is undefined
+# CONFIG_SOC_QCA_QCA4531 is undefined
diff --git a/configs/platform-mips/barebox-malta.config b/configs/platform-mips/barebox-malta.config
index ba06b6a..1f9ab39 100644
--- a/configs/platform-mips/barebox-malta.config
+++ b/configs/platform-mips/barebox-malta.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/mips 2020.01.0 Configuration
+# Barebox/mips 2021.02.0 Configuration
 #
 CONFIG_MIPS=y
 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
@@ -130,8 +130,10 @@ CONFIG_BOOTM_SHOW_TYPE=y
 # CONFIG_BOOTM_VERBOSE is not set
 # CONFIG_BOOTM_INITRD is not set
 # CONFIG_BOOTM_OFTREE is not set
+CONFIG_BOOTM_ELF=y
 # CONFIG_BLSPEC is not set
 CONFIG_FLEXIBLE_BOOTARGS=y
+CONFIG_BAREBOX_UPDATE=y
 CONFIG_IMD=y
 # CONFIG_IMD_TARGET is not set
 # CONFIG_KERNEL_INSTALL_TARGET is not set
@@ -158,6 +160,11 @@ CONFIG_POLLER=y
 # CONFIG_BOOTCHOOSER is not set
 # CONFIG_RESET_SOURCE is not set
 # CONFIG_MACHINE_ID is not set
+
+#
+# OP-TEE loading
+#
+# end of OP-TEE loading
 # end of General Settings
 
 #
@@ -168,7 +175,8 @@ CONFIG_DEFAULT_LOGLEVEL=7
 # CONFIG_DEBUG_LL is not set
 # CONFIG_DEBUG_INITCALLS is not set
 # CONFIG_UBSAN is not set
-CONFIG_UBSAN_ALIGNMENT=y
+CONFIG_CC_HAS_KASAN_GENERIC=y
+# CONFIG_COMPILE_TEST is not set
 # end of Debugging
 
 CONFIG_HAS_DEBUG_LL=y
@@ -192,6 +200,8 @@ CONFIG_CMD_IMD=y
 CONFIG_CMD_MEMINFO=y
 CONFIG_CMD_LSPCI=y
 CONFIG_CMD_VERSION=y
+# CONFIG_CMD_POLLER is not set
+# CONFIG_CMD_SLICE is not set
 # end of Information
 
 #
@@ -227,6 +237,7 @@ CONFIG_CMD_LOADENV=y
 CONFIG_CMD_PRINTENV=y
 # CONFIG_CMD_MAGICVAR is not set
 CONFIG_CMD_SAVEENV=y
+CONFIG_CMD_SETENV=y
 # end of Environment
 
 #
@@ -310,6 +321,7 @@ CONFIG_CMD_MEMCMP=y
 CONFIG_CMD_MEMCPY=y
 CONFIG_CMD_MEMSET=y
 # CONFIG_CMD_MEMTEST is not set
+# CONFIG_CMD_MEMTESTER is not set
 # CONFIG_CMD_MM is not set
 CONFIG_CMD_MW=y
 # end of Memory
@@ -353,6 +365,7 @@ CONFIG_NET_RESOLV=y
 CONFIG_NET_IFUP=y
 CONFIG_NET_DHCP=y
 # CONFIG_NET_SNTP is not set
+# CONFIG_NET_FASTBOOT is not set
 
 #
 # Drivers
@@ -360,7 +373,6 @@ CONFIG_NET_DHCP=y
 CONFIG_OFTREE=y
 CONFIG_DTC=y
 CONFIG_OFDEVICE=y
-CONFIG_OF_NET=y
 CONFIG_OF_GPIO=y
 CONFIG_OF_BAREBOX_DRIVERS=y
 # CONFIG_OF_BAREBOX_ENV_IN_FS is not set
@@ -480,7 +492,7 @@ CONFIG_CLOCKSOURCE_DUMMY_RATE=1000
 # end of Clocksource
 
 #
-# MFD
+# Multifunction device drivers
 #
 # CONFIG_MFD_ACT8846 is not set
 # CONFIG_MFD_DA9053 is not set
@@ -494,9 +506,8 @@ CONFIG_CLOCKSOURCE_DUMMY_RATE=1000
 # CONFIG_MFD_TWL4030 is not set
 # CONFIG_MFD_TWL6030 is not set
 # CONFIG_MFD_STPMIC1 is not set
-# CONFIG_FINTEK_SUPERIO is not set
-# CONFIG_SMSC_SUPERIO is not set
-# end of MFD
+# CONFIG_MFD_ATMEL_FLEXCOM is not set
+# end of Multifunction device drivers
 
 #
 # Misc devices
@@ -628,6 +639,7 @@ CONFIG_FS_TFTP=y
 CONFIG_FS_FAT=y
 CONFIG_FS_FAT_WRITE=y
 CONFIG_FS_FAT_LFN=y
+# CONFIG_FS_JFFS2 is not set
 # CONFIG_FS_BPKFS is not set
 # CONFIG_FS_UIMAGEFS is not set
 # CONFIG_FS_PSTORE is not set
diff --git a/configs/platform-mips/barebox-malta.config.diff b/configs/platform-mips/barebox-malta.config.diff
index 54b6fd4..763c0a9 100644
--- a/configs/platform-mips/barebox-malta.config.diff
+++ b/configs/platform-mips/barebox-malta.config.diff
@@ -1,11 +1,12 @@
-7544777491f085983042881fb1e1b0ec
+0045135ec222c1efe0b77eb6a3b7e8ec
 # CONFIG_AT803X_PHY is not set
 CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
-# CONFIG_BAREBOX_UPDATE is undefined
 CONFIG_BAUDRATE=38400
 # CONFIG_BOARD_8DEVICES_LIMA is undefined
 # CONFIG_BOARD_BLACK_SWIFT is undefined
 # CONFIG_BOARD_DPTECHNICS_DPT_MODULE is undefined
+# CONFIG_BOARD_OKUD_MAX9331 is undefined
+# CONFIG_BOARD_OPENEMBEDED_SOM9331 is undefined
 CONFIG_BOARD_QEMU_MALTA=y
 # CONFIG_BOARD_TPLINK_MR3020 is undefined
 # CONFIG_BOARD_TPLINK_WDR4300 is undefined
@@ -140,6 +141,7 @@ CONFIG_PCI_DEBUG=y
 # CONFIG_SHA224 is undefined
 # CONFIG_SOC_QCA_AR9331 is undefined
 # CONFIG_SOC_QCA_AR9344 is undefined
+# CONFIG_SOC_QCA_QCA4531 is undefined
 # CONFIG_SPI is not set
 # CONFIG_SPI_CADENCE_QUADSPI is undefined
 # CONFIG_SPI_MEM is undefined
diff --git a/configs/platform-mips/barebox.config b/configs/platform-mips/barebox.config
index 86add05..6398994 100644
--- a/configs/platform-mips/barebox.config
+++ b/configs/platform-mips/barebox.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/mips 2020.01.0 Configuration
+# Barebox/mips 2021.02.0 Configuration
 #
 CONFIG_MIPS=y
 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
@@ -21,8 +21,11 @@ CONFIG_MACH_MIPS_ATH79=y
 # CONFIG_MACH_MIPS_XBURST is not set
 CONFIG_SOC_QCA_AR9331=y
 CONFIG_SOC_QCA_AR9344=y
+CONFIG_SOC_QCA_QCA4531=y
 CONFIG_BOARD_8DEVICES_LIMA=y
 CONFIG_BOARD_DPTECHNICS_DPT_MODULE=y
+CONFIG_BOARD_OPENEMBEDED_SOM9331=y
+CONFIG_BOARD_OKUD_MAX9331=y
 CONFIG_BOARD_TPLINK_MR3020=y
 CONFIG_BOARD_TPLINK_WDR4300=y
 CONFIG_BOARD_BLACK_SWIFT=y
@@ -61,7 +64,6 @@ CONFIG_BINFMT=y
 CONFIG_UIMAGE=y
 CONFIG_LOGBUF=y
 CONFIG_STDDEV=y
-CONFIG_BAREBOX_UPDATE=y
 CONFIG_BOOT=y
 
 #
@@ -127,8 +129,10 @@ CONFIG_BOOTM=y
 # CONFIG_BOOTM_VERBOSE is not set
 # CONFIG_BOOTM_INITRD is not set
 # CONFIG_BOOTM_OFTREE is not set
+CONFIG_BOOTM_ELF=y
 # CONFIG_BLSPEC is not set
 CONFIG_FLEXIBLE_BOOTARGS=y
+CONFIG_BAREBOX_UPDATE=y
 CONFIG_IMD=y
 # CONFIG_IMD_TARGET is not set
 # CONFIG_KERNEL_INSTALL_TARGET is not set
@@ -154,6 +158,11 @@ CONFIG_POLLER=y
 # CONFIG_BOOTCHOOSER is not set
 # CONFIG_RESET_SOURCE is not set
 # CONFIG_MACHINE_ID is not set
+
+#
+# OP-TEE loading
+#
+# end of OP-TEE loading
 # end of General Settings
 
 #
@@ -164,7 +173,8 @@ CONFIG_DEFAULT_LOGLEVEL=7
 # CONFIG_DEBUG_LL is not set
 # CONFIG_DEBUG_INITCALLS is not set
 # CONFIG_UBSAN is not set
-CONFIG_UBSAN_ALIGNMENT=y
+CONFIG_CC_HAS_KASAN_GENERIC=y
+# CONFIG_COMPILE_TEST is not set
 # end of Debugging
 
 CONFIG_HAS_DEBUG_LL=y
@@ -187,6 +197,8 @@ CONFIG_CMD_IOMEM=y
 CONFIG_CMD_IMD=y
 CONFIG_CMD_MEMINFO=y
 CONFIG_CMD_VERSION=y
+# CONFIG_CMD_POLLER is not set
+# CONFIG_CMD_SLICE is not set
 # end of Information
 
 #
@@ -223,6 +235,7 @@ CONFIG_CMD_LOADENV=y
 CONFIG_CMD_MAGICVAR=y
 CONFIG_CMD_MAGICVAR_HELP=y
 CONFIG_CMD_SAVEENV=y
+CONFIG_CMD_SETENV=y
 # end of Environment
 
 #
@@ -299,6 +312,7 @@ CONFIG_CMD_MEMCMP=y
 CONFIG_CMD_MEMCPY=y
 CONFIG_CMD_MEMSET=y
 CONFIG_CMD_MEMTEST=y
+# CONFIG_CMD_MEMTESTER is not set
 CONFIG_CMD_MM=y
 CONFIG_CMD_MW=y
 # end of Memory
@@ -345,6 +359,7 @@ CONFIG_NET_RESOLV=y
 CONFIG_NET_IFUP=y
 CONFIG_NET_DHCP=y
 CONFIG_NET_SNTP=y
+# CONFIG_NET_FASTBOOT is not set
 
 #
 # Drivers
@@ -352,7 +367,6 @@ CONFIG_NET_SNTP=y
 CONFIG_OFTREE=y
 CONFIG_DTC=y
 CONFIG_OFDEVICE=y
-CONFIG_OF_NET=y
 CONFIG_OF_GPIO=y
 CONFIG_OF_BAREBOX_DRIVERS=y
 CONFIG_OF_BAREBOX_ENV_IN_FS=y
@@ -470,13 +484,12 @@ CONFIG_CLOCKSOURCE_DUMMY_RATE=1000
 # end of Clocksource
 
 #
-# MFD
+# Multifunction device drivers
 #
 # CONFIG_MFD_MC13XXX is not set
 # CONFIG_MFD_SYSCON is not set
-# CONFIG_FINTEK_SUPERIO is not set
-# CONFIG_SMSC_SUPERIO is not set
-# end of MFD
+# CONFIG_MFD_ATMEL_FLEXCOM is not set
+# end of Multifunction device drivers
 
 #
 # Misc devices
@@ -590,6 +603,7 @@ CONFIG_FS_DEVFS=y
 CONFIG_FS_TFTP=y
 CONFIG_FS_NFS=y
 # CONFIG_FS_FAT is not set
+# CONFIG_FS_JFFS2 is not set
 # CONFIG_FS_BPKFS is not set
 # CONFIG_FS_UIMAGEFS is not set
 # CONFIG_FS_PSTORE is not set
diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig
index 24cb89e..035b1c4 100644
--- a/configs/platform-mips/platformconfig
+++ b/configs/platform-mips/platformconfig
@@ -141,8 +141,8 @@ PTXCONF_KERNEL_MALTA=y
 # PTXCONF_AT91BOOTSTRAP2 is not set
 PTXCONF_BAREBOX_COMMON_ARCH_STRING="mips"
 PTXCONF_BAREBOX_COMMON=y
-PTXCONF_BAREBOX_COMMON_VERSION="2020.01.0"
-PTXCONF_BAREBOX_COMMON_MD5="05038e0b61b68ce40e038295b809c548"
+PTXCONF_BAREBOX_COMMON_VERSION="2021.02.0"
+PTXCONF_BAREBOX_COMMON_MD5="07045e34faa1135d9cd18503186b2d7f"
 PTXCONF_BAREBOX_COMMON_NEEDS_HOST_LZOP=y
 PTXCONF_BAREBOX_AR9331=y
 PTXCONF_BAREBOX_MALTA=y
-- 
2.29.2


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-12 18:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 16:15 [DistroKit] [PATCH v1 1/2] platform-mips: barebox: version bump 2020.01.0 -> 2021.02.0 Oleksij Rempel
2021-03-12 16:15 ` [DistroKit] [PATCH v1 2/2] platform-mips: linux: version bump 5.8 -> 5.11 Oleksij Rempel
2021-03-12 18:54   ` Robert Schwebel
2021-03-12 18:53 ` [DistroKit] [PATCH v1 1/2] platform-mips: barebox: version bump 2020.01.0 -> 2021.02.0 Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox