public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 1/2] config: stmark2: defconfig updates
@ 2026-04-15 20:50 Angelo Dureghello
  2026-04-15 20:50 ` [PATCH 2/2] m68k: update boards company name Angelo Dureghello
  2026-04-17 14:05 ` [PATCH 1/2] config: stmark2: defconfig updates Greg Ungerer
  0 siblings, 2 replies; 3+ messages in thread
From: Angelo Dureghello @ 2026-04-15 20:50 UTC (permalink / raw)
  To: gerg; +Cc: geert, linux-m68k, Angelo Dureghello

Various updates, mainly to reduce kernel size.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
---
 arch/m68k/configs/stmark2_defconfig | 33 +++++++++++++++++------------
 1 file changed, 20 insertions(+), 13 deletions(-)

diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig
index 515d9b208b10..b3fb95f73a95 100644
--- a/arch/m68k/configs/stmark2_defconfig
+++ b/arch/m68k/configs/stmark2_defconfig
@@ -2,16 +2,20 @@ CONFIG_LOCALVERSION="stmark2-001"
 CONFIG_DEFAULT_HOSTNAME="stmark2"
 CONFIG_SYSVIPC=y
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_NAMESPACES=y
 CONFIG_BLK_DEV_INITRD=y
+# CONFIG_RD_BZIP2 is not set
+# CONFIG_RD_LZMA is not set
+# CONFIG_RD_XZ is not set
+# CONFIG_RD_LZO is not set
+# CONFIG_RD_LZ4 is not set
+# CONFIG_RD_ZSTD is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_EXPERT=y
 # CONFIG_FHANDLE is not set
 # CONFIG_AIO is not set
 # CONFIG_ADVISE_SYSCALLS is not set
 # CONFIG_MEMBARRIER is not set
-CONFIG_EXPERT=y
-# CONFIG_VM_EVENT_COUNTERS is not set
-# CONFIG_COMPAT_BRK is not set
+# CONFIG_KALLSYMS is not set
 CONFIG_COLDFIRE=y
 CONFIG_M5441x=y
 CONFIG_CLOCK_FREQ=240000000
@@ -21,10 +25,12 @@ CONFIG_RAMBASE=0x40000000
 CONFIG_RAMSIZE=0x8000000
 CONFIG_VECTORBASE=0x40000000
 CONFIG_KERNELBASE=0x40001000
-# CONFIG_BLK_DEV_BSG is not set
 CONFIG_BINFMT_FLAT=y
 CONFIG_BINFMT_ZFLAT=y
 CONFIG_BINFMT_MISC=y
+# CONFIG_COREDUMP is not set
+# CONFIG_COMPAT_BRK is not set
+# CONFIG_VM_EVENT_COUNTERS is not set
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_ALLOW_DEV_COREDUMP is not set
@@ -47,11 +53,11 @@ CONFIG_MTD_SPI_NOR=y
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_SERIO_LIBPS2=y
 # CONFIG_UNIX98_PTYS is not set
-# CONFIG_DEVMEM is not set
 CONFIG_SERIAL_MCF=y
 CONFIG_SERIAL_MCF_BAUDRATE=115200
 CONFIG_SERIAL_MCF_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
+# CONFIG_DEVMEM is not set
 CONFIG_SPI=y
 CONFIG_SPI_DEBUG=y
 CONFIG_SPI_FSL_DSPI=y
@@ -59,7 +65,7 @@ CONFIG_DEBUG_GPIO=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_GENERIC_PLATFORM=y
 # CONFIG_HWMON is not set
-# CONFIG_HID is not set
+# CONFIG_HID_SUPPORT is not set
 # CONFIG_USB_SUPPORT is not set
 CONFIG_MMC=y
 CONFIG_MMC_DEBUG=y
@@ -68,6 +74,8 @@ CONFIG_MMC_SDHCI_PLTFM=y
 CONFIG_MMC_SDHCI_ESDHC_MCF=y
 CONFIG_DMADEVICES=y
 CONFIG_MCF_EDMA=y
+# CONFIG_VIRTIO_MENU is not set
+# CONFIG_VHOST_MENU is not set
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
@@ -79,14 +87,13 @@ CONFIG_EXT4_FS_SECURITY=y
 # CONFIG_DNOTIFY is not set
 # CONFIG_INOTIFY_USER is not set
 CONFIG_OVERLAY_FS=y
-CONFIG_FSCACHE=y
 # CONFIG_PROC_SYSCTL is not set
-CONFIG_CRAMFS=y
 CONFIG_SQUASHFS=y
-CONFIG_ROMFS_FS=y
-# CONFIG_CRYPTO_HW is not set
+CONFIG_XZ_DEC=y
 CONFIG_PRINTK_TIME=y
-# CONFIG_DEBUG_BUGVERBOSE is not set
+CONFIG_DYNAMIC_DEBUG_CORE=y
+# CONFIG_DEBUG_MISC is not set
 # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
-CONFIG_SLUB_DEBUG_ON=y
+# CONFIG_SLUB_DEBUG is not set
 CONFIG_PANIC_ON_OOPS=y
+# CONFIG_RUNTIME_TESTING_MENU is not set
-- 
2.53.0


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

* [PATCH 2/2] m68k: update boards company name
  2026-04-15 20:50 [PATCH 1/2] config: stmark2: defconfig updates Angelo Dureghello
@ 2026-04-15 20:50 ` Angelo Dureghello
  2026-04-17 14:05 ` [PATCH 1/2] config: stmark2: defconfig updates Greg Ungerer
  1 sibling, 0 replies; 3+ messages in thread
From: Angelo Dureghello @ 2026-04-15 20:50 UTC (permalink / raw)
  To: gerg; +Cc: geert, linux-m68k, Angelo Dureghello

Sysam name has changed to Kernelspace, updating each reference.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
---
 arch/m68k/Kconfig.machine    | 8 ++++----
 arch/m68k/coldfire/amcore.c  | 4 ++--
 arch/m68k/coldfire/stmark2.c | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
index de39f23b180e..f3f3c7871ad1 100644
--- a/arch/m68k/Kconfig.machine
+++ b/arch/m68k/Kconfig.machine
@@ -275,16 +275,16 @@ config M5407C3
 	  Support for the Motorola M5407C3 board.
 
 config AMCORE
-	bool "Sysam AMCORE board support"
+	bool "Kernelspace AMCORE board support"
 	depends on M5307
 	help
-	  Support for the Sysam AMCORE open-hardware generic board.
+	  Support for the Kernelspace AMCORE open-hardware generic board.
 
 config STMARK2
-	bool "Sysam stmark2 board support"
+	bool "Kernelspace stmark2 board support"
 	depends on M5441x
 	help
-	  Support for the Sysam stmark2 open-hardware generic board.
+	  Support for the Kernelspace stmark2 open-hardware generic board.
 
 config FIREBEE
 	bool "FireBee board support"
diff --git a/arch/m68k/coldfire/amcore.c b/arch/m68k/coldfire/amcore.c
index c6cb1a5cc1a5..6531ef62bc01 100644
--- a/arch/m68k/coldfire/amcore.c
+++ b/arch/m68k/coldfire/amcore.c
@@ -1,7 +1,7 @@
 /*
- * amcore.c -- Support for Sysam AMCORE open board
+ * amcore.c -- Support for Kernelspace AMCORE open board
  *
- * (C) Copyright 2016, Angelo Dureghello <angelo@sysam.it>
+ * (C) Copyright 2026, Angelo Dureghello <angelo@kernel-space.org>
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file COPYING in the main directory of this archive
diff --git a/arch/m68k/coldfire/stmark2.c b/arch/m68k/coldfire/stmark2.c
index 036a6ae5f599..85502b81175e 100644
--- a/arch/m68k/coldfire/stmark2.c
+++ b/arch/m68k/coldfire/stmark2.c
@@ -1,7 +1,7 @@
 /*
- * stmark2.c -- Support for Sysam AMCORE open board
+ * stmark2.c -- Support for Kernelspace AMCORE open board
  *
- * (C) Copyright 2017, Angelo Dureghello <angelo@sysam.it>
+ * (C) Copyright 2026, Angelo Dureghello <angelo@kernel-space.org>
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file COPYING in the main directory of this archive
-- 
2.53.0


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

* Re: [PATCH 1/2] config: stmark2: defconfig updates
  2026-04-15 20:50 [PATCH 1/2] config: stmark2: defconfig updates Angelo Dureghello
  2026-04-15 20:50 ` [PATCH 2/2] m68k: update boards company name Angelo Dureghello
@ 2026-04-17 14:05 ` Greg Ungerer
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Ungerer @ 2026-04-17 14:05 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: geert, linux-m68k

Hi Angelo,

I will apply these updates to the m68knommu git tree when the current merge window closes.

Regards
Greg


On 16/4/26 06:50, Angelo Dureghello wrote:
> Various updates, mainly to reduce kernel size.
> 
> Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
> ---
>   arch/m68k/configs/stmark2_defconfig | 33 +++++++++++++++++------------
>   1 file changed, 20 insertions(+), 13 deletions(-)
> 
> diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig
> index 515d9b208b10..b3fb95f73a95 100644
> --- a/arch/m68k/configs/stmark2_defconfig
> +++ b/arch/m68k/configs/stmark2_defconfig
> @@ -2,16 +2,20 @@ CONFIG_LOCALVERSION="stmark2-001"
>   CONFIG_DEFAULT_HOSTNAME="stmark2"
>   CONFIG_SYSVIPC=y
>   CONFIG_LOG_BUF_SHIFT=14
> -CONFIG_NAMESPACES=y
>   CONFIG_BLK_DEV_INITRD=y
> +# CONFIG_RD_BZIP2 is not set
> +# CONFIG_RD_LZMA is not set
> +# CONFIG_RD_XZ is not set
> +# CONFIG_RD_LZO is not set
> +# CONFIG_RD_LZ4 is not set
> +# CONFIG_RD_ZSTD is not set
>   CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> +CONFIG_EXPERT=y
>   # CONFIG_FHANDLE is not set
>   # CONFIG_AIO is not set
>   # CONFIG_ADVISE_SYSCALLS is not set
>   # CONFIG_MEMBARRIER is not set
> -CONFIG_EXPERT=y
> -# CONFIG_VM_EVENT_COUNTERS is not set
> -# CONFIG_COMPAT_BRK is not set
> +# CONFIG_KALLSYMS is not set
>   CONFIG_COLDFIRE=y
>   CONFIG_M5441x=y
>   CONFIG_CLOCK_FREQ=240000000
> @@ -21,10 +25,12 @@ CONFIG_RAMBASE=0x40000000
>   CONFIG_RAMSIZE=0x8000000
>   CONFIG_VECTORBASE=0x40000000
>   CONFIG_KERNELBASE=0x40001000
> -# CONFIG_BLK_DEV_BSG is not set
>   CONFIG_BINFMT_FLAT=y
>   CONFIG_BINFMT_ZFLAT=y
>   CONFIG_BINFMT_MISC=y
> +# CONFIG_COREDUMP is not set
> +# CONFIG_COMPAT_BRK is not set
> +# CONFIG_VM_EVENT_COUNTERS is not set
>   CONFIG_DEVTMPFS=y
>   CONFIG_DEVTMPFS_MOUNT=y
>   # CONFIG_ALLOW_DEV_COREDUMP is not set
> @@ -47,11 +53,11 @@ CONFIG_MTD_SPI_NOR=y
>   # CONFIG_INPUT_MOUSE is not set
>   CONFIG_SERIO_LIBPS2=y
>   # CONFIG_UNIX98_PTYS is not set
> -# CONFIG_DEVMEM is not set
>   CONFIG_SERIAL_MCF=y
>   CONFIG_SERIAL_MCF_BAUDRATE=115200
>   CONFIG_SERIAL_MCF_CONSOLE=y
>   # CONFIG_HW_RANDOM is not set
> +# CONFIG_DEVMEM is not set
>   CONFIG_SPI=y
>   CONFIG_SPI_DEBUG=y
>   CONFIG_SPI_FSL_DSPI=y
> @@ -59,7 +65,7 @@ CONFIG_DEBUG_GPIO=y
>   CONFIG_GPIO_SYSFS=y
>   CONFIG_GPIO_GENERIC_PLATFORM=y
>   # CONFIG_HWMON is not set
> -# CONFIG_HID is not set
> +# CONFIG_HID_SUPPORT is not set
>   # CONFIG_USB_SUPPORT is not set
>   CONFIG_MMC=y
>   CONFIG_MMC_DEBUG=y
> @@ -68,6 +74,8 @@ CONFIG_MMC_SDHCI_PLTFM=y
>   CONFIG_MMC_SDHCI_ESDHC_MCF=y
>   CONFIG_DMADEVICES=y
>   CONFIG_MCF_EDMA=y
> +# CONFIG_VIRTIO_MENU is not set
> +# CONFIG_VHOST_MENU is not set
>   CONFIG_EXT2_FS=y
>   CONFIG_EXT2_FS_XATTR=y
>   CONFIG_EXT2_FS_POSIX_ACL=y
> @@ -79,14 +87,13 @@ CONFIG_EXT4_FS_SECURITY=y
>   # CONFIG_DNOTIFY is not set
>   # CONFIG_INOTIFY_USER is not set
>   CONFIG_OVERLAY_FS=y
> -CONFIG_FSCACHE=y
>   # CONFIG_PROC_SYSCTL is not set
> -CONFIG_CRAMFS=y
>   CONFIG_SQUASHFS=y
> -CONFIG_ROMFS_FS=y
> -# CONFIG_CRYPTO_HW is not set
> +CONFIG_XZ_DEC=y
>   CONFIG_PRINTK_TIME=y
> -# CONFIG_DEBUG_BUGVERBOSE is not set
> +CONFIG_DYNAMIC_DEBUG_CORE=y
> +# CONFIG_DEBUG_MISC is not set
>   # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
> -CONFIG_SLUB_DEBUG_ON=y
> +# CONFIG_SLUB_DEBUG is not set
>   CONFIG_PANIC_ON_OOPS=y
> +# CONFIG_RUNTIME_TESTING_MENU is not set


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

end of thread, other threads:[~2026-04-17 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15 20:50 [PATCH 1/2] config: stmark2: defconfig updates Angelo Dureghello
2026-04-15 20:50 ` [PATCH 2/2] m68k: update boards company name Angelo Dureghello
2026-04-17 14:05 ` [PATCH 1/2] config: stmark2: defconfig updates Greg Ungerer

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