Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates
@ 2023-04-10 17:50 Sergey Matyukevich
  2023-04-10 17:50 ` [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version Sergey Matyukevich
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sergey Matyukevich @ 2023-04-10 17:50 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Hi all,

Here is the second patch series with BSP updates for several Allwinner
boards. This time xradio driver and boards with WiF are updated,
including including OrangePi Zero and OrangePi Zero Plus2.

Regards,
Sergey

Sergey Matyukevich (3):
  package/xr819-xradio: bump version
  configs/orangepi_zero: bump BSP versions
  configs/orangepi_zero_plus2: update BSP versions

 configs/orangepi_zero_defconfig        | 6 +++---
 configs/orangepi_zero_plus2_defconfig  | 8 ++++----
 package/xr819-xradio/xr819-xradio.hash | 2 +-
 package/xr819-xradio/xr819-xradio.mk   | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.40.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version
  2023-04-10 17:50 [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Sergey Matyukevich
@ 2023-04-10 17:50 ` Sergey Matyukevich
  2023-04-23  9:40   ` Peter Korsgaard
  2023-04-10 17:50 ` [Buildroot] [PATCH 2/3] configs/orangepi_zero: bump BSP versions Sergey Matyukevich
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Sergey Matyukevich @ 2023-04-10 17:50 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

With introduction of vmap'ed stacks to ARM in Linux v5.18, stack
parameters can no longer be used for DMA. So pull the latest xradio
changes that fix the driver and make it work with vmap'ed stacks
in new kernels.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 package/xr819-xradio/xr819-xradio.hash | 2 +-
 package/xr819-xradio/xr819-xradio.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/xr819-xradio/xr819-xradio.hash b/package/xr819-xradio/xr819-xradio.hash
index 60185db736..8676f065f8 100644
--- a/package/xr819-xradio/xr819-xradio.hash
+++ b/package/xr819-xradio/xr819-xradio.hash
@@ -1,4 +1,4 @@
 # Locally computed
-sha256  2b297fbcc9b5ed190bcfff9f6f808c170632ac3d69dbd92156a7f4f57142dec9  xr819-xradio-005f28cfe9e20b7f2dfd9d32d38ee97060dc707f.tar.gz
+sha256  93388424f1f136db541ce056be017f2f0f6688278ac15a88bef34da8f12ffea6  xr819-xradio-119cad7d07aef6973dd44e4dae74d4c9defd06a2.tar.gz
 # Locally computed
 sha256  db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73  LICENSE
diff --git a/package/xr819-xradio/xr819-xradio.mk b/package/xr819-xradio/xr819-xradio.mk
index e5daaa6051..66c08e7921 100644
--- a/package/xr819-xradio/xr819-xradio.mk
+++ b/package/xr819-xradio/xr819-xradio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XR819_XRADIO_VERSION = 005f28cfe9e20b7f2dfd9d32d38ee97060dc707f
+XR819_XRADIO_VERSION = 119cad7d07aef6973dd44e4dae74d4c9defd06a2
 XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
 XR819_XRADIO_LICENSE = GPL-2.0
 XR819_XRADIO_LICENSE_FILES = LICENSE
-- 
2.40.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/3] configs/orangepi_zero: bump BSP versions
  2023-04-10 17:50 [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Sergey Matyukevich
  2023-04-10 17:50 ` [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version Sergey Matyukevich
@ 2023-04-10 17:50 ` Sergey Matyukevich
  2023-04-10 17:50 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: update " Sergey Matyukevich
  2023-04-15 17:10 ` [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Yann E. MORIN
  3 siblings, 0 replies; 6+ messages in thread
From: Sergey Matyukevich @ 2023-04-10 17:50 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Bump Linux to 6.1.14 and U-Boot to 2023.01

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_zero_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index 464e075e5c..40269db233 100644
--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -8,13 +8,13 @@ BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Zero"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Zero"
 BR2_GLOBAL_PATCH_DIR="board/orangepi/orangepi-zero/patches"
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 BR2_SYSTEM_DHCP="eth0"
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.16"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.14"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h2-plus-orangepi-zero"
@@ -31,7 +31,7 @@ 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="2022.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
-- 
2.40.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 3/3] configs/orangepi_zero_plus2: update BSP versions
  2023-04-10 17:50 [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Sergey Matyukevich
  2023-04-10 17:50 ` [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version Sergey Matyukevich
  2023-04-10 17:50 ` [Buildroot] [PATCH 2/3] configs/orangepi_zero: bump BSP versions Sergey Matyukevich
@ 2023-04-10 17:50 ` Sergey Matyukevich
  2023-04-15 17:10 ` [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Yann E. MORIN
  3 siblings, 0 replies; 6+ messages in thread
From: Sergey Matyukevich @ 2023-04-10 17:50 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Bump Linux kernel to 6.1.14, U-Boot to 2023.01, ATF to 2.8.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 configs/orangepi_zero_plus2_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/orangepi_zero_plus2_defconfig b/configs/orangepi_zero_plus2_defconfig
index ef171c3ad3..377e9f1c59 100644
--- a/configs/orangepi_zero_plus2_defconfig
+++ b/configs/orangepi_zero_plus2_defconfig
@@ -2,14 +2,14 @@ BR2_aarch64=y
 BR2_cortex_a53=y
 BR2_ARM_FPU_VFPV4=y
 
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 BR2_ROOTFS_OVERLAY="board/orangepi/orangepi-zero-plus2/rootfs_overlay"
 
 # Firmware
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.5"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.8"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_a64"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 
@@ -17,7 +17,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero_plus2"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
@@ -31,7 +31,7 @@ BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="SCP=/dev/null"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.16.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.14"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-zero-plus2"
-- 
2.40.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 0/3] allwinner: second part of misc bsp updates
  2023-04-10 17:50 [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Sergey Matyukevich
                   ` (2 preceding siblings ...)
  2023-04-10 17:50 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: update " Sergey Matyukevich
@ 2023-04-15 17:10 ` Yann E. MORIN
  3 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2023-04-15 17:10 UTC (permalink / raw)
  To: Sergey Matyukevich; +Cc: buildroot

Sergey, All,

On 2023-04-10 20:50 +0300, Sergey Matyukevich spake thusly:
> Hi all,
> 
> Here is the second patch series with BSP updates for several Allwinner
> boards. This time xradio driver and boards with WiF are updated,
> including including OrangePi Zero and OrangePi Zero Plus2.
> 
> Regards,
> Sergey
> 
> Sergey Matyukevich (3):
>   package/xr819-xradio: bump version
>   configs/orangepi_zero: bump BSP versions
>   configs/orangepi_zero_plus2: update BSP versions

Whole series applied to master, thanks.

Regards,
Yann E. MORIN.

>  configs/orangepi_zero_defconfig        | 6 +++---
>  configs/orangepi_zero_plus2_defconfig  | 8 ++++----
>  package/xr819-xradio/xr819-xradio.hash | 2 +-
>  package/xr819-xradio/xr819-xradio.mk   | 2 +-
>  4 files changed, 9 insertions(+), 9 deletions(-)
> 
> -- 
> 2.40.0
> 
> _______________________________________________
> 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] 6+ messages in thread

* Re: [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version
  2023-04-10 17:50 ` [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version Sergey Matyukevich
@ 2023-04-23  9:40   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-04-23  9:40 UTC (permalink / raw)
  To: Sergey Matyukevich; +Cc: buildroot

>>>>> "Sergey" == Sergey Matyukevich <geomatsi@gmail.com> writes:

 > With introduction of vmap'ed stacks to ARM in Linux v5.18, stack
 > parameters can no longer be used for DMA. So pull the latest xradio
 > changes that fix the driver and make it work with vmap'ed stacks
 > in new kernels.

 > Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>

Committed to 2023.02.x, 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:[~2023-04-23  9:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 17:50 [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Sergey Matyukevich
2023-04-10 17:50 ` [Buildroot] [PATCH 1/3] package/xr819-xradio: bump version Sergey Matyukevich
2023-04-23  9:40   ` Peter Korsgaard
2023-04-10 17:50 ` [Buildroot] [PATCH 2/3] configs/orangepi_zero: bump BSP versions Sergey Matyukevich
2023-04-10 17:50 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: update " Sergey Matyukevich
2023-04-15 17:10 ` [Buildroot] [PATCH 0/3] allwinner: second part of misc bsp updates Yann E. MORIN

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