DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH v2 02/11] v8a: barebox: update v2024.07.0 -> v2024.12.0
Date: Mon,  9 Dec 2024 20:48:22 +0100	[thread overview]
Message-ID: <20241209194831.2677114-3-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20241209194831.2677114-1-a.fatoum@pengutronix.de>

v2024.12.0 was freshly released last Friday, so let's bump up our
version to make use of it.

The config changes follow the defaults. New options that are interesting
to us will be enabled separately in a later commit.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v8a/barebox.config | 18 +++++++++++++++++-
 configs/platform-v8a/platformconfig |  4 ++--
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config
index 6e763c338f3f..0dc06a36ef2d 100644
--- a/configs/platform-v8a/barebox.config
+++ b/configs/platform-v8a/barebox.config
@@ -1,8 +1,9 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2024.07.0 Configuration
+# Barebox/arm 2024.12.0 Configuration
 #
 CONFIG_ARM=y
+CONFIG_ARM64=y
 CONFIG_ARCH_TEXT_BASE=0x00000000
 CONFIG_ARM_LINUX=y
 CONFIG_ARM_USE_COMPRESSED_DTB=y
@@ -98,6 +99,7 @@ CONFIG_MACH_RADXA_ROCK3=y
 # CONFIG_MACH_RADXA_ROCK5 is not set
 # CONFIG_MACH_RADXA_CM3 is not set
 # CONFIG_MACH_WOLFVISION_PF5 is not set
+# CONFIG_MACH_XUNLONG_ORANGEPI_5_PLUS is not set
 
 #
 # select board features:
@@ -116,6 +118,7 @@ CONFIG_64BIT=y
 #
 CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
 CONFIG_ARM_EXCEPTIONS=y
+# CONFIG_ARM_SEMIHOSTING is not set
 CONFIG_ARM_SMCCC=y
 CONFIG_ARM_PSCI_OF=y
 CONFIG_ARM_PSCI_CLIENT=y
@@ -227,6 +230,7 @@ CONFIG_CONSOLE_FULL=y
 # CONFIG_CONSOLE_NONE is not set
 # CONFIG_CONSOLE_ACTIVATE_FIRST is not set
 # CONFIG_CONSOLE_ACTIVATE_ALL is not set
+# CONFIG_CONSOLE_ACTIVATE_ALL_FALLBACK is not set
 CONFIG_CONSOLE_ACTIVATE_NONE=y
 CONFIG_CONSOLE_ALLOW_COLOR=y
 # CONFIG_CONSOLE_DISABLE_INPUT is not set
@@ -289,6 +293,7 @@ CONFIG_FRAME_POINTER=y
 # CONFIG_DEBUG_PROBES is not set
 # CONFIG_DMA_API_DEBUG is not set
 # CONFIG_DEBUG_LIST is not set
+# CONFIG_DEBUG_RESOURCES is not set
 # CONFIG_PBL_BREAK is not set
 # CONFIG_PRINTF_FULL is not set
 # CONFIG_UBSAN is not set
@@ -319,6 +324,7 @@ CONFIG_COMPILE_HASH=y
 # CONFIG_CMD_TUTORIAL is not set
 CONFIG_CMD_ARM_CPUINFO=y
 CONFIG_CMD_BOOTROM=y
+# CONFIG_CMD_CLASS is not set
 CONFIG_CMD_DEVINFO=y
 # CONFIG_CMD_DEVLOOKUP is not set
 # CONFIG_CMD_DEVUNBIND is not set
@@ -330,6 +336,7 @@ CONFIG_CMD_IOMEM=y
 CONFIG_CMD_IMD=y
 CONFIG_CMD_MEMINFO=y
 # CONFIG_CMD_ARM_MMUINFO is not set
+# CONFIG_CMD_BLKSTATS is not set
 CONFIG_CMD_REGULATOR=y
 # CONFIG_CMD_PM_DOMAIN is not set
 # CONFIG_CMD_NVMEM is not set
@@ -469,6 +476,7 @@ CONFIG_CMD_MW=y
 #
 CONFIG_CMD_CLK=y
 CONFIG_CMD_DETECT=y
+# CONFIG_CMD_SYNC is not set
 CONFIG_CMD_FLASH=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_HWCLOCK=y
@@ -504,6 +512,7 @@ CONFIG_CMD_OF_FIXUP=y
 CONFIG_CMD_OF_OVERLAY=y
 CONFIG_CMD_OFTREE=y
 CONFIG_CMD_TIME=y
+# CONFIG_CMD_WATCH is not set
 # CONFIG_CMD_UPTIME is not set
 CONFIG_CMD_STATE=y
 # CONFIG_CMD_DHRYSTONE is not set
@@ -748,6 +757,7 @@ CONFIG_MCI=y
 # CONFIG_MCI_STARTUP is not set
 CONFIG_MCI_INFO=y
 CONFIG_MCI_WRITE=y
+CONFIG_MCI_ERASE=y
 CONFIG_MCI_MMC_BOOT_PARTITIONS=y
 # CONFIG_MCI_MMC_GPP_PARTITIONS is not set
 
@@ -901,6 +911,7 @@ CONFIG_NVMEM_ROCKCHIP_OTP=y
 
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED=y
+# CONFIG_REGULATOR_FAN53555 is not set
 # CONFIG_REGULATOR_PFUZE is not set
 # CONFIG_REGULATOR_ANATOP is not set
 CONFIG_REGULATOR_RK808=y
@@ -926,12 +937,14 @@ CONFIG_HW_HAS_PCI=y
 
 CONFIG_RTC_LIB=y
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_NVMEM=y
 
 #
 # I2C RTC drivers
 #
 CONFIG_RTC_DRV_DS1307=y
 # CONFIG_RTC_DRV_ABRACON is not set
+# CONFIG_RTC_DRV_PCF85063 is not set
 # CONFIG_RTC_DRV_PCF85363 is not set
 # CONFIG_RTC_DRV_IMXDI is not set
 
@@ -1154,6 +1167,9 @@ CONFIG_DIGEST_SHA1_GENERIC=y
 CONFIG_DIGEST_HMAC_GENERIC=y
 CONFIG_DIGEST_SHA1_ARM64_CE=y
 CONFIG_DIGEST_SHA256_ARM64_CE=y
+# CONFIG_CRYPTO_RSA is not set
+# CONFIG_CRYPTO_ECDSA is not set
+# CONFIG_CRYPTO_BUILTIN_KEYS is not set
 # CONFIG_CRYPTO_KEYSTORE is not set
 # end of Crypto support
 
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index b09fc578073d..36e97312a4a1 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -177,10 +177,10 @@ PTXCONF_CONSOLE_SPEED="115200"
 PTXCONF_BAREBOX_ARCH_STRING="arm"
 PTXCONF_BAREBOX_DEPENDENCIES=y
 PTXCONF_BAREBOX=y
-PTXCONF_BAREBOX_VERSION="2024.07.0"
+PTXCONF_BAREBOX_VERSION="2024.12.0"
 PTXCONF_BAREBOX_CONFIG_BUILDSYSTEM_VERSION=y
 PTXCONF_BAREBOX_BUILDSYSTEM_VERSION="${PTXDIST_VCS_VERSION}"
-PTXCONF_BAREBOX_MD5="c82948dfe7fba729e9d7eaaeff45f863"
+PTXCONF_BAREBOX_MD5="b9277ee0dc251b2a49de97d37ee5d365"
 PTXCONF_BAREBOX_CONFIG="barebox.config"
 PTXCONF_BAREBOX_FIRMWARE=y
 PTXCONF_BAREBOX_EXTRA_ENV=y
-- 
2.39.5




  parent reply	other threads:[~2024-12-09 19:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09 19:48 [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 01/11] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` Ahmad Fatoum [this message]
2024-12-09 19:48 ` [DistroKit] [PATCH v2 03/11] v8a: kernel: disable some unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 04/11] v8a: kernel: enable usb9pfs Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 05/11] v8a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 06/11] v7a: barebox: am335x-mlo: disable LZO decompress Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 07/11] v7a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 08/11] v7a: kernel: disable unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 09/11] v7a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 10/11] v7a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 11/11] v7a/v8a: barebox: enable some more useful commands Ahmad Fatoum
2024-12-09 21:19 ` [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241209194831.2677114-3-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox