DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH 1/6] v8a: barebox-r5: sync config file changes
Date: Sat, 6 Dec 2025 12:41:33 +0100	[thread overview]
Message-ID: <aTQWbdO9I08RrOgi@pengutronix.de> (raw)
In-Reply-To: <20251205222320.2261758-1-rhi@pengutronix.de>

Looks good, applied to next.

On Fri, Dec 05, 2025 at 11:22:50PM +0100, Roland Hieber wrote:
> Since barebox-r5 inherits the version from barebox, its config file got
> out of sync in commit d541ace7485977ed0005. Just run oldconfig and
> choose default values for new kconfig variables.
> 
> Fixes: d541ace7485977ed0005 (2025-12-02, Fabian Pflug: "v8a: barebox: version bump 2025.07.0 -> 2025.11.0")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  configs/platform-v8a/barebox-r5.config | 122 ++++++++++++++-----------
>  1 file changed, 71 insertions(+), 51 deletions(-)
> 
> diff --git a/configs/platform-v8a/barebox-r5.config b/configs/platform-v8a/barebox-r5.config
> index 2ab059ac5c7f..06f68380feeb 100644
> --- a/configs/platform-v8a/barebox-r5.config
> +++ b/configs/platform-v8a/barebox-r5.config
> @@ -1,6 +1,6 @@
>  #
>  # Automatically generated file; DO NOT EDIT.
> -# Barebox/arm 2025.07.0 Configuration
> +# Barebox/arm 2025.11.0 Configuration
>  #
>  CONFIG_ARM=y
>  CONFIG_ARCH_LINUX_NAME="arm"
> @@ -27,6 +27,7 @@ CONFIG_ARCH_K3=y
>  # CONFIG_ARCH_LAYERSCAPE is not set
>  # CONFIG_ARCH_OMAP_MULTI is not set
>  # CONFIG_ARCH_ROCKCHIP is not set
> +# CONFIG_ARCH_SAMSUNG is not set
>  # CONFIG_ARCH_STM32MP is not set
>  # CONFIG_ARCH_VERSATILE is not set
>  # CONFIG_ARCH_VEXPRESS is not set
> @@ -53,6 +54,8 @@ CONFIG_MACH_AM625_SK=y
>  CONFIG_MACH_BEAGLEPLAY=y
>  # CONFIG_MACH_AM62LX_EVM is not set
>  # CONFIG_ARCH_K3_AUTHENTICATE_IMAGE is not set
> +CONFIG_ARCH_K3_SIGNING_KEY_TI_DEVEL=y
> +# CONFIG_ARCH_K3_SIGNING_KEY_CUSTOM is not set
>  # end of K3 boards
>  
>  CONFIG_AEABI=y
> @@ -67,7 +70,9 @@ CONFIG_32BIT=y
>  #
>  CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
>  CONFIG_ARM_EXCEPTIONS=y
> +# CONFIG_ARM_EXCEPTIONS_PBL is not set
>  # CONFIG_ARM_UNWIND is not set
> +CONFIG_ARM_MMU_PERMISSIONS=y
>  # CONFIG_ARM_SEMIHOSTING is not set
>  # CONFIG_ARM_PSCI_CLIENT is not set
>  # end of ARM specific settings
> @@ -78,6 +83,7 @@ CONFIG_ARM_EXCEPTIONS=y
>  # CONFIG_BOARD_GENERIC_DT is not set
>  # end of General architecture-dependent options
>  
> +CONFIG_ARCH_HAS_DMA_WRITE_COMBINE=y
>  CONFIG_ARCH_HAS_DATA_ABORT_MASK=y
>  CONFIG_ARCH_HAS_ZERO_PAGE=y
>  CONFIG_HAVE_ARCH_BOARD_GENERIC_DT=y
> @@ -99,10 +105,9 @@ CONFIG_FILETYPE=y
>  #
>  # General Settings
>  #
> +CONFIG_NAME=""
>  CONFIG_LOCALVERSION=""
>  CONFIG_LOCALVERSION_AUTO=y
> -CONFIG_HAS_INSECURE_DEFAULTS=y
> -CONFIG_INSECURE=y
>  CONFIG_BANNER=y
>  # CONFIG_MEMINFO is not set
>  CONFIG_ENVIRONMENT_VARIABLES=y
> @@ -142,6 +147,7 @@ CONFIG_RELOCATABLE=y
>  # CONFIG_PANIC_POWEROFF is not set
>  # CONFIG_PANIC_HANG is not set
>  CONFIG_PANIC_RESET=y
> +# CONFIG_PANIC_TRAP is not set
>  CONFIG_PROMPT="MLO>"
>  CONFIG_BAUDRATE=115200
>  CONFIG_SIMPLE_READLINE=y
> @@ -151,7 +157,6 @@ CONFIG_FIRMWARE=y
>  # CONFIG_SHELL_SIMPLE is not set
>  CONFIG_SHELL_NONE=y
>  # CONFIG_GLOB is not set
> -# CONFIG_PASSWORD is not set
>  # CONFIG_ERRNO_MESSAGES is not set
>  # CONFIG_BOOTM is not set
>  CONFIG_ELF=y
> @@ -177,6 +182,7 @@ CONFIG_PARTITION_DISK_DOS=y
>  CONFIG_DEFAULT_COMPRESSION_NONE=y
>  CONFIG_HAS_SCHED=y
>  CONFIG_POLLER=y
> +CONFIG_POLLER_WARN_OVERTIME=y
>  CONFIG_BTHREAD=y
>  # CONFIG_TLV is not set
>  # CONFIG_STATE is not set
> @@ -184,13 +190,6 @@ CONFIG_BTHREAD=y
>  # CONFIG_BOOT_DEFAULTS is not set
>  # CONFIG_BAREBOX_DT_2ND is not set
>  CONFIG_EXTERNAL_DTS_FRAGMENTS=""
> -
> -#
> -# OP-TEE loading
> -#
> -# CONFIG_PBL_OPTEE is not set
> -# end of OP-TEE loading
> -
>  CONFIG_FILETYPE_STRINGS=y
>  # end of General Settings
>  
> @@ -276,6 +275,7 @@ CONFIG_I2C_OMAP=y
>  # CONFIG_MTD is not set
>  CONFIG_DISK=y
>  # CONFIG_DISK_WRITE is not set
> +# CONFIG_DM_BLK is not set
>  
>  #
>  # drive types
> @@ -329,6 +329,8 @@ CONFIG_MCI=y
>  # --- Feature list ---
>  #
>  # CONFIG_MCI_TUNING is not set
> +CONFIG_MCI_STARTUP_NONE=y
> +# CONFIG_MCI_STARTUP_NONREMOVABLE is not set
>  # CONFIG_MCI_STARTUP is not set
>  # CONFIG_MCI_WRITE is not set
>  CONFIG_MCI_MMC_BOOT_PARTITIONS=y
> @@ -344,6 +346,7 @@ CONFIG_MCI_MMC_RPMB=y
>  # CONFIG_MCI_ROCKCHIP_DWCMSHC is not set
>  # CONFIG_MCI_ARASAN is not set
>  CONFIG_MCI_AM654=y
> +# CONFIG_MMC_CADENCE_SDHCI is not set
>  CONFIG_HAVE_CLK=y
>  CONFIG_CLKDEV_LOOKUP=y
>  CONFIG_COMMON_CLK=y
> @@ -608,52 +611,22 @@ CONFIG_FS_FAT_LFN=y
>  # end of Filesystem support
>  
>  #
> -# Library routines
> -#
> -CONFIG_UNCOMPRESS=y
> -# CONFIG_ZLIB is not set
> -# CONFIG_BZLIB is not set
> -# CONFIG_LZ4_DECOMPRESS is not set
> -# CONFIG_ZSTD_DECOMPRESS is not set
> -CONFIG_XZ_DECOMPRESS=y
> -CONFIG_XZ_DEC_X86=y
> -CONFIG_XZ_DEC_POWERPC=y
> -CONFIG_XZ_DEC_IA64=y
> -CONFIG_XZ_DEC_ARM=y
> -CONFIG_XZ_DEC_ARMTHUMB=y
> -CONFIG_XZ_DEC_SPARC=y
> -CONFIG_XZ_DEC_ARM64=y
> -# CONFIG_BASE64 is not set
> -# CONFIG_LZO_DECOMPRESS is not set
> -CONFIG_FIP=y
> -# CONFIG_ALLOW_PRNG_FALLBACK is not set
> -# CONFIG_CRC_CCITT is not set
> -# CONFIG_CRC8 is not set
> -
> -#
> -# Library gui routines
> +# Security options
>  #
> -# end of Library gui routines
> -
> -# CONFIG_BOOTSTRAP is not set
> -CONFIG_NLS=y
> +CONFIG_INSECURE=y
> +# CONFIG_SECURITY_POLICY is not set
> +# CONFIG_PASSWORD is not set
> +# CONFIG_CRYPTO_KEYSTORE is not set
>  # CONFIG_BLOBGEN is not set
> -# end of Library routines
> -
> -#
> -# Hardening options
> -#
>  
>  #
> -# This barebox configuration has CONFIG_HAS_INSECURE_DEFAULTS=y indicating
> -#
> -
> -#
> -# that some of the configured options have potentially insecure defaults.
> +# OP-TEE loading
>  #
> +# CONFIG_PBL_OPTEE is not set
> +# end of OP-TEE loading
>  
>  #
> -# Extra care needs to be taken in secure booted systems.
> +# Hardening options
>  #
>  # CONFIG_BUG_ON_DATA_CORRUPTION is not set
>  
> @@ -682,6 +655,21 @@ CONFIG_PBL_STACKPROTECTOR_NONE=y
>  # end of Buffer overflow protection
>  # end of Hardening options
>  
> +CONFIG_HAS_INSECURE_DEFAULTS=y
> +
> +#
> +# This barebox configuration has CONFIG_HAS_INSECURE_DEFAULTS=y indicating
> +#
> +
> +#
> +# that some of the configured options have potentially insecure defaults.
> +#
> +
> +#
> +# Extra care needs to be taken in secure booted systems.
> +#
> +# end of Security options
> +
>  #
>  # Crypto support
>  #
> @@ -690,9 +678,41 @@ CONFIG_CRC32=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
>  
> +#
> +# Library routines
> +#
> +CONFIG_UNCOMPRESS=y
> +# CONFIG_ZLIB is not set
> +# CONFIG_BZLIB is not set
> +# CONFIG_LZ4_DECOMPRESS is not set
> +# CONFIG_ZSTD_DECOMPRESS is not set
> +CONFIG_XZ_DECOMPRESS=y
> +CONFIG_XZ_DEC_X86=y
> +CONFIG_XZ_DEC_POWERPC=y
> +CONFIG_XZ_DEC_IA64=y
> +CONFIG_XZ_DEC_ARM=y
> +CONFIG_XZ_DEC_ARMTHUMB=y
> +CONFIG_XZ_DEC_SPARC=y
> +CONFIG_XZ_DEC_ARM64=y
> +# CONFIG_BASE64 is not set
> +# CONFIG_LZO_DECOMPRESS is not set
> +CONFIG_FIP=y
> +# CONFIG_ALLOW_PRNG_FALLBACK is not set
> +# CONFIG_CRC_CCITT is not set
> +# CONFIG_CRC8 is not set
> +# CONFIG_CRC16 is not set
> +
> +#
> +# Library gui routines
> +#
> +# end of Library gui routines
> +
> +# CONFIG_BOOTSTRAP is not set
> +CONFIG_NLS=y
> +# end of Library routines
> +
>  #
>  # Firmware files
>  #
> -- 
> 2.47.3
> 
> 
> 

-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |



      parent reply	other threads:[~2025-12-06 11:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05 22:22 Roland Hieber
2025-12-05 22:22 ` [DistroKit] [PATCH 2/6] v8a: barebox-r5: clean up recipe Roland Hieber
2025-12-05 22:22 ` [DistroKit] [PATCH 3/6] v7a: at91bootstrap: version bump 4.0.6-rc1 -> 4.0.12 Roland Hieber
2025-12-05 22:22 ` [DistroKit] [PATCH 4/6] v8a: tf-a: make it compile with GCC 15 Roland Hieber
2025-12-05 22:22 ` [DistroKit] [PATCH 5/6] v8a: tf-a: re-export patch queue with 'git ptx-patches' Roland Hieber
2025-12-05 22:22 ` [DistroKit] [PATCH 6/6] toolchains: version bump 2024.11.1 -> 2025.11.0 Roland Hieber
2025-12-06 11:41 ` Robert Schwebel [this message]

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=aTQWbdO9I08RrOgi@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=rhi@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