[Buildroot] [git commit branch/2025.02.x] configs/socrates_cyclone5: remove defconfig, broken
Titouan Christophe
titouan.christophe at mind.be
Thu Sep 4 11:57:23 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=26cfbf7f7dd94a31153b615801b8a4fe1d118ce5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x
This defconfig no longer builds:
https://gitlab.com/buildroot.org/buildroot/-/jobs/11026772887
It has been broken for at least 2 months:
https://gitlab.com/buildroot.org/buildroot/-/jobs?name=T%3Dsocrates_cyclone5&kind=BUILD
It uses the outdated and not even LTS 4.16.7 Linux kernel, which no
longer builds with modern toolchains.
Unless a fix is provided, this defconfig will be removed.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/11026772887
Cc: MichaÅ Åyszczek <michal.lyszczek at bofc.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout at rnout.be>
(cherry picked from commit 908ce5b8bb1d61c9e1e18ea9bc153ada3fd07dd1)
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
.checkpackageignore | 1 -
DEVELOPERS | 2 -
board/altera/socrates_cyclone5/boot-env.txt | 8 ----
board/altera/socrates_cyclone5/genimage.cfg | 59 -----------------------------
board/altera/socrates_cyclone5/readme.txt | 52 -------------------------
configs/socrates_cyclone5_defconfig | 32 ----------------
6 files changed, 154 deletions(-)
diff --git a/.checkpackageignore b/.checkpackageignore
index 6b87803dca..a09c8d45f9 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -198,7 +198,6 @@ configs/snps_arc700_nsim_defconfig lib_defconfig.ForceCheckHash
configs/snps_archs38_axs103_defconfig lib_defconfig.ForceCheckHash
configs/snps_archs38_haps_defconfig lib_defconfig.ForceCheckHash
configs/snps_archs38_hsdk_defconfig lib_defconfig.ForceCheckHash
-configs/socrates_cyclone5_defconfig lib_defconfig.ForceCheckHash
configs/solidrun_clearfog_gt_8k_defconfig lib_defconfig.ForceCheckHash
configs/solidrun_macchiatobin_defconfig lib_defconfig.ForceCheckHash
configs/stm32mp157c_odyssey_defconfig lib_defconfig.ForceCheckHash
diff --git a/DEVELOPERS b/DEVELOPERS
index 3c687d590e..43d00ad3fe 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2403,8 +2403,6 @@ F: package/libavl/
F: package/rcw-smarc-sal28/
N: MichaÅ Åyszczek <michal.lyszczek at bofc.pl>
-F: board/altera/socrates_cyclone5/
-F: configs/socrates_cyclone5_defconfig
F: package/netifrc/
F: package/openrc/
F: package/skeleton-init-openrc/
diff --git a/board/altera/socrates_cyclone5/boot-env.txt b/board/altera/socrates_cyclone5/boot-env.txt
deleted file mode 100644
index ed5b61386c..0000000000
--- a/board/altera/socrates_cyclone5/boot-env.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-linux_load_address=0x100000
-linux_dtb_load_address=0x100
-linux_dtb=socfpga_cyclone5_socrates.dtb
-linux_load=mmc rescan; fatload mmc 0:1 ${linux_load_address} zImage; fatload mmc 0:1 ${linux_dtb_load_address} ${linux_dtb}
-bootargs=console=ttyS0,115200 root=/dev/mmcblk0p3 ro rootwait
-source_env=fatload mmc 0:1 0x2000000 boot.scr; source 0x2000000
-bootcmd=run linux_load; bootz ${linux_load_address} - ${linux_dtb_load_address}
-bootdelay=1
diff --git a/board/altera/socrates_cyclone5/genimage.cfg b/board/altera/socrates_cyclone5/genimage.cfg
deleted file mode 100644
index d31c3838be..0000000000
--- a/board/altera/socrates_cyclone5/genimage.cfg
+++ /dev/null
@@ -1,59 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "socfpga_cyclone5_socrates.dtb"
- }
- }
-
- size = 8M
-}
-
-image uboot.img {
- hdimage {
- partition-table = "no"
- }
-
- partition spl {
- in-partition-table = "no"
- image = "u-boot-spl.bin.crc"
- offset = 0
- size = 64K
- }
-
- partition uboot-full {
- in-partition-table = "no"
- image = "u-boot.img"
- offset = 256K
- }
-
- size = 1M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition uboot-env {
- in-partition-table = "no"
- image = "uboot-env.bin"
- offset = 17K # 512 * 34 -> just after gpt
- }
-
- partition boot {
- partition-type = 0xc
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition uboot {
- partition-type = 0xa2
- image = "uboot.img"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext2"
- size = 500M
- }
-}
diff --git a/board/altera/socrates_cyclone5/readme.txt b/board/altera/socrates_cyclone5/readme.txt
deleted file mode 100644
index 4e78feef11..0000000000
--- a/board/altera/socrates_cyclone5/readme.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-EBV SoCrates Evaluation Board
-
-Intro
-=====
-
-More information about this board can be found here:
-https://rocketboards.org/foswiki/Documentation/EBVSoCratesEvaluationBoard
-
-Build
-=====
-
-First, load socrates config for buildroot
-
- make socrates_cyclone5_defconfig
-
-Build everything
-
- make
-
-Following files will be generated in output/images
-
-.
-âââ boot.vfat
-âââ rootfs.ext2
-âââ rootfs.ext4 -> rootfs.ext2
-âââ rootfs.tar
-âââ sdcard.img
-âââ socfpga_cyclone5_socrates.dtb
-âââ u-boot-spl.bin
-âââ u-boot-spl.bin.crc
-âââ u-boot.bin
-âââ u-boot.img
-âââ uboot-env.bin
-âââ uboot.img
-âââ zImage
-
-
-Creating bootable SD card
-=========================
-
-Simply invoke
-
-dd if=output/images/sdcard.img of=/dev/sdX
-
-Where X is your SD card device (not partition)
-
-Booting
-=======
-
-Pins 6:8 on P18 selector is used to determine boot device. To boot socrates from
-sdcard set these pins to value 0x5 (101b). Remaining pins are used to determine
-how to configure FPGA and are not associated with booting into Linux kernel.
diff --git a/configs/socrates_cyclone5_defconfig b/configs/socrates_cyclone5_defconfig
deleted file mode 100644
index d23e08a255..0000000000
--- a/configs/socrates_cyclone5_defconfig
+++ /dev/null
@@ -1,32 +0,0 @@
-BR2_arm=y
-BR2_cortex_a9=y
-BR2_ARM_ENABLE_NEON=y
-BR2_ARM_ENABLE_VFP=y
-BR2_ARM_FPU_NEON=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/altera/socrates_cyclone5/genimage.cfg"
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7"
-BR2_LINUX_KERNEL_DEFCONFIG="socfpga"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="socfpga_cyclone5_socrates"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="socfpga_socrates"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_FORMAT_IMG=y
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_ALTERA_SOCFPGA_IMAGE_CRC=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE="board/altera/socrates_cyclone5/boot-env.txt"
-BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SIZE="8192"
More information about the buildroot
mailing list