* [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10
@ 2024-01-12 19:39 Marcin Niestroj
2024-01-12 19:39 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux Marcin Niestroj
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Marcin Niestroj @ 2024-01-12 19:39 UTC (permalink / raw)
To: buildroot; +Cc: Sergey Kuzminov, Marcin Niestroj
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
configs/orangepi_zero3_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/orangepi_zero3_defconfig b/configs/orangepi_zero3_defconfig
index 51a6efd3ed..f4fbf86812 100644
--- a/configs/orangepi_zero3_defconfig
+++ b/configs/orangepi_zero3_defconfig
@@ -9,7 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
# Firmware
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.10"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_h616"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux 2024-01-12 19:39 [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Marcin Niestroj @ 2024-01-12 19:39 ` Marcin Niestroj 2024-01-12 21:45 ` Sergey Kuzminov 2024-01-13 20:52 ` Peter Korsgaard 2024-01-12 21:44 ` [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Sergey Kuzminov 2024-01-13 20:49 ` Peter Korsgaard 2 siblings, 2 replies; 6+ messages in thread From: Marcin Niestroj @ 2024-01-12 19:39 UTC (permalink / raw) To: buildroot; +Cc: Sergey Kuzminov, Marcin Niestroj, Sergey Matyukevich There is now support in both upstream U-Boot and upstream Linux. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> --- board/orangepi/orangepi-zero3/linux.config | 1 - configs/orangepi_zero3_defconfig | 17 ++++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 board/orangepi/orangepi-zero3/linux.config diff --git a/board/orangepi/orangepi-zero3/linux.config b/board/orangepi/orangepi-zero3/linux.config deleted file mode 100644 index 09b7a93a5a..0000000000 --- a/board/orangepi/orangepi-zero3/linux.config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MFD_AC200=y diff --git a/configs/orangepi_zero3_defconfig b/configs/orangepi_zero3_defconfig index f4fbf86812..93d53dc301 100644 --- a/configs/orangepi_zero3_defconfig +++ b/configs/orangepi_zero3_defconfig @@ -2,7 +2,7 @@ BR2_aarch64=y BR2_cortex_a53=y BR2_ARM_FPU_VFPV4=y -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_7=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y BR2_SYSTEM_DHCP="eth0" @@ -16,8 +16,8 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y # Bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y -BR2_TARGET_UBOOT_CUSTOM_TARBALL=y -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,orangepi-xunlong,u-boot-orangepi,6fe17fac388aad17490cf386578b7532975e567f)/u-boot-orangepi-6fe17fac388aad17490cf386578b7532975e567f.tar.gz" +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.01" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero3" BR2_TARGET_UBOOT_NEEDS_DTC=y BR2_TARGET_UBOOT_NEEDS_OPENSSL=y @@ -30,21 +30,20 @@ BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="SCP=/dev/null" # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,orangepi-xunlong,linux-orangepi,3495b5ee0594566c9fed930b96b1cae90600412e)/linux-orangepi-3495b5ee0594566c9fed930b96b1cae90600412e.tar.gz" -BR2_LINUX_KERNEL_DEFCONFIG="linux_sunxi64" +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.7" +BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h616-orangepi-zero3" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h618-orangepi-zero3" BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_DTB_KEEP_DIRNAME=y -BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-zero3/linux.config" # Filesystem BR2_TARGET_GENERIC_ISSUE="Welcome to Orangepi Zero3" BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y -BR2_TARGET_ROOTFS_EXT2_SIZE="180M" +BR2_TARGET_ROOTFS_EXT2_SIZE="120M" # BR2_TARGET_ROOTFS_TAR is not set # host tools -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux 2024-01-12 19:39 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux Marcin Niestroj @ 2024-01-12 21:45 ` Sergey Kuzminov 2024-01-13 20:52 ` Peter Korsgaard 1 sibling, 0 replies; 6+ messages in thread From: Sergey Kuzminov @ 2024-01-12 21:45 UTC (permalink / raw) To: Marcin Niestroj, buildroot; +Cc: Sergey Matyukevich Hi, Marcin Niestroj, Thanks for the update! Tested-by: Sergey Kuzminov <kuzminov.sergey81@gmail.com> 12.01.2024 22:39, Marcin Niestroj пишет: > There is now support in both upstream U-Boot and upstream Linux. > > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> > --- > board/orangepi/orangepi-zero3/linux.config | 1 - > configs/orangepi_zero3_defconfig | 17 ++++++++--------- > 2 files changed, 8 insertions(+), 10 deletions(-) > delete mode 100644 board/orangepi/orangepi-zero3/linux.config > > diff --git a/board/orangepi/orangepi-zero3/linux.config b/board/orangepi/orangepi-zero3/linux.config > deleted file mode 100644 > index 09b7a93a5a..0000000000 > --- a/board/orangepi/orangepi-zero3/linux.config > +++ /dev/null > @@ -1 +0,0 @@ > -CONFIG_MFD_AC200=y > diff --git a/configs/orangepi_zero3_defconfig b/configs/orangepi_zero3_defconfig > index f4fbf86812..93d53dc301 100644 > --- a/configs/orangepi_zero3_defconfig > +++ b/configs/orangepi_zero3_defconfig > @@ -2,7 +2,7 @@ BR2_aarch64=y > BR2_cortex_a53=y > BR2_ARM_FPU_VFPV4=y > > -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y > +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_7=y > BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y > BR2_SYSTEM_DHCP="eth0" > > @@ -16,8 +16,8 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y > # Bootloader > BR2_TARGET_UBOOT=y > BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y > -BR2_TARGET_UBOOT_CUSTOM_TARBALL=y > -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,orangepi-xunlong,u-boot-orangepi,6fe17fac388aad17490cf386578b7532975e567f)/u-boot-orangepi-6fe17fac388aad17490cf386578b7532975e567f.tar.gz" > +BR2_TARGET_UBOOT_CUSTOM_VERSION=y > +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.01" > BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero3" > BR2_TARGET_UBOOT_NEEDS_DTC=y > BR2_TARGET_UBOOT_NEEDS_OPENSSL=y > @@ -30,21 +30,20 @@ BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="SCP=/dev/null" > > # Kernel > BR2_LINUX_KERNEL=y > -BR2_LINUX_KERNEL_CUSTOM_TARBALL=y > -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,orangepi-xunlong,linux-orangepi,3495b5ee0594566c9fed930b96b1cae90600412e)/linux-orangepi-3495b5ee0594566c9fed930b96b1cae90600412e.tar.gz" > -BR2_LINUX_KERNEL_DEFCONFIG="linux_sunxi64" > +BR2_LINUX_KERNEL_CUSTOM_VERSION=y > +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.7" > +BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y > BR2_LINUX_KERNEL_DTS_SUPPORT=y > -BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h616-orangepi-zero3" > +BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h618-orangepi-zero3" > BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y > BR2_LINUX_KERNEL_INSTALL_TARGET=y > BR2_LINUX_KERNEL_DTB_KEEP_DIRNAME=y > -BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-zero3/linux.config" > > # Filesystem > BR2_TARGET_GENERIC_ISSUE="Welcome to Orangepi Zero3" > BR2_TARGET_ROOTFS_EXT2=y > BR2_TARGET_ROOTFS_EXT2_4=y > -BR2_TARGET_ROOTFS_EXT2_SIZE="180M" > +BR2_TARGET_ROOTFS_EXT2_SIZE="120M" > # BR2_TARGET_ROOTFS_TAR is not set > > # host tools _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux 2024-01-12 19:39 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux Marcin Niestroj 2024-01-12 21:45 ` Sergey Kuzminov @ 2024-01-13 20:52 ` Peter Korsgaard 1 sibling, 0 replies; 6+ messages in thread From: Peter Korsgaard @ 2024-01-13 20:52 UTC (permalink / raw) To: Marcin Niestroj; +Cc: Sergey Kuzminov, Sergey Matyukevich, buildroot >>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes: > There is now support in both upstream U-Boot and upstream Linux. > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 2024-01-12 19:39 [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Marcin Niestroj 2024-01-12 19:39 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux Marcin Niestroj @ 2024-01-12 21:44 ` Sergey Kuzminov 2024-01-13 20:49 ` Peter Korsgaard 2 siblings, 0 replies; 6+ messages in thread From: Sergey Kuzminov @ 2024-01-12 21:44 UTC (permalink / raw) To: Marcin Niestroj, buildroot Hi, Marcin Niestroj, Thanks for the update! Tested-by: Sergey Kuzminov <kuzminov.sergey81@gmail.com> 12.01.2024 22:39, Marcin Niestroj пишет: > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> > --- > configs/orangepi_zero3_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/orangepi_zero3_defconfig b/configs/orangepi_zero3_defconfig > index 51a6efd3ed..f4fbf86812 100644 > --- a/configs/orangepi_zero3_defconfig > +++ b/configs/orangepi_zero3_defconfig > @@ -9,7 +9,7 @@ BR2_SYSTEM_DHCP="eth0" > # Firmware > BR2_TARGET_ARM_TRUSTED_FIRMWARE=y > BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y > -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9" > +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.10" > BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_h616" > BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y > _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 2024-01-12 19:39 [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Marcin Niestroj 2024-01-12 19:39 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux Marcin Niestroj 2024-01-12 21:44 ` [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Sergey Kuzminov @ 2024-01-13 20:49 ` Peter Korsgaard 2 siblings, 0 replies; 6+ messages in thread From: Peter Korsgaard @ 2024-01-13 20:49 UTC (permalink / raw) To: Marcin Niestroj; +Cc: Sergey Kuzminov, buildroot >>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes: > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-13 20:52 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-12 19:39 [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Marcin Niestroj 2024-01-12 19:39 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero3: use upstream U-Boot and Linux Marcin Niestroj 2024-01-12 21:45 ` Sergey Kuzminov 2024-01-13 20:52 ` Peter Korsgaard 2024-01-12 21:44 ` [Buildroot] [PATCH 1/2] configs/orangepi_zero3: bump ARM Trusted Firmware to 2.10 Sergey Kuzminov 2024-01-13 20:49 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox