All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates
@ 2023-04-01 17:36 Sergey Matyukevich
  2023-04-01 17:36 ` [Buildroot] [PATCH 1/3] configs/linksprite_pcduino_defconfig: bump BSP versions Sergey Matyukevich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergey Matyukevich @ 2023-04-01 17:36 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Hi all,

Here is a patch series with BSP updates for several boards with Allwinner
arm CPUs. U-Boot version updated to 2023.01 and Linux version updated
to 6.1.14.

Note that orangepi-zero and orangepi-zero-plus2 are not updated in this
patch series. I observe WiFi issues on those boards with Linux v6.1.
So those issues need to be investigated before updating BSP.

Regards,
Sergey

Sergey Matyukevich (3):
  configs/linksprite_pcduino_defconfig: bump BSP versions
  configs/orangepi_one_defconfig: bump BSP versions
  configs/orangepi_pc_plus: bump BSP versions

 configs/linksprite_pcduino_defconfig | 6 +++---
 configs/orangepi_one_defconfig       | 6 +++---
 configs/orangepi_pc_plus_defconfig   | 6 +++---
 3 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] 5+ messages in thread

* [Buildroot] [PATCH 1/3] configs/linksprite_pcduino_defconfig: bump BSP versions
  2023-04-01 17:36 [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Sergey Matyukevich
@ 2023-04-01 17:36 ` Sergey Matyukevich
  2023-04-01 17:36 ` [Buildroot] [PATCH 2/3] configs/orangepi_one_defconfig: " Sergey Matyukevich
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Sergey Matyukevich @ 2023-04-01 17:36 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Bump Linux kernel to 6.1.14 and U-Boot to 2023.01.

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

diff --git a/configs/linksprite_pcduino_defconfig b/configs/linksprite_pcduino_defconfig
index 806c4f0697..cf58e021ba 100644
--- a/configs/linksprite_pcduino_defconfig
+++ b/configs/linksprite_pcduino_defconfig
@@ -19,12 +19,12 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BINARIES_DIR)/genimage.cfg"
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 
 # Linux headers same as kernel, a 5.10 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
 # 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_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun4i-a10-pcduino"
@@ -40,7 +40,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="Linksprite_pcDuino"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
-- 
2.40.0

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

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

* [Buildroot] [PATCH 2/3] configs/orangepi_one_defconfig: bump BSP versions
  2023-04-01 17:36 [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Sergey Matyukevich
  2023-04-01 17:36 ` [Buildroot] [PATCH 1/3] configs/linksprite_pcduino_defconfig: bump BSP versions Sergey Matyukevich
@ 2023-04-01 17:36 ` Sergey Matyukevich
  2023-04-01 17:37 ` [Buildroot] [PATCH 3/3] configs/orangepi_pc_plus: " Sergey Matyukevich
  2023-04-15 17:57 ` [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Yann E. MORIN
  3 siblings, 0 replies; 5+ messages in thread
From: Sergey Matyukevich @ 2023-04-01 17:36 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_one_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_one_defconfig b/configs/orangepi_one_defconfig
index ba128424a0..3f383e337e 100644
--- a/configs/orangepi_one_defconfig
+++ b/configs/orangepi_one_defconfig
@@ -1,13 +1,13 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_12=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_One"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi One"
 BR2_SYSTEM_DHCP="eth0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.12.2"
+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-h3-orangepi-one"
@@ -19,7 +19,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="2021.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_one"
 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] 5+ messages in thread

* [Buildroot] [PATCH 3/3] configs/orangepi_pc_plus: bump BSP versions
  2023-04-01 17:36 [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Sergey Matyukevich
  2023-04-01 17:36 ` [Buildroot] [PATCH 1/3] configs/linksprite_pcduino_defconfig: bump BSP versions Sergey Matyukevich
  2023-04-01 17:36 ` [Buildroot] [PATCH 2/3] configs/orangepi_one_defconfig: " Sergey Matyukevich
@ 2023-04-01 17:37 ` Sergey Matyukevich
  2023-04-15 17:57 ` [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Yann E. MORIN
  3 siblings, 0 replies; 5+ messages in thread
From: Sergey Matyukevich @ 2023-04-01 17:37 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_pc_plus_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_pc_plus_defconfig b/configs/orangepi_pc_plus_defconfig
index ba946e5285..73ba934b69 100644
--- a/configs/orangepi_pc_plus_defconfig
+++ b/configs/orangepi_pc_plus_defconfig
@@ -2,13 +2,13 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_12=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC_Plus"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC Plus"
 BR2_SYSTEM_DHCP="eth0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.12.2"
+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-h3-orangepi-pc-plus"
@@ -21,7 +21,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="2021.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc_plus"
 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] 5+ messages in thread

* Re: [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates
  2023-04-01 17:36 [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Sergey Matyukevich
                   ` (2 preceding siblings ...)
  2023-04-01 17:37 ` [Buildroot] [PATCH 3/3] configs/orangepi_pc_plus: " Sergey Matyukevich
@ 2023-04-15 17:57 ` Yann E. MORIN
  3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2023-04-15 17:57 UTC (permalink / raw)
  To: Sergey Matyukevich; +Cc: buildroot

Sergey, All,

On 2023-04-01 20:36 +0300, Sergey Matyukevich spake thusly:
> Hi all,
> 
> Here is a patch series with BSP updates for several boards with Allwinner
> arm CPUs. U-Boot version updated to 2023.01 and Linux version updated
> to 6.1.14.
> 
> Note that orangepi-zero and orangepi-zero-plus2 are not updated in this
> patch series. I observe WiFi issues on those boards with Linux v6.1.
> So those issues need to be investigated before updating BSP.
> 
> Regards,
> Sergey
> 
> Sergey Matyukevich (3):
>   configs/linksprite_pcduino_defconfig: bump BSP versions
>   configs/orangepi_one_defconfig: bump BSP versions
>   configs/orangepi_pc_plus: bump BSP versions

Whole series applied to master, thanks!

Regards,
Yann E. MORIN.

>  configs/linksprite_pcduino_defconfig | 6 +++---
>  configs/orangepi_one_defconfig       | 6 +++---
>  configs/orangepi_pc_plus_defconfig   | 6 +++---
>  3 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] 5+ messages in thread

end of thread, other threads:[~2023-04-15 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-01 17:36 [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Sergey Matyukevich
2023-04-01 17:36 ` [Buildroot] [PATCH 1/3] configs/linksprite_pcduino_defconfig: bump BSP versions Sergey Matyukevich
2023-04-01 17:36 ` [Buildroot] [PATCH 2/3] configs/orangepi_one_defconfig: " Sergey Matyukevich
2023-04-01 17:37 ` [Buildroot] [PATCH 3/3] configs/orangepi_pc_plus: " Sergey Matyukevich
2023-04-15 17:57 ` [Buildroot] [PATCH 0/3] allwinner: arm: misc BSP updates Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.