* [Buildroot] [PATCH 01/21] configs/amarula_a64_relic: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 02/21] configs/arm_juno: " Thomas Petazzoni via buildroot
` (20 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234498966
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 1 -
board/amarula/a64-relic/extlinux.conf | 4 -
board/amarula/a64-relic/genimage.cfg | 11 ---
board/amarula/a64-relic/post-build.sh | 4 -
board/amarula/a64-relic/readme.txt | 90 -------------------
.../lib/firmware/brcm/brcmfmac4330-sdio.txt | 83 -----------------
configs/amarula_a64_relic_defconfig | 63 -------------
7 files changed, 256 deletions(-)
delete mode 100644 board/amarula/a64-relic/extlinux.conf
delete mode 100644 board/amarula/a64-relic/genimage.cfg
delete mode 100755 board/amarula/a64-relic/post-build.sh
delete mode 100644 board/amarula/a64-relic/readme.txt
delete mode 100644 board/amarula/a64-relic/rootfs_overlay/lib/firmware/brcm/brcmfmac4330-sdio.txt
delete mode 100644 configs/amarula_a64_relic_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index e1e919ce4f..15aa440c72 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1323,7 +1323,6 @@ F: board/orangepi/orangepi-prime/
F: board/orangepi/orangepi-win/
F: board/orangepi/orangepi-zero-plus2/
F: board/pine64/
-F: configs/amarula_a64_relic_defconfig
F: configs/amarula_vyasa_rk3288_defconfig
F: configs/asus_tinker_rk3288_defconfig
F: configs/bananapi_m1_defconfig
diff --git a/board/amarula/a64-relic/extlinux.conf b/board/amarula/a64-relic/extlinux.conf
deleted file mode 100644
index 9f469846bc..0000000000
--- a/board/amarula/a64-relic/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label linux-4.17.0-rc3
- kernel /Image
- devicetree /sun50i-a64-amarula-relic.dtb
- append console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p4 rootwait
diff --git a/board/amarula/a64-relic/genimage.cfg b/board/amarula/a64-relic/genimage.cfg
deleted file mode 100644
index 58b607f5fb..0000000000
--- a/board/amarula/a64-relic/genimage.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-a64-amarula-relic.dtb",
- "extlinux"
- }
- }
-
- size = 64M
-}
diff --git a/board/amarula/a64-relic/post-build.sh b/board/amarula/a64-relic/post-build.sh
deleted file mode 100755
index ec20fca7d9..0000000000
--- a/board/amarula/a64-relic/post-build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
diff --git a/board/amarula/a64-relic/readme.txt b/board/amarula/a64-relic/readme.txt
deleted file mode 100644
index 77f79e3094..0000000000
--- a/board/amarula/a64-relic/readme.txt
+++ /dev/null
@@ -1,90 +0,0 @@
-Amarula A64 Relic
-================
-
-Amarula A64-Relic is an Allwinner A64 based IoT device, which supports:
-- Allwinner A64 Cortex-A53
-- Mali-400MP2 GPU
-- AXP803 PMIC
-- 1GB DDR3 RAM
-- 8GB eMMC
-- AP6330 Wifi/BLE
-- MIPI-DSI
-- CSI: OV5640 sensor
-- USB OTG
-- 12V DC power supply
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Amarual+A64-Relic
-
-Build
-=====
-
- $ make amarula_a64_relic_defconfig
-
- $ make
-
-build files at output/images/:
- - sunxi-spl.bin
- - u-boot.itb
- - Image
- - sun50i-a64-amarula-relic.dtb
- - boot.vfat
- - rootfs.ext4
-
-Write eMMC
-=========
-
-The board comes with an operating system preloaded on the eMMC.
-To replace it with the Buildroot-built system, take the following
-steps
-
-1. Connect the board UART with host and open minicom(ttyUSBx/115200N8)
-
-2. Supply 12V DC for power-on the board.
-
-3. Interrupt U-Boot by pressing enter
-
-4. Create GPT partitions
- => mmc dev 1
- => gpt write mmc 1 $partitions
-
-5. Connect the board USB-OTG with USB slot on the host.
-
-6. Initiate fastboot
- => fastboot 0
-
-7. Write images from host onto eMMC using fastboot
- $ cd output/images
- $ sudo fastboot -i 0x1f3a flash loader1 sunxi-spl.bin
- $ sudo fastboot -i 0x1f3a flash loader2 u-boot.itb
- $ sudo fastboot -i 0x1f3a flash esp boot.vfat
- $ sudo fastboot -i 0x1f3a flash system rootfs.ext4
-
-Update eMMC during Development
-==============================
-
-During development, reflashing the entire filesystem image at every
-change is time consuming. A useful alternative is to directly access
-over USB the filesystem stored on the eMMC, using the USB Mass Storage
-capability of U-Boot. To achieve this:
-
-1. Build U-Boot by enabling UMS
- $ make uboot-menuconfig
- (select CONFIG_CMD_USB_MASS_STORAGE=y)
-
-2. Follow all 6 steps from 'Write eMMC' and mount eMMC on host
- => mmc dev 1
- => ums 0 mmc 1
-
-WiFi
-====
-
- # wpa_passphrase ACCESSPOINTNAME >> /etc/wpa_supplicant.conf
- (type password and enter)
- # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
- # udhcpc -i wlan0
- # ping google.com
-
---
-Jagan Teki <jagan@amarulasolutions.com>
-29-Jun-2018
diff --git a/board/amarula/a64-relic/rootfs_overlay/lib/firmware/brcm/brcmfmac4330-sdio.txt b/board/amarula/a64-relic/rootfs_overlay/lib/firmware/brcm/brcmfmac4330-sdio.txt
deleted file mode 100644
index d095f24c26..0000000000
--- a/board/amarula/a64-relic/rootfs_overlay/lib/firmware/brcm/brcmfmac4330-sdio.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-#AP6330_NVRAM_V1.0_20121130
-#Sample variables file for BCM94330 SD FC AGB board
-manfid=0x2d0
-prodid=0x0547
-vendid=0x14e4
-devid=0x4360
-boardtype=0x05e1
-boardrev=0x1202
-boardflags=0x0080200
-nocrc=1
-xtalfreq=26000
-boardnum=22
-macaddr=00:90:4c:c5:12:38
-ag0=254
-aa2g=1
-ccode=ALL
-pa0itssit=0x20
-pa0b0=5587
-pa0b1=-633
-pa0b2=-158
-rssismf2g=0xa
-rssismc2g=0x3
-rssisav2g=0x7
-#rssi params for 5GHz
-rssismf5g=0x4
-rssismc5g=0x3
-rssisav5g=0x7
-#PA parameters for lower a-band
-pa1lob0=4748
-pa1lob1=-566
-pa1lob2=-180
-#PA parameters for midband
-pa1b0=4762
-pa1b1=-593
-pa1b2=-172
-#PA parameters for high band
-#pa1hib0=4596
-pa1hib0=4666
-pa1hib1=-619
-pa1hib2=-163
-rxpo5g=0
-maxp2ga0=74
-maxp5ga0=66
-maxp5gla0=66
-maxp5gha0=66
-# 2.4G Tx Power offsets
-cck2gpo=0x2222
-ofdm2gpo=0x44444444
-mcs2gpo0=0x6666
-mcs2gpo1=0x6666
-# 5G Tx Power offsets
-ofdm5gpo=0x44444444
-ofdm5glpo=0x44444444
-ofdm5ghpo=0x44444444
-mcs5gpo0=0x6666
-mcs5gpo1=0x6666
-mcs5glpo0=0x6666
-mcs5glpo1=0x6666
-mcs5ghpo0=0x6666
-mcs5ghpo1=0x6666
-sromrev=3
-il0macaddr=00:90:4c:c5:12:38
-wl0id=0x431b
-cckPwrOffset=4
-swctrlmap_2g=0x44844484,0x42824282,0x40804484,0x18282,0x1ff
-triso5g=0
-swctrlmap_5g=0x00100010,0x20202020,0x20202020,0x14202,0x0f0
-rfreg033=0x19
-rfreg033_cck=0x1f
-dacrate2g=160
-dacrate5g=160
-txalpfbyp2g=1
-bphyscale=17
-cckPwrIdxCorr=-15
-pacalidx2g=50
-#pacalidx5g=20
-noise_cal_ref_2g=53
-noise_cal_po_2g=0
-noise_cal_ref_5g=52
-noise_cal_po_5g=5,0,0
-# 4330 OOB parameter: High level trigger
-muxenab=0x10
-
diff --git a/configs/amarula_a64_relic_defconfig b/configs/amarula_a64_relic_defconfig
deleted file mode 100644
index 304a3ef824..0000000000
--- a/configs/amarula_a64_relic_defconfig
+++ /dev/null
@@ -1,63 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 4.17 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.07"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="amarula_a64_relic"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,amarula,linux-amarula,v1.0a)/linux-amarula_v1.0a.tar.gz"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-amarula-relic"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to Amarula A64-Relic"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_ANDROID_TOOLS=y
-BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/amarula/a64-relic/genimage.cfg"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/amarula/a64-relic/post-build.sh"
-BR2_ROOTFS_OVERLAY="board/amarula/a64-relic/rootfs_overlay"
-
-# wireless firmware
-BR2_PACKAGE_LINUX_FIRMWARE=y
-BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XX=y
-
-# wireless tools
-BR2_PACKAGE_IW=y
-BR2_PACKAGE_WPA_SUPPLICANT=y
-BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
-BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
-BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 02/21] configs/arm_juno: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 01/21] configs/amarula_a64_relic: remove defconfig Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 03/21] configs/bananapi_m1: " Thomas Petazzoni via buildroot
` (19 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Gustavo Pimentel, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234498972
Cc: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 4 -
board/arm/juno/linux-juno-defconfig | 169 ----------------------------
board/arm/juno/readme.txt | 134 ----------------------
configs/arm_juno_defconfig | 23 ----
4 files changed, 330 deletions(-)
delete mode 100644 board/arm/juno/linux-juno-defconfig
delete mode 100644 board/arm/juno/readme.txt
delete mode 100644 configs/arm_juno_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 15aa440c72..3e03dd51f5 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1226,10 +1226,6 @@ F: support/testing/tests/package/test_python_scipy.py
N: Gustavo Heinz <gustavo@gsthnz.com>
F: package/python-m2crypto/
-N: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
-F: configs/arm_juno_defconfig
-F: board/arm/juno/
-
N: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
F: board/terasic/de10nano_cyclone5/
F: configs/terasic_de10nano_cyclone5_defconfig
diff --git a/board/arm/juno/linux-juno-defconfig b/board/arm/juno/linux-juno-defconfig
deleted file mode 100644
index 64598d21a1..0000000000
--- a/board/arm/juno/linux-juno-defconfig
+++ /dev/null
@@ -1,169 +0,0 @@
-CONFIG_SMP=y
-CONFIG_SYSVIPC=y
-CONFIG_POSIX_MQUEUE=y
-CONFIG_FHANDLE=y
-CONFIG_AUDIT=y
-CONFIG_NO_HZ_IDLE=y
-CONFIG_HIGH_RES_TIMERS=y
-CONFIG_BSD_PROCESS_ACCT=y
-CONFIG_BSD_PROCESS_ACCT_V3=y
-CONFIG_TASKSTATS=y
-CONFIG_TASK_DELAY_ACCT=y
-CONFIG_TASK_XACCT=y
-CONFIG_TASK_IO_ACCOUNTING=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
-CONFIG_LOG_BUF_SHIFT=14
-CONFIG_MEMCG=y
-CONFIG_MEMCG_SWAP=y
-CONFIG_MEMCG_KMEM=y
-CONFIG_CGROUP_HUGETLB=y
-CONFIG_SCHED_AUTOGROUP=y
-CONFIG_BLK_DEV_INITRD=y
-CONFIG_KALLSYMS_ALL=y
-CONFIG_PROFILING=y
-CONFIG_JUMP_LABEL=y
-CONFIG_MODULES=y
-CONFIG_MODULE_UNLOAD=y
-CONFIG_ARCH_VEXPRESS=y
-CONFIG_PCI=y
-CONFIG_PCI_MSI=y
-CONFIG_PCI_HOST_GENERIC=y
-CONFIG_PCIEPORTBUS=y
-CONFIG_HOTPLUG_PCI_PCIE=y
-CONFIG_HOTPLUG_PCI=y
-CONFIG_NR_CPUS=6
-CONFIG_PREEMPT=y
-CONFIG_KSM=y
-CONFIG_TRANSPARENT_HUGEPAGE=y
-CONFIG_CMA=y
-CONFIG_CMDLINE="console=ttyAMA0"
-CONFIG_COMPAT=y
-CONFIG_CPU_IDLE=y
-CONFIG_ARM_CPUIDLE=y
-CONFIG_CPU_FREQ=y
-CONFIG_CPU_FREQ_GOV_USERSPACE=y
-CONFIG_CPU_FREQ_GOV_ONDEMAND=y
-CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
-CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
-CONFIG_ARM_DT_BL_CPUFREQ=y
-CONFIG_ARM_SCPI_CPUFREQ=y
-CONFIG_NET=y
-CONFIG_PACKET=y
-CONFIG_UNIX=y
-CONFIG_INET=y
-CONFIG_IP_PNP=y
-CONFIG_IP_PNP_DHCP=y
-CONFIG_IP_PNP_BOOTP=y
-CONFIG_BPF_JIT=y
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_BLK_DEV_RAM=y
-CONFIG_BLK_DEV_SD=y
-CONFIG_ATA=y
-CONFIG_SATA_AHCI=y
-CONFIG_SATA_AHCI_PLATFORM=y
-CONFIG_AHCI_XGENE=y
-CONFIG_PATA_PLATFORM=y
-CONFIG_PATA_OF_PLATFORM=y
-CONFIG_NETDEVICES=y
-CONFIG_TUN=y
-CONFIG_SKY2=y
-CONFIG_SMC91X=y
-CONFIG_SMSC911X=y
-CONFIG_INPUT_EVDEV=y
-CONFIG_SERIO_AMBAKMI=y
-CONFIG_LEGACY_PTY_COUNT=16
-CONFIG_SERIAL_8250=y
-CONFIG_SERIAL_8250_CONSOLE=y
-CONFIG_SERIAL_AMBA_PL011=y
-CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
-CONFIG_SERIAL_OF_PLATFORM=y
-CONFIG_SERIAL_XILINX_PS_UART=y
-CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
-CONFIG_I2C_CHARDEV=y
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
-CONFIG_I2C_SLAVE=y
-CONFIG_SPI=y
-CONFIG_SPI_PL022=y
-CONFIG_PTP_1588_CLOCK=m
-CONFIG_GPIO_PL061=y
-CONFIG_GPIO_XGENE=y
-CONFIG_POWER_RESET_XGENE=y
-CONFIG_POWER_RESET_SYSCON=y
-CONFIG_REGULATOR=y
-CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_REGULATOR_VEXPRESS=m
-CONFIG_DRM=y
-CONFIG_DRM_I2C_NXP_TDA998X=y
-CONFIG_DRM_ARM=y
-CONFIG_DRM_HDLCD=y
-CONFIG_DRM_VIRTUAL_HDLCD=y
-CONFIG_FB_ARMCLCD=y
-CONFIG_LOGO=y
-CONFIG_USB=y
-CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
-CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_EHCI_HCD_PLATFORM=y
-CONFIG_USB_OHCI_HCD=y
-CONFIG_USB_OHCI_HCD_PLATFORM=y
-CONFIG_USB_STORAGE=y
-CONFIG_USB_ISP1760=y
-CONFIG_NOP_USB_XCEIV=y
-CONFIG_USB_ULPI=y
-CONFIG_MMC=y
-CONFIG_MMC_ARMMMCI=y
-CONFIG_MMC_SDHCI=y
-CONFIG_MMC_SDHCI_PLTFM=y
-CONFIG_MMC_SPI=y
-CONFIG_RTC_CLASS=y
-CONFIG_RTC_DRV_EFI=y
-CONFIG_RTC_DRV_PL030=y
-CONFIG_RTC_DRV_PL031=y
-CONFIG_DMADEVICES=y
-CONFIG_PL330_DMA=y
-CONFIG_COMMON_CLK_SCPI=y
-CONFIG_ARM_TIMER_SP804=y
-CONFIG_MAILBOX=y
-CONFIG_ARM_MHU=y
-CONFIG_PHY_XGENE=y
-CONFIG_ARM_SCPI_PROTOCOL=y
-CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
-CONFIG_FANOTIFY=y
-CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
-CONFIG_QUOTA=y
-CONFIG_AUTOFS4_FS=y
-CONFIG_FUSE_FS=y
-CONFIG_CUSE=y
-CONFIG_VFAT_FS=y
-CONFIG_TMPFS=y
-CONFIG_HUGETLBFS=y
-CONFIG_EFIVAR_FS=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-CONFIG_VIRTUALIZATION=y
-CONFIG_KVM=y
-CONFIG_DYNAMIC_DEBUG=y
-CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_FS=y
-CONFIG_MAGIC_SYSRQ=y
-CONFIG_DEBUG_KERNEL=y
-CONFIG_LOCKUP_DETECTOR=y
-CONFIG_SECURITY=y
-CONFIG_CRYPTO_ANSI_CPRNG=y
-CONFIG_ARM64_CRYPTO=y
-CONFIG_CRYPTO_SHA1_ARM64_CE=y
-CONFIG_CRYPTO_SHA2_ARM64_CE=y
-CONFIG_CRYPTO_GHASH_ARM64_CE=y
-CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
-CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
-CONFIG_SOUND=y
-CONFIG_SND=y
-CONFIG_SND_SOC=y
-CONFIG_SND_SIMPLE_CARD=y
-CONFIG_SND_DESIGNWARE_I2S=y
-CONFIG_CMA=y
-CONFIG_CMA_SIZE_MBYTES=64
diff --git a/board/arm/juno/readme.txt b/board/arm/juno/readme.txt
deleted file mode 100644
index b292d9636d..0000000000
--- a/board/arm/juno/readme.txt
+++ /dev/null
@@ -1,134 +0,0 @@
-ARM Juno r1/r0
-
-Intro
-=====
-
-These instructions apply to all models of the ARM Juno:
- - Juno r0 (does not support PCIe)
- - Juno r1 (supports PCIe)
- - Juno r2 (Big Cluster with A72)
-
-Buildroot will generate the kernel image, device tree blob, bootloader binaries
-and a minimal root filesystem.
-
-How to build it
-===============
-
-Configure Buildroot
--------------------
-
-Configuring Buildroot is pretty simple, just execute:
-
- $ make arm_juno_defconfig
-
-Build the rootfs, kernel and DTB
---------------------------------
-
-Note: you will need to have access to the network, since Buildroot will
-download the packages' sources.
-
-You may now build your rootfs with:
-
- $ make
-
-(This may take a while)
-
-Result of the build
--------------------
-
-After building, you should obtain this tree:
-
- output/images/
- +-- rootfs.tar
- +-- juno.dtb (if Juno r0 is used)
- +-- juno-r1.dtb (if Juno r1 is used)
- +-- juno-r2.dtb (if Juno r2 is used)
- +-- Image
- +-- bl1.bin
- +-- bl2.bin
- +-- bl2u.bin
- +-- bl31.bin
- +-- fip.bin
- +-- scp-fw.bin
- +-- u-boot.bin
-
-Preparing your rootfs
-======================
-
-Format your pen drive as a ext3 filesystem by executing:
-
- $ mkfs.ext3 /dev/<your device>
-
-Preparing your rootfs
-======================
-
-Format your pen drive as a ext3 filesystem by executing:
-
- $ mkfs.ext3 /dev/<your device>
-
-Installing your rootfs
-======================
-
-After mounting the pen drive please execute the following:
-
- $ sudo tar -xvf output/images/rootfs.tar -C <pen drive mount path>
-
-When completed make sure to unmount the device:
-
- $ umount <pen drive mount path>
-
-Insert the pen drive in one of the ARM Juno' USB type A connectors.
-
-Configure *.dtb in the boot configuration for Juno r0
-=====================================================
-
-SITE1/HBI0262B/images.txt
-.....
-NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR3ADDRESS: 0x00C00000 ;Image Flash Address
-NOR3FILE: \SOFTWARE\juno.dtb ;Image File Name
-NOR3NAME: board.dtb ;Specify Image name to preserve file extension
-NOR3LOAD: 00000000 ;Image Load Address
-NOR3ENTRY: 00000000 ;Image Entry Point
-......
-
-Configure *.dtb in the boot configuration for Juno r1
-=====================================================
-
-SITE1/HBI0262C/images.txt
-......
-NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR3ADDRESS: 0x00C00000 ;Image Flash Address
-NOR3FILE: \SOFTWARE\juno-r1.dtb ;Image File Name
-NOR3NAME: board.dtb ;Specify target filename to preserve file extension
-NOR3LOAD: 00000000 ;Image Load Address
-NOR3ENTRY: 00000000 ;Image Entry Point
-......
-
-Configure *.dtb in the boot configuration for Juno r2
-=====================================================
-
-SITE1/HBI0262D/images.txt
-......
-NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR3ADDRESS: 0x02000000 ;Image Flash Address
-NOR3FILE: \SOFTWARE\juno-r2.dtb ;Image File Name
-NOR3NAME: board.dtb ;Specify target filename to preserve file extension
-NOR3LOAD: 00000000 ;Image Load Address
-NOR3ENTRY: 00000000 ;Image Entry Point
-......
-
-Installing kernel image and DTB
-===============================
-
-1. Connect to the ARM Juno UART0 and execute USB_ON in the terminal
-2. Connect a USB cable between your PC and ARM Juno USB type B connector
- A mass storage device should appear in your desktop.
-3. Open the software/ folder
-4. Copy the 'Image' file to software/
-5. Copy the 'juno-r1.dtb' (r1), 'juno.dtb' (r0) or juno-r2.dtb (r2) file to software/
-6. Copy the bootloader binaries (bl1.bin and fip.bin) to software/
-7. Press the red button in the front pannel of ARM Juno
-
-At this time, the board will erase the Flash entry for each new item and
-replace it with the lastest ones.
diff --git a/configs/arm_juno_defconfig b/configs/arm_juno_defconfig
deleted file mode 100644
index 5832986779..0000000000
--- a/configs/arm_juno_defconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-BR2_aarch64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_6=y
-BR2_TARGET_GENERIC_HOSTNAME="juno-buildroot"
-BR2_TARGET_GENERIC_ISSUE="Welcome to SNPS Juno by Buildroot"
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.6"
-BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/arm/juno/linux-juno-defconfig"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/juno arm/juno-r1 arm/juno-r2"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/ARM-software/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v1.4"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="juno"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="vexpress_aemv8a_juno"
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.03"
-BR2_TARGET_VEXPRESS_FIRMWARE=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 03/21] configs/bananapi_m1: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 01/21] configs/amarula_a64_relic: remove defconfig Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 02/21] configs/arm_juno: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 04/21] configs/bananapi_m1_plus: " Thomas Petazzoni via buildroot
` (18 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499003
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 1 -
board/bananapi/bananapi-m1/boot.cmd | 7 -----
board/bananapi/bananapi-m1/genimage.cfg | 34 -----------------------
board/bananapi/bananapi-m1/readme.txt | 37 -------------------------
configs/bananapi_m1_defconfig | 29 -------------------
5 files changed, 108 deletions(-)
delete mode 100644 board/bananapi/bananapi-m1/boot.cmd
delete mode 100644 board/bananapi/bananapi-m1/genimage.cfg
delete mode 100644 board/bananapi/bananapi-m1/readme.txt
delete mode 100644 configs/bananapi_m1_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 3e03dd51f5..9b1932ac61 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1321,7 +1321,6 @@ F: board/orangepi/orangepi-zero-plus2/
F: board/pine64/
F: configs/amarula_vyasa_rk3288_defconfig
F: configs/asus_tinker_rk3288_defconfig
-F: configs/bananapi_m1_defconfig
F: configs/bananapi_m64_defconfig
F: configs/engicam_imx6qdl_icore_defconfig
F: configs/engicam_imx6qdl_icore_qt5_defconfig
diff --git a/board/bananapi/bananapi-m1/boot.cmd b/board/bananapi/bananapi-m1/boot.cmd
deleted file mode 100644
index 0cf6f4d63e..0000000000
--- a/board/bananapi/bananapi-m1/boot.cmd
+++ /dev/null
@@ -1,7 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-mmc dev 0
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun7i-a20-bananapi.dtb
-
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/bananapi/bananapi-m1/genimage.cfg b/board/bananapi/bananapi-m1/genimage.cfg
deleted file mode 100644
index ce62fbf712..0000000000
--- a/board/bananapi/bananapi-m1/genimage.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun7i-a20-bananapi.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/bananapi/bananapi-m1/readme.txt b/board/bananapi/bananapi-m1/readme.txt
deleted file mode 100644
index 382ba63c49..0000000000
--- a/board/bananapi/bananapi-m1/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Bananapi M1. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Bananapi M1 link:
-http://www.banana-pi.org/m1.html
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Bananapi+M1
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make bananapi_m1_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Bananapi M1 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/bananapi_m1_defconfig b/configs/bananapi_m1_defconfig
deleted file mode 100644
index 23da363345..0000000000
--- a/configs/bananapi_m1_defconfig
+++ /dev/null
@@ -1,29 +0,0 @@
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y
-BR2_TARGET_GENERIC_ISSUE="Welcome to Bananapi M1"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/bananapi/bananapi-m1/genimage.cfg"
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.12"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapi"
-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.07"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Bananapi"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/bananapi/bananapi-m1/boot.cmd"
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 04/21] configs/bananapi_m1_plus: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (2 preceding siblings ...)
2022-11-01 22:03 ` [Buildroot] [PATCH 03/21] configs/bananapi_m1: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 05/21] configs/bananapi_m2_plus: " Thomas Petazzoni via buildroot
` (17 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Filip Skoneczny, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499004
Cc: Filip Skoneczny <fskoneczny@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 4 --
board/sinovoip/m1-plus/boot.cmd | 5 --
board/sinovoip/m1-plus/genimage.cfg | 38 -----------
board/sinovoip/m1-plus/linux-wifi.fragment | 10 ---
...nanapi-m1-plus-Disable-OOB-IRQ-for-b.patch | 39 -----------
board/sinovoip/m1-plus/post-build.sh | 4 --
board/sinovoip/m1-plus/readme.txt | 64 -------------------
...rcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt | 1 -
.../lib/firmware/brcm/brcmfmac43362-sdio.txt | 56 ----------------
configs/bananapi_m1_plus_defconfig | 45 -------------
10 files changed, 266 deletions(-)
delete mode 100644 board/sinovoip/m1-plus/boot.cmd
delete mode 100644 board/sinovoip/m1-plus/genimage.cfg
delete mode 100644 board/sinovoip/m1-plus/linux-wifi.fragment
delete mode 100644 board/sinovoip/m1-plus/patches/linux/0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch
delete mode 100755 board/sinovoip/m1-plus/post-build.sh
delete mode 100644 board/sinovoip/m1-plus/readme.txt
delete mode 120000 board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt
delete mode 100644 board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.txt
delete mode 100644 configs/bananapi_m1_plus_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 9b1932ac61..dc968f9c4f 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1009,10 +1009,6 @@ F: configs/freescale_imx6ullevk_defconfig
N: Falco Hyfing <hyfinglists@gmail.com>
F: package/python-pymodbus/
-N: Filip Skoneczny <fskoneczny@gmail.com>
-F: board/sinovoip/m1-plus
-F: configs/bananapi_m1_plus_defconfig
-
N: Florian Fainelli <f.fainelli@gmail.com>
F: package/cpulimit/
diff --git a/board/sinovoip/m1-plus/boot.cmd b/board/sinovoip/m1-plus/boot.cmd
deleted file mode 100644
index 4829996474..0000000000
--- a/board/sinovoip/m1-plus/boot.cmd
+++ /dev/null
@@ -1,5 +0,0 @@
-setenv fdt_high ffffffff
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun7i-a20-bananapi-m1-plus.dtb
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/sinovoip/m1-plus/genimage.cfg b/board/sinovoip/m1-plus/genimage.cfg
deleted file mode 100644
index 18a549e631..0000000000
--- a/board/sinovoip/m1-plus/genimage.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-# Minimal SD card image for the Banana Pi M1+
-# Based on the Banana Pro genimage.cfg
-
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun7i-a20-bananapi-m1-plus.dtb",
- "boot.scr"
- }
- }
-
- size = 10M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- size = 512M
- }
-}
diff --git a/board/sinovoip/m1-plus/linux-wifi.fragment b/board/sinovoip/m1-plus/linux-wifi.fragment
deleted file mode 100644
index 5576d738ad..0000000000
--- a/board/sinovoip/m1-plus/linux-wifi.fragment
+++ /dev/null
@@ -1,10 +0,0 @@
-# Networking support
-CONFIG_WIRELESS=y
-CONFIG_CFG80211=y
-CONFIG_CFG80211_WEXT=y
-CONFIG_RFKILL=y
-
-# Network device support
-CONFIG_WLAN=y
-CONFIG_WLAN_VENDOR_BROADCOM=y
-CONFIG_BRCMFMAC=m
diff --git a/board/sinovoip/m1-plus/patches/linux/0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch b/board/sinovoip/m1-plus/patches/linux/0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch
deleted file mode 100644
index b01b6b2829..0000000000
--- a/board/sinovoip/m1-plus/patches/linux/0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 58bae4096a7bf8d5d3bfbddb82cb37dd0561c938 Mon Sep 17 00:00:00 2001
-From: Filip Skoneczny <fskoneczny@gmail.com>
-Date: Sun, 10 Jan 2021 19:07:14 +0100
-Subject: [PATCH] ARM: dts: sun7i: bananapi-m1-plus: Disable OOB IRQ for brcm
- wifi module
-
- Based on 23bc805.
- BugLink: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908438
-
-Signed-off-by: Filip Skoneczny <fskoneczny@gmail.com>
----
- arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 11 ++++++++---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts b/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
-index 32d5d45a35c0..97f9987f51d7 100644
---- a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
-+++ b/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
-@@ -193,9 +193,14 @@ &mmc3 {
- brcmf: wifi@1 {
- reg = <1>;
- compatible = "brcm,bcm4329-fmac";
-- interrupt-parent = <&pio>;
-- interrupts = <7 15 IRQ_TYPE_LEVEL_LOW>;
-- interrupt-names = "host-wake";
-+ /*
-+ * OOB interrupt support is broken ATM, drv probe failing with:
-+ * ieee80211 phy0: brcmf_attach: dongle is not responding: err=-110
-+ *
-+ * interrupt-parent = <&pio>;
-+ * interrupts = <7 15 IRQ_TYPE_LEVEL_LOW>;
-+ * interrupt-names = "host-wake";
-+ */
- };
- };
-
---
-2.25.1
-
diff --git a/board/sinovoip/m1-plus/post-build.sh b/board/sinovoip/m1-plus/post-build.sh
deleted file mode 100755
index 4ee6fa3bc4..0000000000
--- a/board/sinovoip/m1-plus/post-build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# Remove all but the brcmfmac43362 firmware files
-find $TARGET_DIR/lib/firmware/brcm -type f -not -name "brcmfmac43362*" -delete
diff --git a/board/sinovoip/m1-plus/readme.txt b/board/sinovoip/m1-plus/readme.txt
deleted file mode 100644
index ae647c21a9..0000000000
--- a/board/sinovoip/m1-plus/readme.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-Banana Pi M1+
-
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-Buildroot environment for the Banana Pi M1+. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-How to build it
-===============
-
-Configure Buildroot:
-
- $ make bananapi_m1_plus_defconfig
-
-Compile everything and build the SD card image:
-
- $ make
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ dd if=output/images/sdcard.img of=/dev/sdX
-
-Notes:
- - replace 'sdX' with the actual device with your micro SD card
- - you may need to be root to do that (use 'sudo')
-
-Insert the micro SD card in your Banana Pi M1+ and power it up. The console
-is on the debug TTL UART, 115200 8N1.
-
-Ethernet
-==========
-
- # udhcpc -i eth0
-
-Wifi
-==========
-
- # wpa_passphrase YOUR_SSID >> /etc/wpa_supplicant.conf
- (enter the wifi password and press enter)
- # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
- # udhcpc -i wlan0
-
-Note:
- - replace 'YOUR_SSID' with the actual SSID from your access point
-
-Audio
-==========
-
-For this example you need package alsa-utils.
-
-Connect a headphone to the 3.5mm jack (TRRS). Note, that the Banana Pi M1+
-has an on-board microphone, too.
-
- # amixer cset name='Power Amplifier DAC Playback Switch' on
- # amixer cset name='Power Amplifier Mute Switch' on
- # amixer cset name='Power Amplifier Volume' 42
diff --git a/board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt b/board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt
deleted file mode 120000
index 93947975ee..0000000000
--- a/board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt
+++ /dev/null
@@ -1 +0,0 @@
-brcmfmac43362-sdio.txt
\ No newline at end of file
diff --git a/board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.txt b/board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.txt
deleted file mode 100644
index 14a554fdd8..0000000000
--- a/board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-#AP6210_NVRAM_V1.2_03192013
-manfid=0x2d0
-prodid=0x492
-vendid=0x14e4
-devid=0x4343
-boardtype=0x0598
-
-# Board Revision is P307, same nvram file can be used for P304, P305, P306 and P307 as the tssi pa params used are same
-#Please force the automatic RX PER data to the respective board directory if not using P307 board, for e.g. for P305 boards force the data into the following directory /projects/BCM43362/a1_labdata/boardtests/results/sdg_rev0305
-boardrev=0x1307
-boardnum=777
-xtalfreq=26000
-boardflags=0x80201
-boardflags2=0x80
-sromrev=3
-wl0id=0x431b
-macaddr=00:90:4c:07:71:12
-aa2g=1
-ag0=2
-maxp2ga0=74
-cck2gpo=0x2222
-ofdm2gpo=0x44444444
-mcs2gpo0=0x6666
-mcs2gpo1=0x6666
-pa0maxpwr=56
-
-#P207 PA params
-#pa0b0=5447
-#pa0b1=-658
-#pa0b2=-175
-
-#Same PA params for P304,P305, P306, P307
-
-pa0b0=5447
-pa0b1=-607
-pa0b2=-160
-pa0itssit=62
-pa1itssit=62
-
-
-cckPwrOffset=5
-ccode=0
-rssismf2g=0xa
-rssismc2g=0x3
-rssisav2g=0x7
-triso2g=0
-noise_cal_enable_2g=0
-noise_cal_po_2g=0
-swctrlmap_2g=0x04040404,0x02020202,0x02020202,0x010101,0x1ff
-temp_add=29767
-temp_mult=425
-
-btc_flags=0x6
-btc_params0=5000
-btc_params1=1000
-btc_params6=63
diff --git a/configs/bananapi_m1_plus_defconfig b/configs/bananapi_m1_plus_defconfig
deleted file mode 100644
index 271124f79a..0000000000
--- a/configs/bananapi_m1_plus_defconfig
+++ /dev/null
@@ -1,45 +0,0 @@
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_ARM_FPU_NEON_VFPV4=y
-BR2_GLOBAL_PATCH_DIR="board/sinovoip/m1-plus/patches"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
-BR2_TARGET_GENERIC_HOSTNAME="bananapi"
-BR2_TARGET_GENERIC_ISSUE="Welcome to Banana Pi!"
-BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
-BR2_ROOTFS_OVERLAY="board/sinovoip/m1-plus/rootfs_overlay"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/sinovoip/m1-plus/post-build.sh"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/sinovoip/m1-plus/genimage.cfg"
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.3"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/sinovoip/m1-plus/linux-wifi.fragment"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapi-m1-plus"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-BR2_PACKAGE_LINUX_FIRMWARE=y
-BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XXX=y
-BR2_PACKAGE_IW=y
-BR2_PACKAGE_WPA_SUPPLICANT=y
-BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
-BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-# BR2_TARGET_ROOTFS_TAR is not set
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="bananapi_m1_plus"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
-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_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/sinovoip/m1-plus/boot.cmd"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 05/21] configs/bananapi_m2_plus: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (3 preceding siblings ...)
2022-11-01 22:03 ` [Buildroot] [PATCH 04/21] configs/bananapi_m1_plus: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 06/21] configs/bananapi_m64: " Thomas Petazzoni via buildroot
` (16 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Mike Harmony, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499005
Cc: Mike Harmony <mike.harmony@snapav.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 4 ----
board/sinovoip/m2-plus/boot.cmd | 7 ------
board/sinovoip/m2-plus/genimage.cfg | 34 -----------------------------
configs/bananapi_m2_plus_defconfig | 30 -------------------------
4 files changed, 75 deletions(-)
delete mode 100644 board/sinovoip/m2-plus/boot.cmd
delete mode 100644 board/sinovoip/m2-plus/genimage.cfg
delete mode 100644 configs/bananapi_m2_plus_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index dc968f9c4f..4eade50385 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2145,10 +2145,6 @@ F: configs/licheepi_zero_defconfig
N: Mike Frampton <mikeframpo@gmail.com>
F: package/qcom-db410c-firmware/
-N: Mike Harmony <mike.harmony@snapav.com>
-F: board/sinovoip/m2-plus/
-F: configs/bananapi_m2_plus_defconfig
-
N: Mikhail Boiko <mikhailboiko85@gmail.com>
F: package/libfribidi/
diff --git a/board/sinovoip/m2-plus/boot.cmd b/board/sinovoip/m2-plus/boot.cmd
deleted file mode 100644
index d22464a1c1..0000000000
--- a/board/sinovoip/m2-plus/boot.cmd
+++ /dev/null
@@ -1,7 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-mmc dev 0
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun8i-h3-bananapi-m2-plus.dtb
-
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/sinovoip/m2-plus/genimage.cfg b/board/sinovoip/m2-plus/genimage.cfg
deleted file mode 100644
index 9311e026dd..0000000000
--- a/board/sinovoip/m2-plus/genimage.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun8i-h3-bananapi-m2-plus.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/configs/bananapi_m2_plus_defconfig b/configs/bananapi_m2_plus_defconfig
deleted file mode 100644
index 77a403ce81..0000000000
--- a/configs/bananapi_m2_plus_defconfig
+++ /dev/null
@@ -1,30 +0,0 @@
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-BR2_TARGET_GENERIC_ISSUE="Welcome to Bananapi M2 Plus"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/sinovoip/m2-plus/genimage.cfg"
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-bananapi-m2-plus"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-# BR2_TARGET_ROOTFS_TAR is not set
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Sinovoip_BPI_M2_Plus"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/sinovoip/m2-plus/boot.cmd"
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 06/21] configs/bananapi_m64: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (4 preceding siblings ...)
2022-11-01 22:03 ` [Buildroot] [PATCH 05/21] configs/bananapi_m2_plus: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 07/21] configs/friendlyarm_nanopc_t4: " Thomas Petazzoni via buildroot
` (15 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499008
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 1 -
board/bananapi/bananapi-m64/boot.cmd | 6 ---
board/bananapi/bananapi-m64/genimage.cfg | 40 -------------------
board/bananapi/bananapi-m64/readme.txt | 37 ------------------
configs/bananapi_m64_defconfig | 50 ------------------------
5 files changed, 134 deletions(-)
delete mode 100644 board/bananapi/bananapi-m64/boot.cmd
delete mode 100644 board/bananapi/bananapi-m64/genimage.cfg
delete mode 100644 board/bananapi/bananapi-m64/readme.txt
delete mode 100644 configs/bananapi_m64_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 4eade50385..3680dbe31b 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1317,7 +1317,6 @@ F: board/orangepi/orangepi-zero-plus2/
F: board/pine64/
F: configs/amarula_vyasa_rk3288_defconfig
F: configs/asus_tinker_rk3288_defconfig
-F: configs/bananapi_m64_defconfig
F: configs/engicam_imx6qdl_icore_defconfig
F: configs/engicam_imx6qdl_icore_qt5_defconfig
F: configs/engicam_imx6qdl_icore_rqs_defconfig
diff --git a/board/bananapi/bananapi-m64/boot.cmd b/board/bananapi/bananapi-m64/boot.cmd
deleted file mode 100644
index d35c9b0b2c..0000000000
--- a/board/bananapi/bananapi-m64/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-a64-bananapi-m64.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/bananapi/bananapi-m64/genimage.cfg b/board/bananapi/bananapi-m64/genimage.cfg
deleted file mode 100644
index e922c0dba2..0000000000
--- a/board/bananapi/bananapi-m64/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-a64-bananapi-m64.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/bananapi/bananapi-m64/readme.txt b/board/bananapi/bananapi-m64/readme.txt
deleted file mode 100644
index 0dec3e52ee..0000000000
--- a/board/bananapi/bananapi-m64/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Bananapi M64. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Bananapi M64 link:
-http://www.banana-pi.org/m64.html
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Bananapi+M64
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make bananapi_m64_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Bananapi M64 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/bananapi_m64_defconfig b/configs/bananapi_m64_defconfig
deleted file mode 100644
index b93332ed21..0000000000
--- a/configs/bananapi_m64_defconfig
+++ /dev/null
@@ -1,50 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="bananapi_m64"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/bananapi/bananapi-m64/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-bananapi-m64"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to Bananapi M64"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/bananapi/bananapi-m64/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 07/21] configs/friendlyarm_nanopc_t4: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (5 preceding siblings ...)
2022-11-01 22:03 ` [Buildroot] [PATCH 06/21] configs/bananapi_m64: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:03 ` [Buildroot] [PATCH 08/21] configs/friendlyarm_nanopi_a64: " Thomas Petazzoni via buildroot
` (14 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni, Suniel Mahesh
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499048
Cc: Suniel Mahesh <sunil@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/friendlyarm/nanopc-t4/extlinux.conf | 4 --
board/friendlyarm/nanopc-t4/genimage.cfg | 39 -----------------
board/friendlyarm/nanopc-t4/post-build.sh | 5 ---
board/friendlyarm/nanopc-t4/readme.txt | 45 -------------------
configs/friendlyarm_nanopc_t4_defconfig | 53 -----------------------
6 files changed, 148 deletions(-)
delete mode 100644 board/friendlyarm/nanopc-t4/extlinux.conf
delete mode 100644 board/friendlyarm/nanopc-t4/genimage.cfg
delete mode 100755 board/friendlyarm/nanopc-t4/post-build.sh
delete mode 100644 board/friendlyarm/nanopc-t4/readme.txt
delete mode 100644 configs/friendlyarm_nanopc_t4_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 3680dbe31b..742f5d708a 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2748,14 +2748,12 @@ F: package/powertop/
N: Suniel Mahesh <sunil@amarulasolutions.com>
F: board/firefly/
-F: board/friendlyarm/nanopc-t4
F: board/friendlyarm/nanopi-m4
F: board/orangepi/orangepi-rk3399
F: board/pine64/rockpro64
F: board/radxa/rockpi-4
F: board/radxa/rockpi-n8
F: board/radxa/rockpi-n10
-F: configs/friendlyarm_nanopc_t4_defconfig
F: configs/friendlyarm_nanopi_m4_defconfig
F: configs/orangepi_rk3399_defconfig
F: configs/roc_pc_rk3399_defconfig
diff --git a/board/friendlyarm/nanopc-t4/extlinux.conf b/board/friendlyarm/nanopc-t4/extlinux.conf
deleted file mode 100644
index 31c6b30d32..0000000000
--- a/board/friendlyarm/nanopc-t4/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label RK3399_NanoPC_T4 linux
- kernel /Image
- devicetree /rk3399-nanopc-t4.dtb
- append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rootwait
diff --git a/board/friendlyarm/nanopc-t4/genimage.cfg b/board/friendlyarm/nanopc-t4/genimage.cfg
deleted file mode 100644
index 1787322260..0000000000
--- a/board/friendlyarm/nanopc-t4/genimage.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "rk3399-nanopc-t4.dtb",
- "extlinux"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- partition-table-type = "gpt"
- }
-
- partition loader1 {
- image = "idbloader.img"
- offset = 32K
- }
-
- partition loader2 {
- image = "u-boot.itb"
- offset = 8M
- }
-
- partition boot {
- partition-type-uuid = F
- bootable = "true"
- image = "boot.vfat"
- offset = 16M
- }
-
- partition rootfs {
- partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopc-t4/post-build.sh b/board/friendlyarm/nanopc-t4/post-build.sh
deleted file mode 100755
index ba29375c05..0000000000
--- a/board/friendlyarm/nanopc-t4/post-build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
diff --git a/board/friendlyarm/nanopc-t4/readme.txt b/board/friendlyarm/nanopc-t4/readme.txt
deleted file mode 100644
index 0989c6cc1e..0000000000
--- a/board/friendlyarm/nanopc-t4/readme.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-FriendlyARM NANOPC-T4
-=====================
-
-Build:
-
- $ make friendlyarm_nanopc_t4_defconfig
- $ make
-
-Files created in output directory
-=================================
-
-output/images
-
-├── bl31.elf
-├── boot.vfat
-├── extlinux
-├── idbloader.img
-├── Image
-├── rk3399-nanopc-t4.dtb
-├── rootfs.ext2
-├── rootfs.ext4 -> rootfs.ext2
-├── rootfs.tar
-├── sdcard.img
-├── u-boot.bin
-└── u-boot.itb
-
-Creating bootable SD card:
-==========================
-
-Simply invoke (as root)
-
-sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
-
-Where X is your SD card device
-
-Serial console
---------------
-
-Baudrate for this board is 1500000
-
-Login:
-------
-Apply power and press the PWR button for 3 sec. Enter 'root' as login user, and the prompt is ready.
-
-https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/npc_t4.html
diff --git a/configs/friendlyarm_nanopc_t4_defconfig b/configs/friendlyarm_nanopc_t4_defconfig
deleted file mode 100644
index 2f7c53904e..0000000000
--- a/configs/friendlyarm_nanopc_t4_defconfig
+++ /dev/null
@@ -1,53 +0,0 @@
-# Architecture
-BR2_aarch64=y
-BR2_cortex_a72_a53=y
-
-# Linux headers same as kernel, a 5.8 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_8=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="11a0a46a899fcc3b1fdb214b382f3d7495d88eca"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="rk3399"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES=""
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.07"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopc-t4-rk3399"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="idbloader.img"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.8.2"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3399-nanopc-t4"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_HOSTNAME="nanopc-t4"
-BR2_TARGET_GENERIC_ISSUE="Welcome to NanoPC-T4"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopc-t4/genimage.cfg"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/friendlyarm/nanopc-t4/post-build.sh"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 08/21] configs/friendlyarm_nanopi_a64: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (6 preceding siblings ...)
2022-11-01 22:03 ` [Buildroot] [PATCH 07/21] configs/friendlyarm_nanopc_t4: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:03 ` Thomas Petazzoni via buildroot
2022-11-01 22:18 ` [Buildroot] [PATCH 09/21] configs/friendlyarm_nanopi_m1: " Thomas Petazzoni via buildroot
` (13 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:03 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499049
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/friendlyarm/nanopi-a64/boot.cmd | 6 ---
board/friendlyarm/nanopi-a64/genimage.cfg | 40 ------------------
board/friendlyarm/nanopi-a64/readme.txt | 37 -----------------
configs/friendlyarm_nanopi_a64_defconfig | 50 -----------------------
5 files changed, 135 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-a64/boot.cmd
delete mode 100644 board/friendlyarm/nanopi-a64/genimage.cfg
delete mode 100644 board/friendlyarm/nanopi-a64/readme.txt
delete mode 100644 configs/friendlyarm_nanopi_a64_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 742f5d708a..479189c166 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1304,7 +1304,6 @@ F: board/amarula/
F: board/asus/
F: board/bananapi/
F: board/engicam/
-F: board/friendlyarm/nanopi-a64/
F: board/friendlyarm/nanopi-neo2/
F: board/olimex/a33_olinuxino/
F: board/olimex/a64-olinuxino/
@@ -1322,7 +1321,6 @@ F: configs/engicam_imx6qdl_icore_qt5_defconfig
F: configs/engicam_imx6qdl_icore_rqs_defconfig
F: configs/engicam_imx6ul_geam_defconfig
F: configs/engicam_imx6ul_isiot_defconfig
-F: configs/friendlyarm_nanopi_a64_defconfig
F: configs/friendlyarm_nanopi_neo2_defconfig
F: configs/olimex_a33_olinuxino_defconfig
F: configs/olimex_a64_olinuxino_defconfig
diff --git a/board/friendlyarm/nanopi-a64/boot.cmd b/board/friendlyarm/nanopi-a64/boot.cmd
deleted file mode 100644
index 446bd85672..0000000000
--- a/board/friendlyarm/nanopi-a64/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-a64-nanopi-a64.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/friendlyarm/nanopi-a64/genimage.cfg b/board/friendlyarm/nanopi-a64/genimage.cfg
deleted file mode 100644
index 6907314149..0000000000
--- a/board/friendlyarm/nanopi-a64/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-a64-nanopi-a64.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopi-a64/readme.txt b/board/friendlyarm/nanopi-a64/readme.txt
deleted file mode 100644
index 88c4e661cb..0000000000
--- a/board/friendlyarm/nanopi-a64/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Nanopi A64. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Nanopi A64 link:
-http://nanopi.io/nanopi-a64.html
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/FriendlyARM+Nanopi+A64
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make friendlyarm_nanopi_a64_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Nanopi A64 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/friendlyarm_nanopi_a64_defconfig b/configs/friendlyarm_nanopi_a64_defconfig
deleted file mode 100644
index 4df22b2a2f..0000000000
--- a/configs/friendlyarm_nanopi_a64_defconfig
+++ /dev/null
@@ -1,50 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_a64"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-a64/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-nanopi-a64"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to FriendlyARM Nanopi A64"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-a64/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 09/21] configs/friendlyarm_nanopi_m1: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (7 preceding siblings ...)
2022-11-01 22:03 ` [Buildroot] [PATCH 08/21] configs/friendlyarm_nanopi_a64: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:18 ` Thomas Petazzoni via buildroot
2022-11-01 22:19 ` [Buildroot] [PATCH 10/21] " Thomas Petazzoni via buildroot
` (12 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:18 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
This defconfig did not even have an entry in the DEVELOPERS file.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499050
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
board/friendlyarm/nanopi-m1/boot.cmd | 8 -----
board/friendlyarm/nanopi-m1/genimage.cfg | 37 -------------------
board/friendlyarm/nanopi-m1/readme.txt | 29 ---------------
configs/friendlyarm_nanopi_m1_defconfig | 45 ------------------------
4 files changed, 119 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-m1/boot.cmd
delete mode 100644 board/friendlyarm/nanopi-m1/genimage.cfg
delete mode 100644 board/friendlyarm/nanopi-m1/readme.txt
delete mode 100644 configs/friendlyarm_nanopi_m1_defconfig
diff --git a/board/friendlyarm/nanopi-m1/boot.cmd b/board/friendlyarm/nanopi-m1/boot.cmd
deleted file mode 100644
index b4d612ede7..0000000000
--- a/board/friendlyarm/nanopi-m1/boot.cmd
+++ /dev/null
@@ -1,8 +0,0 @@
-setenv fdt_high ffffffff
-
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun8i-h3-nanopi-m1.dtb
-
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/friendlyarm/nanopi-m1/genimage.cfg b/board/friendlyarm/nanopi-m1/genimage.cfg
deleted file mode 100644
index 3b2b82ce96..0000000000
--- a/board/friendlyarm/nanopi-m1/genimage.cfg
+++ /dev/null
@@ -1,37 +0,0 @@
-# Minimal SD card image for the NanoPi M1
-#
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun8i-h3-nanopi-m1.dtb",
- "boot.scr"
- }
- }
-
- size = 10M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- size = 512M
- }
-}
diff --git a/board/friendlyarm/nanopi-m1/readme.txt b/board/friendlyarm/nanopi-m1/readme.txt
deleted file mode 100644
index 6a34c4239d..0000000000
--- a/board/friendlyarm/nanopi-m1/readme.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-NanoPi M1
-
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the NanoPi M1. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-How to build it
-===============
-
-Configure Buildroot:
-
- $ make friendlyarm_nanopi_m1_defconfig
-
-Compile everything and build the SD card image:
-
- $ make
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
diff --git a/configs/friendlyarm_nanopi_m1_defconfig b/configs/friendlyarm_nanopi_m1_defconfig
deleted file mode 100644
index 18cfcb261e..0000000000
--- a/configs/friendlyarm_nanopi_m1_defconfig
+++ /dev/null
@@ -1,45 +0,0 @@
-# Architecture
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# System configuration
-BR2_TARGET_GENERIC_HOSTNAME="nanopi-m1"
-BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the NanoPi M1"
-
-# Bootloaders
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_m1"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-m1/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-m1"
-
-# Filesystem
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m1/genimage.cfg"
-# BR2_TARGET_ROOTFS_TAR is not set
-
-# Additional tools
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 10/21] configs/friendlyarm_nanopi_m1: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (8 preceding siblings ...)
2022-11-01 22:18 ` [Buildroot] [PATCH 09/21] configs/friendlyarm_nanopi_m1: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:19 ` Thomas Petazzoni via buildroot
2022-11-01 22:19 ` [Buildroot] [PATCH 11/21] configs/friendlyarm_nanopi_m4: " Thomas Petazzoni via buildroot
` (11 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:19 UTC (permalink / raw)
To: buildroot; +Cc: Filip Skoneczny, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
This defconfig did not even have an entry in the DEVELOPERS file.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499051
Cc: Filip Skoneczny <fskoneczny@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
board/friendlyarm/nanopi-m1-plus/boot.cmd | 8 ----
board/friendlyarm/nanopi-m1-plus/genimage.cfg | 36 ---------------
board/friendlyarm/nanopi-m1-plus/readme.txt | 29 ------------
configs/friendlyarm_nanopi_m1_plus_defconfig | 45 -------------------
4 files changed, 118 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-m1-plus/boot.cmd
delete mode 100644 board/friendlyarm/nanopi-m1-plus/genimage.cfg
delete mode 100644 board/friendlyarm/nanopi-m1-plus/readme.txt
delete mode 100644 configs/friendlyarm_nanopi_m1_plus_defconfig
diff --git a/board/friendlyarm/nanopi-m1-plus/boot.cmd b/board/friendlyarm/nanopi-m1-plus/boot.cmd
deleted file mode 100644
index 35a1d65d3d..0000000000
--- a/board/friendlyarm/nanopi-m1-plus/boot.cmd
+++ /dev/null
@@ -1,8 +0,0 @@
-setenv fdt_high ffffffff
-
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun8i-h3-nanopi-m1-plus.dtb
-
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/friendlyarm/nanopi-m1-plus/genimage.cfg b/board/friendlyarm/nanopi-m1-plus/genimage.cfg
deleted file mode 100644
index 5257cf89c7..0000000000
--- a/board/friendlyarm/nanopi-m1-plus/genimage.cfg
+++ /dev/null
@@ -1,36 +0,0 @@
-# Minimal SD card image for the NanoPi M1 Plus
-#
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun8i-h3-nanopi-m1-plus.dtb",
- "boot.scr"
- }
- }
-
- size = 10M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopi-m1-plus/readme.txt b/board/friendlyarm/nanopi-m1-plus/readme.txt
deleted file mode 100644
index 0327dec80e..0000000000
--- a/board/friendlyarm/nanopi-m1-plus/readme.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-NanoPi M1 Plus
-
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the NanoPi M1 Plus. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-How to build it
-===============
-
-Configure Buildroot:
-
- $ make friendlyarm_nanopi_m1_plus_defconfig
-
-Compile everything and build the SD card image:
-
- $ make
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
diff --git a/configs/friendlyarm_nanopi_m1_plus_defconfig b/configs/friendlyarm_nanopi_m1_plus_defconfig
deleted file mode 100644
index 06adc54b15..0000000000
--- a/configs/friendlyarm_nanopi_m1_plus_defconfig
+++ /dev/null
@@ -1,45 +0,0 @@
-# Architecture
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# System configuration
-BR2_TARGET_GENERIC_HOSTNAME="nanopi-m1-plus"
-BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the NanoPi M1 Plus"
-
-# Bootloaders
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_m1_plus"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-m1-plus/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-m1-plus"
-
-# Filesystem
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m1-plus/genimage.cfg"
-# BR2_TARGET_ROOTFS_TAR is not set
-
-# Additional tools
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 11/21] configs/friendlyarm_nanopi_m4: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (9 preceding siblings ...)
2022-11-01 22:19 ` [Buildroot] [PATCH 10/21] " Thomas Petazzoni via buildroot
@ 2022-11-01 22:19 ` Thomas Petazzoni via buildroot
2022-11-01 22:19 ` [Buildroot] [PATCH 12/21] configs/friendlyarm_nanopi_neo2: " Thomas Petazzoni via buildroot
` (10 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:19 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni, Suniel Mahesh
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499052
Cc: Suniel Mahesh <sunil@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 1 -
board/friendlyarm/nanopi-m4/extlinux.conf | 4 --
board/friendlyarm/nanopi-m4/genimage.cfg | 39 -----------------
board/friendlyarm/nanopi-m4/post-build.sh | 5 ---
board/friendlyarm/nanopi-m4/readme.txt | 45 -------------------
configs/friendlyarm_nanopi_m4_defconfig | 53 -----------------------
6 files changed, 147 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-m4/extlinux.conf
delete mode 100644 board/friendlyarm/nanopi-m4/genimage.cfg
delete mode 100755 board/friendlyarm/nanopi-m4/post-build.sh
delete mode 100644 board/friendlyarm/nanopi-m4/readme.txt
delete mode 100644 configs/friendlyarm_nanopi_m4_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 479189c166..889ce3a02c 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2752,7 +2752,6 @@ F: board/pine64/rockpro64
F: board/radxa/rockpi-4
F: board/radxa/rockpi-n8
F: board/radxa/rockpi-n10
-F: configs/friendlyarm_nanopi_m4_defconfig
F: configs/orangepi_rk3399_defconfig
F: configs/roc_pc_rk3399_defconfig
F: configs/rock_pi_4_defconfig
diff --git a/board/friendlyarm/nanopi-m4/extlinux.conf b/board/friendlyarm/nanopi-m4/extlinux.conf
deleted file mode 100644
index fb24f09eb1..0000000000
--- a/board/friendlyarm/nanopi-m4/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label RK3399_NANOPI_M4 linux
- kernel /Image
- devicetree /rk3399-nanopi-m4.dtb
- append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rw rootwait
diff --git a/board/friendlyarm/nanopi-m4/genimage.cfg b/board/friendlyarm/nanopi-m4/genimage.cfg
deleted file mode 100644
index 3e6818eab9..0000000000
--- a/board/friendlyarm/nanopi-m4/genimage.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "rk3399-nanopi-m4.dtb",
- "extlinux"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- partition-table-type = "gpt"
- }
-
- partition loader1 {
- image = "idbloader.img"
- offset = 32K
- }
-
- partition loader2 {
- image = "u-boot.itb"
- offset = 8M
- }
-
- partition boot {
- partition-type-uuid = F
- bootable = "true"
- image = "boot.vfat"
- offset = 16M
- }
-
- partition rootfs {
- partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopi-m4/post-build.sh b/board/friendlyarm/nanopi-m4/post-build.sh
deleted file mode 100755
index ba29375c05..0000000000
--- a/board/friendlyarm/nanopi-m4/post-build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
diff --git a/board/friendlyarm/nanopi-m4/readme.txt b/board/friendlyarm/nanopi-m4/readme.txt
deleted file mode 100644
index 0553bf8377..0000000000
--- a/board/friendlyarm/nanopi-m4/readme.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-FriendlyARM NANOPI-M4
-=====================
-
-Build:
-
- $ make friendlyarm_nanopi_m4_defconfig
- $ make
-
-Files created in output directory
-=================================
-
-output/images
-
-├── bl31.elf
-├── boot.vfat
-├── extlinux
-├── idbloader.img
-├── Image
-├── rk3399-nanopi-m4.dtb
-├── rootfs.ext2
-├── rootfs.ext4 -> rootfs.ext2
-├── rootfs.tar
-├── sdcard.img
-├── u-boot.bin
-└── u-boot.itb
-
-Creating bootable SD card:
-==========================
-
-Simply invoke (as root)
-
-sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
-
-Where X is your SD card device
-
-Serial console
---------------
-
-Baudrate for this board is 1500000
-
-Login:
-------
-Enter 'root' as login user, and the prompt is ready.
-
-https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/nanopi_m4.html
diff --git a/configs/friendlyarm_nanopi_m4_defconfig b/configs/friendlyarm_nanopi_m4_defconfig
deleted file mode 100644
index 9c3f58f200..0000000000
--- a/configs/friendlyarm_nanopi_m4_defconfig
+++ /dev/null
@@ -1,53 +0,0 @@
-# Architecture
-BR2_aarch64=y
-BR2_cortex_a72_a53=y
-
-# Linux headers same as kernel, a 5.8 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_8=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="11a0a46a899fcc3b1fdb214b382f3d7495d88eca"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="rk3399"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES=""
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.07"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi-m4-rk3399"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="idbloader.img"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.8.2"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3399-nanopi-m4"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_HOSTNAME="nanopi-m4"
-BR2_TARGET_GENERIC_ISSUE="Welcome to NANOPI-M4"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m4/genimage.cfg"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/friendlyarm/nanopi-m4/post-build.sh"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 12/21] configs/friendlyarm_nanopi_neo2: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (10 preceding siblings ...)
2022-11-01 22:19 ` [Buildroot] [PATCH 11/21] configs/friendlyarm_nanopi_m4: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:19 ` Thomas Petazzoni via buildroot
2022-11-01 22:19 ` [Buildroot] [PATCH 13/21] configs/friendlyarm_nanopi_neo4: " Thomas Petazzoni via buildroot
` (9 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:19 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499053
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/friendlyarm/nanopi-neo2/boot.cmd | 6 ---
board/friendlyarm/nanopi-neo2/genimage.cfg | 40 -----------------
board/friendlyarm/nanopi-neo2/readme.txt | 37 ----------------
configs/friendlyarm_nanopi_neo2_defconfig | 50 ----------------------
5 files changed, 135 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-neo2/boot.cmd
delete mode 100644 board/friendlyarm/nanopi-neo2/genimage.cfg
delete mode 100644 board/friendlyarm/nanopi-neo2/readme.txt
delete mode 100644 configs/friendlyarm_nanopi_neo2_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 889ce3a02c..a4bfad30ce 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1304,7 +1304,6 @@ F: board/amarula/
F: board/asus/
F: board/bananapi/
F: board/engicam/
-F: board/friendlyarm/nanopi-neo2/
F: board/olimex/a33_olinuxino/
F: board/olimex/a64-olinuxino/
F: board/orangepi/orangepi-lite2/
@@ -1321,7 +1320,6 @@ F: configs/engicam_imx6qdl_icore_qt5_defconfig
F: configs/engicam_imx6qdl_icore_rqs_defconfig
F: configs/engicam_imx6ul_geam_defconfig
F: configs/engicam_imx6ul_isiot_defconfig
-F: configs/friendlyarm_nanopi_neo2_defconfig
F: configs/olimex_a33_olinuxino_defconfig
F: configs/olimex_a64_olinuxino_defconfig
F: configs/orangepi_lite2_defconfig
diff --git a/board/friendlyarm/nanopi-neo2/boot.cmd b/board/friendlyarm/nanopi-neo2/boot.cmd
deleted file mode 100644
index 9a39f4afc9..0000000000
--- a/board/friendlyarm/nanopi-neo2/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-h5-nanopi-neo2.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/friendlyarm/nanopi-neo2/genimage.cfg b/board/friendlyarm/nanopi-neo2/genimage.cfg
deleted file mode 100644
index 3163a06592..0000000000
--- a/board/friendlyarm/nanopi-neo2/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-h5-nanopi-neo2.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopi-neo2/readme.txt b/board/friendlyarm/nanopi-neo2/readme.txt
deleted file mode 100644
index 0f445e2bea..0000000000
--- a/board/friendlyarm/nanopi-neo2/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Nanopi NEO2. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Nanopi NEO2 link:
-http://nanopi.io/nanopi-neo2.html
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/FriendlyARM+NanoPi+NEO2
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make friendlyarm_nanopi_neo2_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Nanopi NEO2 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/friendlyarm_nanopi_neo2_defconfig b/configs/friendlyarm_nanopi_neo2_defconfig
deleted file mode 100644
index 9262737b88..0000000000
--- a/configs/friendlyarm_nanopi_neo2_defconfig
+++ /dev/null
@@ -1,50 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-R2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_neo2"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-neo2/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-nanopi-neo2"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to FriendlyARM Nanopi NEO2"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-neo2/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 13/21] configs/friendlyarm_nanopi_neo4: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (11 preceding siblings ...)
2022-11-01 22:19 ` [Buildroot] [PATCH 12/21] configs/friendlyarm_nanopi_neo2: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:19 ` Thomas Petazzoni via buildroot
2022-11-01 22:19 ` [Buildroot] [PATCH 14/21] configs/friendlyarm_nanopi_neo_plus2: " Thomas Petazzoni via buildroot
` (8 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:19 UTC (permalink / raw)
To: buildroot; +Cc: Marek Belisko, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499054
Cc: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/friendlyarm/nanopi-neo4/extlinux.conf | 4 --
board/friendlyarm/nanopi-neo4/genimage.cfg | 22 ---------
board/friendlyarm/nanopi-neo4/post-build.sh | 5 --
board/friendlyarm/nanopi-neo4/readme.txt | 53 --------------------
configs/friendlyarm_nanopi_neo4_defconfig | 55 ---------------------
6 files changed, 141 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-neo4/extlinux.conf
delete mode 100644 board/friendlyarm/nanopi-neo4/genimage.cfg
delete mode 100755 board/friendlyarm/nanopi-neo4/post-build.sh
delete mode 100644 board/friendlyarm/nanopi-neo4/readme.txt
delete mode 100644 configs/friendlyarm_nanopi_neo4_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index a4bfad30ce..18355a444e 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1899,8 +1899,6 @@ F: utils/config
F: utils/diffconfig
N: Marek Belisko <marek.belisko@open-nandra.com>
-F: board/friendlyarm/nanopi-neo4/
-F: configs/friendlyarm_nanopi_neo4_defconfig
F: package/libatasmart/
F: package/polkit/
F: package/sg3_utils/
diff --git a/board/friendlyarm/nanopi-neo4/extlinux.conf b/board/friendlyarm/nanopi-neo4/extlinux.conf
deleted file mode 100644
index 91eef67fb9..0000000000
--- a/board/friendlyarm/nanopi-neo4/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label NanoPi Neo4 linux
- kernel /boot/Image
- devicetree /boot/rk3399-nanopi-neo4.dtb
- append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p1 rootwait
diff --git a/board/friendlyarm/nanopi-neo4/genimage.cfg b/board/friendlyarm/nanopi-neo4/genimage.cfg
deleted file mode 100644
index 966c869273..0000000000
--- a/board/friendlyarm/nanopi-neo4/genimage.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot-tpl-spl-dtb {
- in-partition-table = "no"
- image = "idbloader.img"
- offset = 32K
- }
-
- partition u-boot-dtb {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 8M
- size = 30M
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopi-neo4/post-build.sh b/board/friendlyarm/nanopi-neo4/post-build.sh
deleted file mode 100755
index 1f5ff6a611..0000000000
--- a/board/friendlyarm/nanopi-neo4/post-build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $TARGET_DIR/boot/extlinux/extlinux.conf
diff --git a/board/friendlyarm/nanopi-neo4/readme.txt b/board/friendlyarm/nanopi-neo4/readme.txt
deleted file mode 100644
index 7c04a52806..0000000000
--- a/board/friendlyarm/nanopi-neo4/readme.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-Intro
-=====
-
-NanoPi Neo4 is a RK3399 SoC based ARM64 board.
-
-
-Official wiki: http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO4
-Mainline wiki: https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/neo4.html
-
-Build
-=====
-
-Run NanoPi Neo4 configuration
-
- $ make friendlyarm_nanopi_neo4_defconfig
-
-To build, run make comamnd.
-
- $ make
-
-Files created in output directory
-=================================
-
-output/images
-
-├── bl31.bin
-├── bl31.elf
-├── Image
-├── rk3399-nanopi-neo4.dtb
-├── rootfs.ext2
-├── rootfs.ext4 -> rootfs.ext2
-├── rootfs.tar
-├── sdcard.img
-├── u-boot.bin
-├── u-boot.itb
-├── u-boot-spl-dtb.bin
-├── u-boot-tpl-dtb.bin
-├── u-boot-tpl-dtb.img
-└── u-boot-tpl-spl-dtb.img
-
-Creating bootable SD card:
-=========================
-
-Simply invoke (as root)
-
- # dd if=output/images/sdcard.img of=/dev/sdX && sync
-
-Where X is your SD card device
-
-Serial console
---------------
-
-Baudrate for this board is 1500000
diff --git a/configs/friendlyarm_nanopi_neo4_defconfig b/configs/friendlyarm_nanopi_neo4_defconfig
deleted file mode 100644
index a11872ef2a..0000000000
--- a/configs/friendlyarm_nanopi_neo4_defconfig
+++ /dev/null
@@ -1,55 +0,0 @@
-# Architecture
-BR2_aarch64=y
-BR2_cortex_a72_a53=y
-
-# Linux headers same as kernel, a 5.4 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="11a0a46a899fcc3b1fdb214b382f3d7495d88eca"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="rk3399"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES=""
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi-neo4-rk3399"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="idbloader.img"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.18"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3399-nanopi-neo4"
-BR2_LINUX_KERNEL_INSTALL_TARGET=y
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_HOSTNAME="NanoPi Neo4"
-BR2_TARGET_GENERIC_ISSUE="Welcome to NanoPi Neo4!"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_ROOTFS_EXT2_SIZE="70M"
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-neo4/genimage.cfg"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/friendlyarm/nanopi-neo4/post-build.sh"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 14/21] configs/friendlyarm_nanopi_neo_plus2: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (12 preceding siblings ...)
2022-11-01 22:19 ` [Buildroot] [PATCH 13/21] configs/friendlyarm_nanopi_neo4: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:19 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 15/21] configs/friendlyarm_nanopi_r1: " Thomas Petazzoni via buildroot
` (7 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:19 UTC (permalink / raw)
To: buildroot; +Cc: Louis Aussedat, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499055
Cc: Louis Aussedat <aussedat.louis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
.../nanopi-neo-plus2/extlinux.conf | 4 --
.../friendlyarm/nanopi-neo-plus2/genimage.cfg | 40 ------------
| 10 ---
.../nanopi-neo-plus2/post-build.sh | 4 --
board/friendlyarm/nanopi-neo-plus2/readme.txt | 37 -----------
...3430-sdio.friendlyarm,nanopi-neo-plus2.txt | 53 ----------------
.../friendlyarm_nanopi_neo_plus2_defconfig | 62 -------------------
8 files changed, 212 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-neo-plus2/extlinux.conf
delete mode 100644 board/friendlyarm/nanopi-neo-plus2/genimage.cfg
delete mode 100644 board/friendlyarm/nanopi-neo-plus2/linux-extras.config
delete mode 100755 board/friendlyarm/nanopi-neo-plus2/post-build.sh
delete mode 100644 board/friendlyarm/nanopi-neo-plus2/readme.txt
delete mode 100644 board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt
delete mode 100644 configs/friendlyarm_nanopi_neo_plus2_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 18355a444e..2050268173 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1783,8 +1783,6 @@ F: package/ti-sgx-km/
F: package/ti-sgx-um/
N: Louis Aussedat <aussedat.louis@gmail.com>
-F: board/friendlyarm/nanopi-neo-plus2/
-F: configs/friendlyarm_nanopi_neo_plus2_defconfig
F: package/mfoc
F: package/libpam-nfc
F: package/python-dnspython/
diff --git a/board/friendlyarm/nanopi-neo-plus2/extlinux.conf b/board/friendlyarm/nanopi-neo-plus2/extlinux.conf
deleted file mode 100644
index fcb6f632c1..0000000000
--- a/board/friendlyarm/nanopi-neo-plus2/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label linux
- kernel /Image
- devicetree /sun50i-h5-nanopi-neo-plus2.dtb
- append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
diff --git a/board/friendlyarm/nanopi-neo-plus2/genimage.cfg b/board/friendlyarm/nanopi-neo-plus2/genimage.cfg
deleted file mode 100644
index 9000201399..0000000000
--- a/board/friendlyarm/nanopi-neo-plus2/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-h5-nanopi-neo-plus2.dtb",
- "extlinux"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/friendlyarm/nanopi-neo-plus2/linux-extras.config b/board/friendlyarm/nanopi-neo-plus2/linux-extras.config
deleted file mode 100644
index 52b4b4b29e..0000000000
--- a/board/friendlyarm/nanopi-neo-plus2/linux-extras.config
+++ /dev/null
@@ -1,10 +0,0 @@
-# wireless core
-CONFIG_WIRELESS=y
-CONFIG_CFG80211=y
-CONFIG_MAC80211=y
-CONFIG_CFG80211_WEXT=y
-
-# wireless drivers
-CONFIG_WLAN=y
-CONFIG_WLAN_VENDOR_BROADCOM=y
-CONFIG_BRCMFMAC=m
diff --git a/board/friendlyarm/nanopi-neo-plus2/post-build.sh b/board/friendlyarm/nanopi-neo-plus2/post-build.sh
deleted file mode 100755
index ec20fca7d9..0000000000
--- a/board/friendlyarm/nanopi-neo-plus2/post-build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
diff --git a/board/friendlyarm/nanopi-neo-plus2/readme.txt b/board/friendlyarm/nanopi-neo-plus2/readme.txt
deleted file mode 100644
index ae59952029..0000000000
--- a/board/friendlyarm/nanopi-neo-plus2/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Nanopi NEO Plus2. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Nanopi NEO2 link:
-http://nanopi.io/nanopi-neo-plus2.html
-
-Wiki link:
-http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Plus2
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make friendlyarm_nanopi_neo_plus2_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Nanopi NEO Plus2 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt b/board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt
deleted file mode 100644
index 740d172eb5..0000000000
--- a/board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-#AP6212_NVRAM_V1.0.1_20160606
-# 2.4 GHz, 20 MHz BW mode
-# The following parameter values are just placeholders, need to be updated.
-manfid=0x2d0
-prodid=0x0726
-vendid=0x14e4
-devid=0x43e2
-boardtype=0x0726
-boardrev=0x1101
-boardnum=22
-macaddr=00:90:4c:c5:12:38
-sromrev=11
-boardflags=0x00404201
-xtalfreq=26000
-nocrc=1
-ag0=255
-aa2g=1
-ccode=ALL
-
-pa0itssit=0x20
-extpagain2g=0
-
-#PA parameters for 2.4GHz, measured at CHIP OUTPUT
-pa2ga0=-168,7161,-820
-AvVmid_c0=0x0,0xc8
-cckpwroffset0=5
-
-# PPR params
-maxp2ga0=90
-txpwrbckof=6
-cckbw202gpo=0x5555
-legofdmbw202gpo=0x77777777
-mcsbw202gpo=0xaaaaaaaa
-
-# OFDM IIR :
-ofdmdigfilttype=7
-# PAPD mode:
-papdmode=2
-
-il0macaddr=00:90:4c:c5:12:38
-wl0id=0x431b
-
-#OOB parameters
-hostwake=0x40
-hostrdy=0x41
-usbrdy=0x03
-usbrdydelay=100
-deadman_to=0xffffffff
-# muxenab: 0x1 for UART enable, 0x10 for Host awake
-muxenab=0x10
-# CLDO PWM voltage settings - 0x4 - 1.1 volt
-#cldo_pwm=0x4
-glitch_based_crsmin=1
diff --git a/configs/friendlyarm_nanopi_neo_plus2_defconfig b/configs/friendlyarm_nanopi_neo_plus2_defconfig
deleted file mode 100644
index 461e468cb6..0000000000
--- a/configs/friendlyarm_nanopi_neo_plus2_defconfig
+++ /dev/null
@@ -1,62 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y
-BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_ROOTFS_OVERLAY="board/friendlyarm/nanopi-neo-plus2/rootfs_overlay"
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-R2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_neo_plus2"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.3.4"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-nanopi-neo-plus2"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/friendlyarm/nanopi-neo-plus2/linux-extras.config"
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to FriendlyARM Nanopi NEO Plus2"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-neo-plus2/genimage.cfg"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/friendlyarm/nanopi-neo-plus2/post-build.sh"
-
-# wireless firmware
-BR2_PACKAGE_LINUX_FIRMWARE=y
-BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XXX=y
-
-# wireless tools
-BR2_PACKAGE_IW=y
-BR2_PACKAGE_WIRELESS_TOOLS=y
-BR2_PACKAGE_WIRELESS_TOOLS_LIB=y
-BR2_PACKAGE_WPA_SUPPLICANT=y
-BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
-BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 15/21] configs/friendlyarm_nanopi_r1: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (13 preceding siblings ...)
2022-11-01 22:19 ` [Buildroot] [PATCH 14/21] configs/friendlyarm_nanopi_neo_plus2: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 16/21] configs/orangepi_pc2: " Thomas Petazzoni via buildroot
` (6 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Davide Viti, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499056
Cc: Davide Viti <zinosat@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/friendlyarm/nanopi-r1/boot.cmd | 8 -
board/friendlyarm/nanopi-r1/genimage.cfg | 37 ----
| 2 -
.../nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts | 170 ------------------
board/friendlyarm/nanopi-r1/readme.txt | 29 ---
.../nanopi-r1/uboot/nanopi_r1_defconfig | 22 ---
.../nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts | 102 -----------
configs/friendlyarm_nanopi_r1_defconfig | 49 -----
9 files changed, 421 deletions(-)
delete mode 100644 board/friendlyarm/nanopi-r1/boot.cmd
delete mode 100644 board/friendlyarm/nanopi-r1/genimage.cfg
delete mode 100644 board/friendlyarm/nanopi-r1/kernel/linux-extras.config
delete mode 100644 board/friendlyarm/nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts
delete mode 100644 board/friendlyarm/nanopi-r1/readme.txt
delete mode 100644 board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig
delete mode 100644 board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts
delete mode 100644 configs/friendlyarm_nanopi_r1_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 2050268173..a24fc168bc 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -722,8 +722,6 @@ N: David Pierret <david.pierret@smile.fr>
F: package/bat/
N: Davide Viti <zinosat@gmail.com>
-F: board/friendlyarm/nanopi-r1/
-F: configs/friendlyarm_nanopi_r1_defconfig
F: package/flann/
F: package/python-paho-mqtt/
F: package/qhull/
diff --git a/board/friendlyarm/nanopi-r1/boot.cmd b/board/friendlyarm/nanopi-r1/boot.cmd
deleted file mode 100644
index 9f0cdbfe51..0000000000
--- a/board/friendlyarm/nanopi-r1/boot.cmd
+++ /dev/null
@@ -1,8 +0,0 @@
-setenv fdt_high ffffffff
-
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun8i-h3-nanopi-r1.dtb
-
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/friendlyarm/nanopi-r1/genimage.cfg b/board/friendlyarm/nanopi-r1/genimage.cfg
deleted file mode 100644
index a180311cae..0000000000
--- a/board/friendlyarm/nanopi-r1/genimage.cfg
+++ /dev/null
@@ -1,37 +0,0 @@
-# Minimal SD card image for the NanoPi M1
-#
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun8i-h3-nanopi-r1.dtb",
- "boot.scr"
- }
- }
-
- size = 10M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- size = 512M
- }
-}
diff --git a/board/friendlyarm/nanopi-r1/kernel/linux-extras.config b/board/friendlyarm/nanopi-r1/kernel/linux-extras.config
deleted file mode 100644
index 206b3810a7..0000000000
--- a/board/friendlyarm/nanopi-r1/kernel/linux-extras.config
+++ /dev/null
@@ -1,2 +0,0 @@
-# USB ethernet
-CONFIG_USB_RTL8152=y
diff --git a/board/friendlyarm/nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts b/board/friendlyarm/nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts
deleted file mode 100644
index ca15a57bee..0000000000
--- a/board/friendlyarm/nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts
+++ /dev/null
@@ -1,170 +0,0 @@
-/*
- * Copyright (C) 2019 Igor Pecovnik <igor@armbian.com>
- *
- * This file is dual-licensed: you can use it either under the terms
- * of the GPL or the X11 license, at your option. Note that this dual
- * licensing only applies to this file, and not this project as a
- * whole.
- *
- * a) This file is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This file is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * Or, alternatively,
- *
- * b) Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or
- * sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */
-
-#include "sun8i-h3-nanopi.dtsi"
-
-/ {
- model = "FriendlyElec NanoPi-R1";
- compatible = "friendlyarm,nanopi-r1", "allwinner,sun8i-h3";
-
- aliases {
- serial1 = &uart3;
- ethernet0 = &emac;
- ethernet1 = &emac;
- ethernet2 = &sdio_wifi;
- };
-
- wifi_pwrseq: wifi_pwrseq {
- compatible = "mmc-pwrseq-simple";
- pinctrl-names = "default";
- reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
- };
-
- reg_gmac_3v3: gmac-3v3 {
- compatible = "regulator-fixed";
- regulator-name = "gmac-3v3";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- startup-delay-us = <100000>;
- enable-active-high;
- gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
- };
-
- leds {
- /delete-node/ status;
- /delete-node/ pwr;
- led1 {
- label = "LED1";
- gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "heartbeat";
- };
-
- led2 {
- label = "LED2";
- gpios = <&pio 6 11 GPIO_ACTIVE_HIGH>;
- default-state = "off";
- linux,default-trigger = "netdev";
- };
-
- led3 {
- label = "LED3";
- gpios = <&pio 0 9 GPIO_ACTIVE_HIGH>;
- default-state = "off";
- linux,default-trigger = "netdev";
- };
- };
-
- r_gpio_keys {
- compatible = "gpio-keys";
- input-name = "k1";
- pinctrl-names = "default";
- pinctrl-0 = <&sw_r_npi>;
-
- /delete-node/ k1;
- reset {
- label = "reset";
- linux,code = <BTN_1>;
- gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;
- };
- };
-};
-
-&emac {
- pinctrl-names = "default";
- pinctrl-0 = <&emac_rgmii_pins>;
- phy-supply = <®_gmac_3v3>;
- phy-handle = <&ext_rgmii_phy>;
- phy-mode = "rgmii";
-
- status = "okay";
-};
-
-&external_mdio {
- ext_rgmii_phy: ethernet-phy@1 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <7>;
- };
-};
-
-&mmc1 {
- vmmc-supply = <®_vcc3v3>;
- vqmmc-supply = <®_vcc3v3>;
- mmc-pwrseq = <&wifi_pwrseq>;
- bus-width = <4>;
- non-removable;
- status = "okay";
-
- sdio_wifi: sdio_wifi@1 {
- reg = <1>;
- compatible = "brcm,bcm4329-fmac";
- interrupt-parent = <&pio>;
- interrupts = <6 10 IRQ_TYPE_LEVEL_LOW>; /* PG10 / EINT10 */
- interrupt-names = "host-wake";
- };
-};
-
-&mmc2 {
- pinctrl-names = "default";
- pinctrl-0 = <&mmc2_8bit_pins>;
- vmmc-supply = <®_vcc3v3>;
- vqmmc-supply = <®_vcc3v3>;
- bus-width = <8>;
- non-removable;
- status = "okay";
-};
-
-&ohci0 {
- status = "okay";
-};
-
-&ohci1 {
- status = "okay";
-};
-
-&usb_otg {
- dr_mode = "peripheral";
- status = "okay";
-};
-
-&usbphy {
- status = "okay";
-};
diff --git a/board/friendlyarm/nanopi-r1/readme.txt b/board/friendlyarm/nanopi-r1/readme.txt
deleted file mode 100644
index fa3114fc83..0000000000
--- a/board/friendlyarm/nanopi-r1/readme.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-NanoPi R1
-
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the NanoPi R1. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-How to build it
-===============
-
-Configure Buildroot:
-
- $ make friendlyarm_nanopi_r1_defconfig
-
-Compile everything and build the SD card image:
-
- $ make
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
diff --git a/board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig b/board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig
deleted file mode 100644
index e028b41a46..0000000000
--- a/board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-CONFIG_ARM=y
-CONFIG_ARCH_SUNXI=y
-CONFIG_SPL=y
-CONFIG_MACH_SUN8I_H3=y
-CONFIG_DRAM_CLK=408
-CONFIG_DRAM_ZQ=3881979
-CONFIG_DRAM_ODT_EN=y
-CONFIG_MACPWR="PD6"
-# CONFIG_VIDEO_DE2 is not set
-CONFIG_NR_DRAM_BANKS=1
-# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-CONFIG_CONSOLE_MUX=y
-CONFIG_SYS_CLK_FREQ=480000000
-# CONFIG_CMD_FLASH is not set
-# CONFIG_SPL_DOS_PARTITION is not set
-# CONFIG_SPL_EFI_PARTITION is not set
-CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-r1"
-CONFIG_SUN8I_EMAC=y
-CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_OHCI_HCD=y
-CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
-CONFIG_MMC_SUNXI_SLOT_EXTRA=2
diff --git a/board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts b/board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts
deleted file mode 100644
index 9c3c574e0f..0000000000
--- a/board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts
+++ /dev/null
@@ -1,102 +0,0 @@
-/*
- * Copyright (C) 2019 Igor Pecovnik <igor@armbian.com>
- *
- * This file is dual-licensed: you can use it either under the terms
- * of the GPL or the X11 license, at your option. Note that this dual
- * licensing only applies to this file, and not this project as a
- * whole.
- *
- * a) This file is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This file is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * Or, alternatively,
- *
- * b) Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or
- * sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */
-
-#include "sun8i-h3-nanopi.dtsi"
-
-/ {
- model = "FriendlyARM NanoPi R1";
- compatible = "friendlyarm,nanopi-neo", "allwinner,sun8i-h3";
-
- reg_gmac_3v3: gmac-3v3 {
- compatible = "regulator-fixed";
- pinctrl-names = "default";
- regulator-name = "gmac-3v3";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- startup-delay-us = <100000>;
- enable-active-high;
- gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>;
- };
-
-};
-
-&ehci0 {
- status = "okay";
-};
-
-&pio {
- gmac_power_pin_nanopi: gmac_power_pin@0 {
- pins = "PD6";
- function = "gpio_out";
- };
-};
-
-&ohci0 {
- status = "okay";
-};
-
-&mmc2 {
- pinctrl-names = "default";
- pinctrl-0 = <&mmc2_8bit_pins>;
- vmmc-supply = <®_vcc3v3>;
- bus-width = <8>;
- non-removable;
- cap-mmc-hw-reset;
- status = "okay";
-};
-
-&emac {
- pinctrl-names = "default";
- pinctrl-0 = <&emac_rgmii_pins>;
- phy-supply = <®_gmac_3v3>;
- phy-handle = <&ext_rgmii_phy>;
- phy-mode = "rgmii";
-
- status = "okay";
-};
-
-&external_mdio {
- ext_rgmii_phy: ethernet-phy@1 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <7>;
- };
-};
diff --git a/configs/friendlyarm_nanopi_r1_defconfig b/configs/friendlyarm_nanopi_r1_defconfig
deleted file mode 100644
index 8b03f6dd00..0000000000
--- a/configs/friendlyarm_nanopi_r1_defconfig
+++ /dev/null
@@ -1,49 +0,0 @@
-# Architecture
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# System configuration
-BR2_TARGET_GENERIC_HOSTNAME="nanopi-r1"
-BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the NanoPi R1"
-
-# Bootloaders
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_CUSTOM_DTS_PATH="board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts"
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
-BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-r1/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/friendlyarm/nanopi-r1/kernel/linux-extras.config"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/friendlyarm/nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts"
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-r1"
-
-# Filesystem
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-r1/genimage.cfg"
-# BR2_TARGET_ROOTFS_TAR is not set
-
-# Additional tools
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 16/21] configs/orangepi_pc2: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (14 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 15/21] configs/friendlyarm_nanopi_r1: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 17/21] configs/orangepi_plus: " Thomas Petazzoni via buildroot
` (5 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499136
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/orangepi/orangepi-pc2/boot.cmd | 6 ---
board/orangepi/orangepi-pc2/genimage.cfg | 40 -------------------
board/orangepi/orangepi-pc2/readme.txt | 37 ------------------
configs/orangepi_pc2_defconfig | 50 ------------------------
5 files changed, 135 deletions(-)
delete mode 100644 board/orangepi/orangepi-pc2/boot.cmd
delete mode 100644 board/orangepi/orangepi-pc2/genimage.cfg
delete mode 100644 board/orangepi/orangepi-pc2/readme.txt
delete mode 100644 configs/orangepi_pc2_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index a24fc168bc..d040389eea 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1306,7 +1306,6 @@ F: board/olimex/a33_olinuxino/
F: board/olimex/a64-olinuxino/
F: board/orangepi/orangepi-lite2/
F: board/orangepi/orangepi-one-plus
-F: board/orangepi/orangepi-pc2/
F: board/orangepi/orangepi-prime/
F: board/orangepi/orangepi-win/
F: board/orangepi/orangepi-zero-plus2/
@@ -1322,7 +1321,6 @@ F: configs/olimex_a33_olinuxino_defconfig
F: configs/olimex_a64_olinuxino_defconfig
F: configs/orangepi_lite2_defconfig
F: configs/orangepi_one_plus_defconfig
-F: configs/orangepi_pc2_defconfig
F: configs/orangepi_prime_defconfig
F: configs/orangepi_win_defconfig
F: configs/orangepi_zero_plus2_defconfig
diff --git a/board/orangepi/orangepi-pc2/boot.cmd b/board/orangepi/orangepi-pc2/boot.cmd
deleted file mode 100644
index 4d4fc7bf67..0000000000
--- a/board/orangepi/orangepi-pc2/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-h5-orangepi-pc2.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/orangepi/orangepi-pc2/genimage.cfg b/board/orangepi/orangepi-pc2/genimage.cfg
deleted file mode 100644
index cc8695c9f1..0000000000
--- a/board/orangepi/orangepi-pc2/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-h5-orangepi-pc2.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/orangepi/orangepi-pc2/readme.txt b/board/orangepi/orangepi-pc2/readme.txt
deleted file mode 100644
index 1200481952..0000000000
--- a/board/orangepi/orangepi-pc2/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Orangepi PC2. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Orangepi PC2 link:
-http://www.orangepi.org/orangepipc2/
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Orangepi+PC2
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make orangepi_pc2_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Orangepi PC2 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig
deleted file mode 100644
index c7e17c8eb1..0000000000
--- a/configs/orangepi_pc2_defconfig
+++ /dev/null
@@ -1,50 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc2"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-pc2/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-pc2"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to Orangepi PC2"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-pc2/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 17/21] configs/orangepi_plus: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (15 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 16/21] configs/orangepi_pc2: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 18/21] configs/orangepi_prime: " Thomas Petazzoni via buildroot
` (4 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Shyam Saini, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
This defconfig did not even have an entry in the DEVELOPERS file.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499140
Cc: Shyam Saini <shyam.saini@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
board/orangepi/orangepi-plus/boot.cmd | 8 -----
board/orangepi/orangepi-plus/genimage.cfg | 36 -------------------
board/orangepi/orangepi-plus/readme.txt | 29 ---------------
configs/orangepi_plus_defconfig | 44 -----------------------
4 files changed, 117 deletions(-)
delete mode 100644 board/orangepi/orangepi-plus/boot.cmd
delete mode 100644 board/orangepi/orangepi-plus/genimage.cfg
delete mode 100644 board/orangepi/orangepi-plus/readme.txt
delete mode 100644 configs/orangepi_plus_defconfig
diff --git a/board/orangepi/orangepi-plus/boot.cmd b/board/orangepi/orangepi-plus/boot.cmd
deleted file mode 100644
index 1a378cb918..0000000000
--- a/board/orangepi/orangepi-plus/boot.cmd
+++ /dev/null
@@ -1,8 +0,0 @@
-setenv fdt_high ffffffff
-
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun8i-h3-orangepi-plus.dtb
-
-bootz $kernel_addr_r - $fdt_addr_r
diff --git a/board/orangepi/orangepi-plus/genimage.cfg b/board/orangepi/orangepi-plus/genimage.cfg
deleted file mode 100644
index 1ca30258dc..0000000000
--- a/board/orangepi/orangepi-plus/genimage.cfg
+++ /dev/null
@@ -1,36 +0,0 @@
-# Minimal SD card image for the OrangePi Plus\Plus2
-#
-image boot.vfat {
- vfat {
- files = {
- "zImage",
- "sun8i-h3-orangepi-plus.dtb",
- "boot.scr"
- }
- }
-
- size = 10M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/orangepi/orangepi-plus/readme.txt b/board/orangepi/orangepi-plus/readme.txt
deleted file mode 100644
index 7f871bcfab..0000000000
--- a/board/orangepi/orangepi-plus/readme.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-OrangePi Plus/Plus2
-
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the OrangePi Plus/Plus2. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-How to build it
-===============
-
-Configure Buildroot:
-
- $ make orangepi_plus_defconfig
-
-Compile everything and build the SD card image:
-
- $ make
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
deleted file mode 100644
index 11d7486486..0000000000
--- a/configs/orangepi_plus_defconfig
+++ /dev/null
@@ -1,44 +0,0 @@
-# Architecture
-BR2_arm=y
-BR2_cortex_a7=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# System configuration
-BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Plus"
-BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Plus"
-
-# Bootloaders
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_plus"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-plus/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-orangepi-plus"
-
-# Filesystem
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-plus/genimage.cfg"
-
-# Additional tools
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 18/21] configs/orangepi_prime: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (16 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 17/21] configs/orangepi_plus: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 19/21] configs/orangepi_rk3399: " Thomas Petazzoni via buildroot
` (3 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499141
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/orangepi/orangepi-prime/boot.cmd | 6 ---
board/orangepi/orangepi-prime/genimage.cfg | 40 -----------------
board/orangepi/orangepi-prime/readme.txt | 37 ----------------
configs/orangepi_prime_defconfig | 50 ----------------------
5 files changed, 135 deletions(-)
delete mode 100644 board/orangepi/orangepi-prime/boot.cmd
delete mode 100644 board/orangepi/orangepi-prime/genimage.cfg
delete mode 100644 board/orangepi/orangepi-prime/readme.txt
delete mode 100644 configs/orangepi_prime_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index d040389eea..63bb700281 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1306,7 +1306,6 @@ F: board/olimex/a33_olinuxino/
F: board/olimex/a64-olinuxino/
F: board/orangepi/orangepi-lite2/
F: board/orangepi/orangepi-one-plus
-F: board/orangepi/orangepi-prime/
F: board/orangepi/orangepi-win/
F: board/orangepi/orangepi-zero-plus2/
F: board/pine64/
@@ -1321,7 +1320,6 @@ F: configs/olimex_a33_olinuxino_defconfig
F: configs/olimex_a64_olinuxino_defconfig
F: configs/orangepi_lite2_defconfig
F: configs/orangepi_one_plus_defconfig
-F: configs/orangepi_prime_defconfig
F: configs/orangepi_win_defconfig
F: configs/orangepi_zero_plus2_defconfig
F: configs/pine64_defconfig
diff --git a/board/orangepi/orangepi-prime/boot.cmd b/board/orangepi/orangepi-prime/boot.cmd
deleted file mode 100644
index 34887880d8..0000000000
--- a/board/orangepi/orangepi-prime/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-h5-orangepi-prime.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/orangepi/orangepi-prime/genimage.cfg b/board/orangepi/orangepi-prime/genimage.cfg
deleted file mode 100644
index dde9a6485f..0000000000
--- a/board/orangepi/orangepi-prime/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-h5-orangepi-prime.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/orangepi/orangepi-prime/readme.txt b/board/orangepi/orangepi-prime/readme.txt
deleted file mode 100644
index 5811884d4d..0000000000
--- a/board/orangepi/orangepi-prime/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Orangepi Prime. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Orangepi Prime link:
-http://www.orangepi.org/OrangePiPrime/
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Orangepi+Prime
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make orangepi_prime_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Orangepi Prime and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/orangepi_prime_defconfig b/configs/orangepi_prime_defconfig
deleted file mode 100644
index f8f958c67b..0000000000
--- a/configs/orangepi_prime_defconfig
+++ /dev/null
@@ -1,50 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_prime"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-prime/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-prime"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to Orangepi Prime"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-prime/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 19/21] configs/orangepi_rk3399: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (17 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 18/21] configs/orangepi_prime: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 20/21] configs/orangepi_win: " Thomas Petazzoni via buildroot
` (2 subsequent siblings)
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni, Suniel Mahesh
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499144
Cc: Suniel Mahesh <sunil@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/orangepi/orangepi-rk3399/extlinux.conf | 4 --
board/orangepi/orangepi-rk3399/genimage.cfg | 38 -------------
board/orangepi/orangepi-rk3399/post-build.sh | 5 --
board/orangepi/orangepi-rk3399/readme.txt | 56 --------------------
configs/orangepi_rk3399_defconfig | 53 ------------------
6 files changed, 158 deletions(-)
delete mode 100644 board/orangepi/orangepi-rk3399/extlinux.conf
delete mode 100644 board/orangepi/orangepi-rk3399/genimage.cfg
delete mode 100755 board/orangepi/orangepi-rk3399/post-build.sh
delete mode 100644 board/orangepi/orangepi-rk3399/readme.txt
delete mode 100644 configs/orangepi_rk3399_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 63bb700281..9ee13d5258 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2735,12 +2735,10 @@ F: package/powertop/
N: Suniel Mahesh <sunil@amarulasolutions.com>
F: board/firefly/
F: board/friendlyarm/nanopi-m4
-F: board/orangepi/orangepi-rk3399
F: board/pine64/rockpro64
F: board/radxa/rockpi-4
F: board/radxa/rockpi-n8
F: board/radxa/rockpi-n10
-F: configs/orangepi_rk3399_defconfig
F: configs/roc_pc_rk3399_defconfig
F: configs/rock_pi_4_defconfig
F: configs/rock_pi_n8_defconfig
diff --git a/board/orangepi/orangepi-rk3399/extlinux.conf b/board/orangepi/orangepi-rk3399/extlinux.conf
deleted file mode 100644
index 157c6a715e..0000000000
--- a/board/orangepi/orangepi-rk3399/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label RK3399_ORANGEPI linux
- kernel /Image
- devicetree /rk3399-orangepi.dtb
- append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rw rootwait
diff --git a/board/orangepi/orangepi-rk3399/genimage.cfg b/board/orangepi/orangepi-rk3399/genimage.cfg
deleted file mode 100644
index a02166172f..0000000000
--- a/board/orangepi/orangepi-rk3399/genimage.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "rk3399-orangepi.dtb",
- "extlinux"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- partition-table-type = "gpt"
- }
-
- partition loader1 {
- image = "idbloader.img"
- offset = 32K
- }
-
- partition loader2 {
- image = "u-boot.itb"
- offset = 8M
- }
-
- partition boot {
- partition-type-uuid = F
- bootable = "true"
- image = "boot.vfat"
- offset = 16M
- }
-
- partition rootfs {
- image = "rootfs.ext4"
- }
-}
diff --git a/board/orangepi/orangepi-rk3399/post-build.sh b/board/orangepi/orangepi-rk3399/post-build.sh
deleted file mode 100755
index ba29375c05..0000000000
--- a/board/orangepi/orangepi-rk3399/post-build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
diff --git a/board/orangepi/orangepi-rk3399/readme.txt b/board/orangepi/orangepi-rk3399/readme.txt
deleted file mode 100644
index 197e1fb448..0000000000
--- a/board/orangepi/orangepi-rk3399/readme.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-Orangepi Rk3399
-================
-http://www.orangepi.org/Orange%20Pi%20RK3399/
-
-Build:
-======
- $ make orangepi_rk3399_defconfig
- $ make
-
-Files created in output directory
-=================================
-
-output/images
-
-├── bl31.elf
-├── boot.vfat
-├── extlinux
-├── idbloader.img
-├── Image
-├── rk3399-orangepi.dtb
-├── rootfs.ext2
-├── rootfs.ext4 -> rootfs.ext2
-├── rootfs.tar
-├── sdcard.img
-├── u-boot.bin
-└── u-boot.itb
-
-Creating bootable SD card:
-==========================
-
-Simply invoke (as root)
-
-sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
-
-Where X is your SD card device.
-
-Booting:
-========
-Orangepi-RK3399 by default boots from emmc. For SD card boot to
-happen, emmc should be empty. If emmc happens to have any bootable
-image then erase emmc so that bootrom will look for a proper image in SD.
-
-emmc can be erased once after booted into linux as shown in below link.
-
-https://wiki.amarulasolutions.com/bsp/setup/rockchip/rk3399_emmc.html
-
-Serial console:
----------------
-
-Baudrate for this board is 1500000.
-
-Login:
-------
-Enter 'root' as login user, and the prompt is ready.
-
-https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/orangepi.html
diff --git a/configs/orangepi_rk3399_defconfig b/configs/orangepi_rk3399_defconfig
deleted file mode 100644
index bcce35febd..0000000000
--- a/configs/orangepi_rk3399_defconfig
+++ /dev/null
@@ -1,53 +0,0 @@
-# Architecture
-BR2_aarch64=y
-BR2_cortex_a72_a53=y
-
-# Linux headers same as kernel, a 5.8 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_8=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="11a0a46a899fcc3b1fdb214b382f3d7495d88eca"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="rk3399"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES=""
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.07"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi-rk3399"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="idbloader.img"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.8.2"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3399-orangepi"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_HOSTNAME="orangepi-rk3399"
-BR2_TARGET_GENERIC_ISSUE="Welcome to ORANGEPI-RK3399"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-rk3399/genimage.cfg"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/orangepi/orangepi-rk3399/post-build.sh"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 20/21] configs/orangepi_win: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (18 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 19/21] configs/orangepi_rk3399: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-01 22:20 ` [Buildroot] [PATCH 21/21] configs/pine64: " Thomas Petazzoni via buildroot
2022-11-07 21:20 ` [Buildroot] [PATCH 00/21] First batch of defconfig removals Yann E. MORIN
21 siblings, 0 replies; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499145
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 -
board/orangepi/orangepi-win/boot.cmd | 6 ---
board/orangepi/orangepi-win/genimage.cfg | 40 --------------------
board/orangepi/orangepi-win/readme.txt | 37 ------------------
configs/orangepi_win_defconfig | 48 ------------------------
5 files changed, 133 deletions(-)
delete mode 100644 board/orangepi/orangepi-win/boot.cmd
delete mode 100644 board/orangepi/orangepi-win/genimage.cfg
delete mode 100644 board/orangepi/orangepi-win/readme.txt
delete mode 100644 configs/orangepi_win_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index 9ee13d5258..ebfa0a6b30 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1306,7 +1306,6 @@ F: board/olimex/a33_olinuxino/
F: board/olimex/a64-olinuxino/
F: board/orangepi/orangepi-lite2/
F: board/orangepi/orangepi-one-plus
-F: board/orangepi/orangepi-win/
F: board/orangepi/orangepi-zero-plus2/
F: board/pine64/
F: configs/amarula_vyasa_rk3288_defconfig
@@ -1320,7 +1319,6 @@ F: configs/olimex_a33_olinuxino_defconfig
F: configs/olimex_a64_olinuxino_defconfig
F: configs/orangepi_lite2_defconfig
F: configs/orangepi_one_plus_defconfig
-F: configs/orangepi_win_defconfig
F: configs/orangepi_zero_plus2_defconfig
F: configs/pine64_defconfig
F: configs/pine64_sopine_defconfig
diff --git a/board/orangepi/orangepi-win/boot.cmd b/board/orangepi/orangepi-win/boot.cmd
deleted file mode 100644
index 2ddb769d6d..0000000000
--- a/board/orangepi/orangepi-win/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-a64-orangepi-win.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/orangepi/orangepi-win/genimage.cfg b/board/orangepi/orangepi-win/genimage.cfg
deleted file mode 100644
index 98fd1a033d..0000000000
--- a/board/orangepi/orangepi-win/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-a64-orangepi-win.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/orangepi/orangepi-win/readme.txt b/board/orangepi/orangepi-win/readme.txt
deleted file mode 100644
index 93adddd86b..0000000000
--- a/board/orangepi/orangepi-win/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Orangepi Win/Win Plus. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Orangepi Win/Win Plus link:
-http://www.orangepi.org/OrangePiWin_WinPlus/
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Orangepi+Win
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make orangepi_win_defconfig
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Orangepi Win/Win Plus and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/orangepi_win_defconfig b/configs/orangepi_win_defconfig
deleted file mode 100644
index 715ff3b711..0000000000
--- a/configs/orangepi_win_defconfig
+++ /dev/null
@@ -1,48 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_win"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-win/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-orangepi-win"
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to Orangepi Win/Win Plus"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-win/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* [Buildroot] [PATCH 21/21] configs/pine64: remove defconfig
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (19 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 20/21] configs/orangepi_win: " Thomas Petazzoni via buildroot
@ 2022-11-01 22:20 ` Thomas Petazzoni via buildroot
2022-11-02 11:44 ` Michael Nosthoff via buildroot
2022-11-07 21:20 ` [Buildroot] [PATCH 00/21] First batch of defconfig removals Yann E. MORIN
21 siblings, 1 reply; 24+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:20 UTC (permalink / raw)
To: buildroot; +Cc: Jagan Teki, Thomas Petazzoni
This defconfig has been failing to build for several months, with
nobody stepping up to fix it. It's time to drop it.
See
https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
for a notification on August 6, 2022 about the issues with this
defconfig.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3234499154
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
DEVELOPERS | 2 --
board/pine64/pine64/boot.cmd | 6 ----
board/pine64/pine64/genimage.cfg | 40 -------------------------
board/pine64/pine64/readme.txt | 38 ------------------------
configs/pine64_defconfig | 50 --------------------------------
5 files changed, 136 deletions(-)
delete mode 100644 board/pine64/pine64/boot.cmd
delete mode 100644 board/pine64/pine64/genimage.cfg
delete mode 100644 board/pine64/pine64/readme.txt
delete mode 100644 configs/pine64_defconfig
diff --git a/DEVELOPERS b/DEVELOPERS
index ebfa0a6b30..9569ee720b 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1307,7 +1307,6 @@ F: board/olimex/a64-olinuxino/
F: board/orangepi/orangepi-lite2/
F: board/orangepi/orangepi-one-plus
F: board/orangepi/orangepi-zero-plus2/
-F: board/pine64/
F: configs/amarula_vyasa_rk3288_defconfig
F: configs/asus_tinker_rk3288_defconfig
F: configs/engicam_imx6qdl_icore_defconfig
@@ -1320,7 +1319,6 @@ F: configs/olimex_a64_olinuxino_defconfig
F: configs/orangepi_lite2_defconfig
F: configs/orangepi_one_plus_defconfig
F: configs/orangepi_zero_plus2_defconfig
-F: configs/pine64_defconfig
F: configs/pine64_sopine_defconfig
F: package/python-scipy/
F: support/testing/tests/package/sample_python_scipy.py
diff --git a/board/pine64/pine64/boot.cmd b/board/pine64/pine64/boot.cmd
deleted file mode 100644
index 14f561044c..0000000000
--- a/board/pine64/pine64/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
-
-fatload mmc 0 $kernel_addr_r Image
-fatload mmc 0 $fdt_addr_r sun50i-a64-pine64.dtb
-
-booti $kernel_addr_r - $fdt_addr_r
diff --git a/board/pine64/pine64/genimage.cfg b/board/pine64/pine64/genimage.cfg
deleted file mode 100644
index 06b4ed1056..0000000000
--- a/board/pine64/pine64/genimage.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-a64-pine64.dtb",
- "boot.scr"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition spl {
- in-partition-table = "no"
- image = "sunxi-spl.bin"
- offset = 8K
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.itb"
- offset = 40K
- size = 1M # 1MB - 40KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/pine64/pine64/readme.txt b/board/pine64/pine64/readme.txt
deleted file mode 100644
index 85226fdd17..0000000000
--- a/board/pine64/pine64/readme.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-Intro
-=====
-
-This default configuration will allow you to start experimenting with the
-buildroot environment for the Pine64. With the current configuration
-it will bring-up the board, and allow access through the serial console.
-
-Pine64 link:
-https://www.pine64.org/?page_id=1194
-
-Wiki link:
-https://openedev.amarulasolutions.com/display/ODWIKI/Pine64
-
-This configuration uses U-Boot mainline and kernel mainline.
-
-How to build
-============
-
- $ make pine64_defconfig
-
- $ make
-
-Note: you will need access to the internet to download the required
-sources.
-
-How to write the SD card
-========================
-
-Once the build process is finished you will have an image called "sdcard.img"
-in the output/images/ directory.
-
-Copy the bootable "sdcard.img" onto an SD card with "dd":
-
- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
- $ sudo sync
-
-Insert the micro SDcard in your Pine64 and power it up. The console
-is on the serial line, 115200 8N1.
diff --git a/configs/pine64_defconfig b/configs/pine64_defconfig
deleted file mode 100644
index 2bdb6f6ae1..0000000000
--- a/configs/pine64_defconfig
+++ /dev/null
@@ -1,50 +0,0 @@
-BR2_aarch64=y
-BR2_cortex_a53=y
-BR2_ARM_FPU_VFPV4=y
-
-# Linux headers same as kernel, a 5.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
-
-# Firmware
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50iw1p1"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="aa75c8da415158a94b82a430b2b40000778e851f"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="pine64_plus"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/pine64/pine64/boot.cmd"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-pine64"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-
-# Filesystem
-BR2_TARGET_GENERIC_ISSUE="Welcome to PINE64"
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/pine64/pine64/genimage.cfg"
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 24+ messages in thread* Re: [Buildroot] [PATCH 00/21] First batch of defconfig removals
2022-11-01 22:03 [Buildroot] [PATCH 00/21] First batch of defconfig removals Thomas Petazzoni via buildroot
` (20 preceding siblings ...)
2022-11-01 22:20 ` [Buildroot] [PATCH 21/21] configs/pine64: " Thomas Petazzoni via buildroot
@ 2022-11-07 21:20 ` Yann E. MORIN
21 siblings, 0 replies; 24+ messages in thread
From: Yann E. MORIN @ 2022-11-07 21:20 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
Thomas, All,
On 2022-11-01 23:03 +0100, Thomas Petazzoni via buildroot spake thusly:
> This patch series proposes to remove 21 defconfigs which have been
> failing to build for month. All of these defconfigs have already been
> listed in an e-mail sent on August 6, 2022 [0] to the relevant
> defconfig maintainers, and they still haven't been fixed. Close to 3
> months later, it's time to remove them, with the goal of having all
> defconfigs building for the upcoming 2022.11 release.
>
> I'm proposing to give one extra week (until November 7) before
> applying these patches, to see if some of the defconfig maintainers
> send patches to fix the defconfigs they are in charge of, or if
> anybody else steps up.
Exc ept for the pine64 defconfig which got fixed, there's been no other
feedback. The week-long delay has now elapsed, so: applied to master,
thanks.
Regards,
Yann E. MORIN.
> [0] https://lore.kernel.org/buildroot/20220806224338.0159e15c@windsurf/
>
> Thanks,
>
> Thomas Petazzoni
>
> Thomas Petazzoni (21):
> configs/amarula_a64_relic: remove defconfig
> configs/arm_juno: remove defconfig
> configs/bananapi_m1: remove defconfig
> configs/bananapi_m1_plus: remove defconfig
> configs/bananapi_m2_plus: remove defconfig
> configs/bananapi_m64: remove defconfig
> configs/friendlyarm_nanopc_t4: remove defconfig
> configs/friendlyarm_nanopi_a64: remove defconfig
> configs/friendlyarm_nanopi_m1: remove defconfig
> configs/friendlyarm_nanopi_m1: remove defconfig
> configs/friendlyarm_nanopi_m4: remove defconfig
> configs/friendlyarm_nanopi_neo2: remove defconfig
> configs/friendlyarm_nanopi_neo4: remove defconfig
> configs/friendlyarm_nanopi_neo_plus2: remove defconfig
> configs/friendlyarm_nanopi_r1: remove defconfig
> configs/orangepi_pc2: remove defconfig
> configs/orangepi_plus: remove defconfig
> configs/orangepi_prime: remove defconfig
> configs/orangepi_rk3399: remove defconfig
> configs/orangepi_win: remove defconfig
> configs/pine64: remove defconfig
>
> DEVELOPERS | 38 ----
> board/amarula/a64-relic/extlinux.conf | 4 -
> board/amarula/a64-relic/genimage.cfg | 11 --
> board/amarula/a64-relic/post-build.sh | 4 -
> board/amarula/a64-relic/readme.txt | 90 ----------
> .../lib/firmware/brcm/brcmfmac4330-sdio.txt | 83 ---------
> board/arm/juno/linux-juno-defconfig | 169 -----------------
> board/arm/juno/readme.txt | 134 --------------
> board/bananapi/bananapi-m1/boot.cmd | 7 -
> board/bananapi/bananapi-m1/genimage.cfg | 34 ----
> board/bananapi/bananapi-m1/readme.txt | 37 ----
> board/bananapi/bananapi-m64/boot.cmd | 6 -
> board/bananapi/bananapi-m64/genimage.cfg | 40 -----
> board/bananapi/bananapi-m64/readme.txt | 37 ----
> board/friendlyarm/nanopc-t4/extlinux.conf | 4 -
> board/friendlyarm/nanopc-t4/genimage.cfg | 39 ----
> board/friendlyarm/nanopc-t4/post-build.sh | 5 -
> board/friendlyarm/nanopc-t4/readme.txt | 45 -----
> board/friendlyarm/nanopi-a64/boot.cmd | 6 -
> board/friendlyarm/nanopi-a64/genimage.cfg | 40 -----
> board/friendlyarm/nanopi-a64/readme.txt | 37 ----
> board/friendlyarm/nanopi-m1-plus/boot.cmd | 8 -
> board/friendlyarm/nanopi-m1-plus/genimage.cfg | 36 ----
> board/friendlyarm/nanopi-m1-plus/readme.txt | 29 ---
> board/friendlyarm/nanopi-m1/boot.cmd | 8 -
> board/friendlyarm/nanopi-m1/genimage.cfg | 37 ----
> board/friendlyarm/nanopi-m1/readme.txt | 29 ---
> board/friendlyarm/nanopi-m4/extlinux.conf | 4 -
> board/friendlyarm/nanopi-m4/genimage.cfg | 39 ----
> board/friendlyarm/nanopi-m4/post-build.sh | 5 -
> board/friendlyarm/nanopi-m4/readme.txt | 45 -----
> .../nanopi-neo-plus2/extlinux.conf | 4 -
> .../friendlyarm/nanopi-neo-plus2/genimage.cfg | 40 -----
> .../nanopi-neo-plus2/linux-extras.config | 10 --
> .../nanopi-neo-plus2/post-build.sh | 4 -
> board/friendlyarm/nanopi-neo-plus2/readme.txt | 37 ----
> ...3430-sdio.friendlyarm,nanopi-neo-plus2.txt | 53 ------
> board/friendlyarm/nanopi-neo2/boot.cmd | 6 -
> board/friendlyarm/nanopi-neo2/genimage.cfg | 40 -----
> board/friendlyarm/nanopi-neo2/readme.txt | 37 ----
> board/friendlyarm/nanopi-neo4/extlinux.conf | 4 -
> board/friendlyarm/nanopi-neo4/genimage.cfg | 22 ---
> board/friendlyarm/nanopi-neo4/post-build.sh | 5 -
> board/friendlyarm/nanopi-neo4/readme.txt | 53 ------
> board/friendlyarm/nanopi-r1/boot.cmd | 8 -
> board/friendlyarm/nanopi-r1/genimage.cfg | 37 ----
> .../nanopi-r1/kernel/linux-extras.config | 2 -
> .../nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts | 170 ------------------
> board/friendlyarm/nanopi-r1/readme.txt | 29 ---
> .../nanopi-r1/uboot/nanopi_r1_defconfig | 22 ---
> .../nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts | 102 -----------
> board/orangepi/orangepi-pc2/boot.cmd | 6 -
> board/orangepi/orangepi-pc2/genimage.cfg | 40 -----
> board/orangepi/orangepi-pc2/readme.txt | 37 ----
> board/orangepi/orangepi-plus/boot.cmd | 8 -
> board/orangepi/orangepi-plus/genimage.cfg | 36 ----
> board/orangepi/orangepi-plus/readme.txt | 29 ---
> board/orangepi/orangepi-prime/boot.cmd | 6 -
> board/orangepi/orangepi-prime/genimage.cfg | 40 -----
> board/orangepi/orangepi-prime/readme.txt | 37 ----
> board/orangepi/orangepi-rk3399/extlinux.conf | 4 -
> board/orangepi/orangepi-rk3399/genimage.cfg | 38 ----
> board/orangepi/orangepi-rk3399/post-build.sh | 5 -
> board/orangepi/orangepi-rk3399/readme.txt | 56 ------
> board/orangepi/orangepi-win/boot.cmd | 6 -
> board/orangepi/orangepi-win/genimage.cfg | 40 -----
> board/orangepi/orangepi-win/readme.txt | 37 ----
> board/pine64/pine64/boot.cmd | 6 -
> board/pine64/pine64/genimage.cfg | 40 -----
> board/pine64/pine64/readme.txt | 38 ----
> board/sinovoip/m1-plus/boot.cmd | 5 -
> board/sinovoip/m1-plus/genimage.cfg | 38 ----
> board/sinovoip/m1-plus/linux-wifi.fragment | 10 --
> ...nanapi-m1-plus-Disable-OOB-IRQ-for-b.patch | 39 ----
> board/sinovoip/m1-plus/post-build.sh | 4 -
> board/sinovoip/m1-plus/readme.txt | 64 -------
> ...rcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt | 1 -
> .../lib/firmware/brcm/brcmfmac43362-sdio.txt | 56 ------
> board/sinovoip/m2-plus/boot.cmd | 7 -
> board/sinovoip/m2-plus/genimage.cfg | 34 ----
> configs/amarula_a64_relic_defconfig | 63 -------
> configs/arm_juno_defconfig | 23 ---
> configs/bananapi_m1_defconfig | 29 ---
> configs/bananapi_m1_plus_defconfig | 45 -----
> configs/bananapi_m2_plus_defconfig | 30 ----
> configs/bananapi_m64_defconfig | 50 ------
> configs/friendlyarm_nanopc_t4_defconfig | 53 ------
> configs/friendlyarm_nanopi_a64_defconfig | 50 ------
> configs/friendlyarm_nanopi_m1_defconfig | 45 -----
> configs/friendlyarm_nanopi_m1_plus_defconfig | 45 -----
> configs/friendlyarm_nanopi_m4_defconfig | 53 ------
> configs/friendlyarm_nanopi_neo2_defconfig | 50 ------
> configs/friendlyarm_nanopi_neo4_defconfig | 55 ------
> .../friendlyarm_nanopi_neo_plus2_defconfig | 62 -------
> configs/friendlyarm_nanopi_r1_defconfig | 49 -----
> configs/orangepi_pc2_defconfig | 50 ------
> configs/orangepi_plus_defconfig | 44 -----
> configs/orangepi_prime_defconfig | 50 ------
> configs/orangepi_rk3399_defconfig | 53 ------
> configs/orangepi_win_defconfig | 48 -----
> configs/pine64_defconfig | 50 ------
> 101 files changed, 3559 deletions(-)
> delete mode 100644 board/amarula/a64-relic/extlinux.conf
> delete mode 100644 board/amarula/a64-relic/genimage.cfg
> delete mode 100755 board/amarula/a64-relic/post-build.sh
> delete mode 100644 board/amarula/a64-relic/readme.txt
> delete mode 100644 board/amarula/a64-relic/rootfs_overlay/lib/firmware/brcm/brcmfmac4330-sdio.txt
> delete mode 100644 board/arm/juno/linux-juno-defconfig
> delete mode 100644 board/arm/juno/readme.txt
> delete mode 100644 board/bananapi/bananapi-m1/boot.cmd
> delete mode 100644 board/bananapi/bananapi-m1/genimage.cfg
> delete mode 100644 board/bananapi/bananapi-m1/readme.txt
> delete mode 100644 board/bananapi/bananapi-m64/boot.cmd
> delete mode 100644 board/bananapi/bananapi-m64/genimage.cfg
> delete mode 100644 board/bananapi/bananapi-m64/readme.txt
> delete mode 100644 board/friendlyarm/nanopc-t4/extlinux.conf
> delete mode 100644 board/friendlyarm/nanopc-t4/genimage.cfg
> delete mode 100755 board/friendlyarm/nanopc-t4/post-build.sh
> delete mode 100644 board/friendlyarm/nanopc-t4/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-a64/boot.cmd
> delete mode 100644 board/friendlyarm/nanopi-a64/genimage.cfg
> delete mode 100644 board/friendlyarm/nanopi-a64/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-m1-plus/boot.cmd
> delete mode 100644 board/friendlyarm/nanopi-m1-plus/genimage.cfg
> delete mode 100644 board/friendlyarm/nanopi-m1-plus/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-m1/boot.cmd
> delete mode 100644 board/friendlyarm/nanopi-m1/genimage.cfg
> delete mode 100644 board/friendlyarm/nanopi-m1/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-m4/extlinux.conf
> delete mode 100644 board/friendlyarm/nanopi-m4/genimage.cfg
> delete mode 100755 board/friendlyarm/nanopi-m4/post-build.sh
> delete mode 100644 board/friendlyarm/nanopi-m4/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-neo-plus2/extlinux.conf
> delete mode 100644 board/friendlyarm/nanopi-neo-plus2/genimage.cfg
> delete mode 100644 board/friendlyarm/nanopi-neo-plus2/linux-extras.config
> delete mode 100755 board/friendlyarm/nanopi-neo-plus2/post-build.sh
> delete mode 100644 board/friendlyarm/nanopi-neo-plus2/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt
> delete mode 100644 board/friendlyarm/nanopi-neo2/boot.cmd
> delete mode 100644 board/friendlyarm/nanopi-neo2/genimage.cfg
> delete mode 100644 board/friendlyarm/nanopi-neo2/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-neo4/extlinux.conf
> delete mode 100644 board/friendlyarm/nanopi-neo4/genimage.cfg
> delete mode 100755 board/friendlyarm/nanopi-neo4/post-build.sh
> delete mode 100644 board/friendlyarm/nanopi-neo4/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-r1/boot.cmd
> delete mode 100644 board/friendlyarm/nanopi-r1/genimage.cfg
> delete mode 100644 board/friendlyarm/nanopi-r1/kernel/linux-extras.config
> delete mode 100644 board/friendlyarm/nanopi-r1/kernel/sun8i-h3-nanopi-r1.dts
> delete mode 100644 board/friendlyarm/nanopi-r1/readme.txt
> delete mode 100644 board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig
> delete mode 100644 board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts
> delete mode 100644 board/orangepi/orangepi-pc2/boot.cmd
> delete mode 100644 board/orangepi/orangepi-pc2/genimage.cfg
> delete mode 100644 board/orangepi/orangepi-pc2/readme.txt
> delete mode 100644 board/orangepi/orangepi-plus/boot.cmd
> delete mode 100644 board/orangepi/orangepi-plus/genimage.cfg
> delete mode 100644 board/orangepi/orangepi-plus/readme.txt
> delete mode 100644 board/orangepi/orangepi-prime/boot.cmd
> delete mode 100644 board/orangepi/orangepi-prime/genimage.cfg
> delete mode 100644 board/orangepi/orangepi-prime/readme.txt
> delete mode 100644 board/orangepi/orangepi-rk3399/extlinux.conf
> delete mode 100644 board/orangepi/orangepi-rk3399/genimage.cfg
> delete mode 100755 board/orangepi/orangepi-rk3399/post-build.sh
> delete mode 100644 board/orangepi/orangepi-rk3399/readme.txt
> delete mode 100644 board/orangepi/orangepi-win/boot.cmd
> delete mode 100644 board/orangepi/orangepi-win/genimage.cfg
> delete mode 100644 board/orangepi/orangepi-win/readme.txt
> delete mode 100644 board/pine64/pine64/boot.cmd
> delete mode 100644 board/pine64/pine64/genimage.cfg
> delete mode 100644 board/pine64/pine64/readme.txt
> delete mode 100644 board/sinovoip/m1-plus/boot.cmd
> delete mode 100644 board/sinovoip/m1-plus/genimage.cfg
> delete mode 100644 board/sinovoip/m1-plus/linux-wifi.fragment
> delete mode 100644 board/sinovoip/m1-plus/patches/linux/0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch
> delete mode 100755 board/sinovoip/m1-plus/post-build.sh
> delete mode 100644 board/sinovoip/m1-plus/readme.txt
> delete mode 120000 board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.sinovoip,bpi-m1-plus.txt
> delete mode 100644 board/sinovoip/m1-plus/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.txt
> delete mode 100644 board/sinovoip/m2-plus/boot.cmd
> delete mode 100644 board/sinovoip/m2-plus/genimage.cfg
> delete mode 100644 configs/amarula_a64_relic_defconfig
> delete mode 100644 configs/arm_juno_defconfig
> delete mode 100644 configs/bananapi_m1_defconfig
> delete mode 100644 configs/bananapi_m1_plus_defconfig
> delete mode 100644 configs/bananapi_m2_plus_defconfig
> delete mode 100644 configs/bananapi_m64_defconfig
> delete mode 100644 configs/friendlyarm_nanopc_t4_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_a64_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_m1_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_m1_plus_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_m4_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_neo2_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_neo4_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_neo_plus2_defconfig
> delete mode 100644 configs/friendlyarm_nanopi_r1_defconfig
> delete mode 100644 configs/orangepi_pc2_defconfig
> delete mode 100644 configs/orangepi_plus_defconfig
> delete mode 100644 configs/orangepi_prime_defconfig
> delete mode 100644 configs/orangepi_rk3399_defconfig
> delete mode 100644 configs/orangepi_win_defconfig
> delete mode 100644 configs/pine64_defconfig
>
> --
> 2.37.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 24+ messages in thread