Linux-Renesas-SoC Archive mirror
 help / color / mirror / Atom feed
* [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates
@ 2024-04-02 10:27 Geert Uytterhoeven
  2024-04-02 10:27 ` [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Revive kexec Geert Uytterhoeven
  2024-04-02 10:27 ` [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v6.9-rc1 Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-04-02 10:27 UTC (permalink / raw
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

	Hi all,

Regular updates for the defconfig for Renesas ARM64 systems.
As usual, these are not intended for upstream merge, and to be applied
to the topic/renesas-defconfig branch.

Geert Uytterhoeven (2):
  [LOCAL] arm64: renesas: defconfig: Revive kexec
  [LOCAL] arm64: renesas: defconfig: Refresh for v6.9-rc1

 arch/arm64/configs/renesas_defconfig | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

-- 
2.34.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Revive kexec
  2024-04-02 10:27 [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates Geert Uytterhoeven
@ 2024-04-02 10:27 ` Geert Uytterhoeven
  2024-04-02 10:27 ` [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v6.9-rc1 Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-04-02 10:27 UTC (permalink / raw
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Kexec support was accidentally disabled since commit dccf78d39f1069a5
("kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP") in
v6.7-rc5.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 1b23e8311b829c3a..89cd8f0dead77be2 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -25,6 +25,7 @@ CONFIG_USER_NS=y
 CONFIG_SCHED_AUTOGROUP=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_PROFILING=y
+CONFIG_KEXEC=y
 CONFIG_CRASH_DUMP=y
 CONFIG_ARCH_RENESAS=y
 # CONFIG_AMPERE_ERRATUM_AC03_CPU_38 is not set
-- 
2.34.1


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

* [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v6.9-rc1
  2024-04-02 10:27 [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates Geert Uytterhoeven
  2024-04-02 10:27 ` [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Revive kexec Geert Uytterhoeven
@ 2024-04-02 10:27 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-04-02 10:27 UTC (permalink / raw
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Refresh the defconfig for Renesas ARM64 systems:
  - Drop CONFIG_CRASH_DUMP=y (auto-enabled since commit 75bc255a7444801d
    ("crash: clean up kdump related config items")),
  - Drop CONFIG_ARM64_ERRATUM_1542419=n and
    CONFIG_ARM64_ERRATUM_2441009=n (no longer auto-enabled since commit
    8c10cc104b73abdf ("arm64: errata: Don't enable workarounds for
    "rare" errata by default")),
  - Move CONFIG_VIDEO_RCAR_ISP (moved in commit b4a2952bb974d033
    ("media: rcar-csi2: Move driver to renesas directory")),
  - Drop CONFIG_IOMMU_IO_PGTABLE_LPAE=y (selected by DRM_PANFROST),
  - Drop CONFIG_CRYPTO_AES_ARM64_CE_BLK=y (auto-enabled since commit
    948ffc66e595e56c ("crypto: arm64/aes-ccm - Reuse existing MAC update
    for AAD input")).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 89cd8f0dead77be2..1519280104d2104c 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -26,17 +26,14 @@ CONFIG_SCHED_AUTOGROUP=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_PROFILING=y
 CONFIG_KEXEC=y
-CONFIG_CRASH_DUMP=y
 CONFIG_ARCH_RENESAS=y
 # CONFIG_AMPERE_ERRATUM_AC03_CPU_38 is not set
-# CONFIG_ARM64_ERRATUM_1542419 is not set
 # CONFIG_ARM64_ERRATUM_1508412 is not set
 # CONFIG_ARM64_ERRATUM_2051678 is not set
 # CONFIG_ARM64_ERRATUM_2077057 is not set
 # CONFIG_ARM64_ERRATUM_2658417 is not set
 # CONFIG_ARM64_ERRATUM_2054223 is not set
 # CONFIG_ARM64_ERRATUM_2067961 is not set
-# CONFIG_ARM64_ERRATUM_2441009 is not set
 # CONFIG_ARM64_ERRATUM_2645198 is not set
 # CONFIG_ARM64_ERRATUM_2966298 is not set
 # CONFIG_ARM64_ERRATUM_3117295 is not set
@@ -218,8 +215,8 @@ CONFIG_MEDIA_PLATFORM_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_SDR_PLATFORM_DRIVERS=y
 CONFIG_V4L_MEM2MEM_DRIVERS=y
-CONFIG_VIDEO_RCAR_ISP=y
 CONFIG_VIDEO_RCAR_CSI2=y
+CONFIG_VIDEO_RCAR_ISP=y
 CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_VIDEO_RZG2L_CSI2=y
 CONFIG_VIDEO_RZG2L_CRU=y
@@ -373,7 +370,6 @@ CONFIG_HWSPINLOCK=y
 # CONFIG_ARM64_ERRATUM_858921 is not set
 CONFIG_RENESAS_OSTM=y
 CONFIG_MAILBOX=y
-CONFIG_IOMMU_IO_PGTABLE_LPAE=y
 CONFIG_ARCH_R8A77995=y
 CONFIG_ARCH_R8A77990=y
 CONFIG_ARCH_R8A77951=y
@@ -435,7 +431,6 @@ CONFIG_CRYPTO_ANSI_CPRNG=y
 CONFIG_CRYPTO_GHASH_ARM64_CE=y
 CONFIG_CRYPTO_SHA1_ARM64_CE=y
 CONFIG_CRYPTO_SHA2_ARM64_CE=y
-CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
 CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
 CONFIG_CRYPTO_DEV_CCREE=y
 CONFIG_DMA_CMA=y
-- 
2.34.1


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

end of thread, other threads:[~2024-04-02 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 10:27 [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates Geert Uytterhoeven
2024-04-02 10:27 ` [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Revive kexec Geert Uytterhoeven
2024-04-02 10:27 ` [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v6.9-rc1 Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).