DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] v8a: rockchip: barebox: version bump 2022.08.0 -> 2022.10.0
@ 2022-11-04  9:50 Michael Tretter
  2022-11-04 10:00 ` Ahmad Fatoum
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Tretter @ 2022-11-04  9:50 UTC (permalink / raw)
  To: distrokit; +Cc: mtr, jzi

The update contains commit 49620c1331e2 ("ARM: dts: rk356x: align
bootsource_instance numbering and MMC DT aliases"), which fixes the SD
card boot and allows the test suite to successfully boot into Linux.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 configs/platform-v8a/barebox-rockchip.config     | 15 +++++++++------
 configs/platform-v8a/rules/barebox-rockchip.make |  4 ++--
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/configs/platform-v8a/barebox-rockchip.config b/configs/platform-v8a/barebox-rockchip.config
index 73b4b6913132..cca9d4a09a16 100644
--- a/configs/platform-v8a/barebox-rockchip.config
+++ b/configs/platform-v8a/barebox-rockchip.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2022.08.0 Configuration
+# Barebox/arm 2022.10.0 Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_LINUX=y
@@ -199,7 +199,6 @@ CONFIG_PARTITION_DISK_DOS=y
 # CONFIG_PARTITION_DISK_EFI is not set
 CONFIG_ENV_HANDLING=y
 CONFIG_DEFAULT_ENVIRONMENT=y
-# CONFIG_DEFAULT_COMPRESSION_GZIP is not set
 CONFIG_DEFAULT_COMPRESSION_NONE=y
 CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW=y
 CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW_MENU=y
@@ -269,6 +268,7 @@ CONFIG_COMPILE_HASH=y
 # CONFIG_CMD_TUTORIAL is not set
 CONFIG_CMD_ARM_CPUINFO=y
 CONFIG_CMD_DEVINFO=y
+# CONFIG_CMD_DEVLOOKUP is not set
 # CONFIG_CMD_DEVUNBIND is not set
 CONFIG_CMD_DMESG=y
 CONFIG_CMD_DRVINFO=y
@@ -488,10 +488,9 @@ CONFIG_PHYLIB=y
 #
 # Network drivers
 #
-# CONFIG_DRIVER_NET_DESIGNWARE is not set
+# CONFIG_DRIVER_NET_BCMGENET is not set
+# CONFIG_DRIVER_NET_DESIGNWARE_GENERIC is not set
 CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y
-# CONFIG_DRIVER_NET_DESIGNWARE_STM32 is not set
-# CONFIG_DRIVER_NET_DESIGNWARE_TEGRA186 is not set
 CONFIG_DRIVER_NET_DESIGNWARE_ROCKCHIP=y
 # CONFIG_DRIVER_NET_FSL_FMAN is not set
 # CONFIG_DRIVER_NET_KS8851_MLL is not set
@@ -643,6 +642,8 @@ CONFIG_MFD_SYSCON=y
 # CONFIG_MFD_STPMIC1 is not set
 # CONFIG_MFD_RN568PMIC is not set
 # CONFIG_MFD_ATMEL_FLEXCOM is not set
+CONFIG_MFD_RK808=y
+# CONFIG_MFD_AXP20X_I2C is not set
 # end of Multifunction device drivers
 
 #
@@ -728,6 +729,7 @@ CONFIG_NVMEM=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED=y
 # CONFIG_REGULATOR_ANATOP is not set
+CONFIG_REGULATOR_RK808=y
 
 #
 # Remoteproc drivers
@@ -811,6 +813,8 @@ CONFIG_FS_EXT4=y
 CONFIG_FS_RAMFS=y
 CONFIG_FS_DEVFS=y
 CONFIG_FS_TFTP=y
+CONFIG_FS_TFTP_MAX_WINDOW_SIZE=128
+CONFIG_FS_TFTP_REORDER_CACHE_SIZE=16
 CONFIG_FS_NFS=y
 CONFIG_FS_FAT=y
 CONFIG_FS_FAT_WRITE=y
@@ -867,7 +871,6 @@ CONFIG_QSORT=y
 #
 # end of Library gui routines
 
-# CONFIG_BAREBOX_LOGO is not set
 # CONFIG_NLS is not set
 # CONFIG_BLOBGEN is not set
 CONFIG_ARCH_HAS_STACK_DUMP=y
diff --git a/configs/platform-v8a/rules/barebox-rockchip.make b/configs/platform-v8a/rules/barebox-rockchip.make
index 39032e0a35ed..eb652e5cd190 100644
--- a/configs/platform-v8a/rules/barebox-rockchip.make
+++ b/configs/platform-v8a/rules/barebox-rockchip.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BAREBOX_ROCKCHIP) += barebox-rockchip
 #
 # Paths and names
 #
-BAREBOX_ROCKCHIP_VERSION	:= 2022.08.0
-BAREBOX_ROCKCHIP_MD5		:= 129a9e66ddb90cad7856df827e1dc574
+BAREBOX_ROCKCHIP_VERSION	:= 2022.10.0
+BAREBOX_ROCKCHIP_MD5		:= c7d0b3f6a32ed1865228e991e39d240d
 BAREBOX_ROCKCHIP		:= barebox-rockchip-$(BAREBOX_ROCKCHIP_VERSION)
 BAREBOX_ROCKCHIP_SUFFIX		:= tar.bz2
 BAREBOX_ROCKCHIP_URL		:= $(call barebox-url, BAREBOX_ROCKCHIP)
-- 
2.30.2




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

* Re: [DistroKit] [PATCH] v8a: rockchip: barebox: version bump 2022.08.0 -> 2022.10.0
  2022-11-04  9:50 [DistroKit] [PATCH] v8a: rockchip: barebox: version bump 2022.08.0 -> 2022.10.0 Michael Tretter
@ 2022-11-04 10:00 ` Ahmad Fatoum
  2022-11-23 20:41   ` Robert Schwebel
  0 siblings, 1 reply; 3+ messages in thread
From: Ahmad Fatoum @ 2022-11-04 10:00 UTC (permalink / raw)
  To: Michael Tretter, distrokit; +Cc: mtr, jzi

Hello Michael,

On 04.11.22 10:50, Michael Tretter wrote:
> The update contains commit 49620c1331e2 ("ARM: dts: rk356x: align
> bootsource_instance numbering and MMC DT aliases"), which fixes the SD
> card boot and allows the test suite to successfully boot into Linux.

We already have: https://lore.distrokit.org/distrokit/d6c7c45f-ae34-f648-583c-195a1158cf8a@pengutronix.de/T/#t

@rsc: Time to pick and merge next into master? :-)

Cheers,
Ahmad

> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> ---
>  configs/platform-v8a/barebox-rockchip.config     | 15 +++++++++------
>  configs/platform-v8a/rules/barebox-rockchip.make |  4 ++--
>  2 files changed, 11 insertions(+), 8 deletions(-)
> 
> diff --git a/configs/platform-v8a/barebox-rockchip.config b/configs/platform-v8a/barebox-rockchip.config
> index 73b4b6913132..cca9d4a09a16 100644
> --- a/configs/platform-v8a/barebox-rockchip.config
> +++ b/configs/platform-v8a/barebox-rockchip.config
> @@ -1,6 +1,6 @@
>  #
>  # Automatically generated file; DO NOT EDIT.
> -# Barebox/arm 2022.08.0 Configuration
> +# Barebox/arm 2022.10.0 Configuration
>  #
>  CONFIG_ARM=y
>  CONFIG_ARM_LINUX=y
> @@ -199,7 +199,6 @@ CONFIG_PARTITION_DISK_DOS=y
>  # CONFIG_PARTITION_DISK_EFI is not set
>  CONFIG_ENV_HANDLING=y
>  CONFIG_DEFAULT_ENVIRONMENT=y
> -# CONFIG_DEFAULT_COMPRESSION_GZIP is not set
>  CONFIG_DEFAULT_COMPRESSION_NONE=y
>  CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW=y
>  CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW_MENU=y
> @@ -269,6 +268,7 @@ CONFIG_COMPILE_HASH=y
>  # CONFIG_CMD_TUTORIAL is not set
>  CONFIG_CMD_ARM_CPUINFO=y
>  CONFIG_CMD_DEVINFO=y
> +# CONFIG_CMD_DEVLOOKUP is not set
>  # CONFIG_CMD_DEVUNBIND is not set
>  CONFIG_CMD_DMESG=y
>  CONFIG_CMD_DRVINFO=y
> @@ -488,10 +488,9 @@ CONFIG_PHYLIB=y
>  #
>  # Network drivers
>  #
> -# CONFIG_DRIVER_NET_DESIGNWARE is not set
> +# CONFIG_DRIVER_NET_BCMGENET is not set
> +# CONFIG_DRIVER_NET_DESIGNWARE_GENERIC is not set
>  CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y
> -# CONFIG_DRIVER_NET_DESIGNWARE_STM32 is not set
> -# CONFIG_DRIVER_NET_DESIGNWARE_TEGRA186 is not set
>  CONFIG_DRIVER_NET_DESIGNWARE_ROCKCHIP=y
>  # CONFIG_DRIVER_NET_FSL_FMAN is not set
>  # CONFIG_DRIVER_NET_KS8851_MLL is not set
> @@ -643,6 +642,8 @@ CONFIG_MFD_SYSCON=y
>  # CONFIG_MFD_STPMIC1 is not set
>  # CONFIG_MFD_RN568PMIC is not set
>  # CONFIG_MFD_ATMEL_FLEXCOM is not set
> +CONFIG_MFD_RK808=y
> +# CONFIG_MFD_AXP20X_I2C is not set
>  # end of Multifunction device drivers
>  
>  #
> @@ -728,6 +729,7 @@ CONFIG_NVMEM=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_FIXED=y
>  # CONFIG_REGULATOR_ANATOP is not set
> +CONFIG_REGULATOR_RK808=y
>  
>  #
>  # Remoteproc drivers
> @@ -811,6 +813,8 @@ CONFIG_FS_EXT4=y
>  CONFIG_FS_RAMFS=y
>  CONFIG_FS_DEVFS=y
>  CONFIG_FS_TFTP=y
> +CONFIG_FS_TFTP_MAX_WINDOW_SIZE=128
> +CONFIG_FS_TFTP_REORDER_CACHE_SIZE=16
>  CONFIG_FS_NFS=y
>  CONFIG_FS_FAT=y
>  CONFIG_FS_FAT_WRITE=y
> @@ -867,7 +871,6 @@ CONFIG_QSORT=y
>  #
>  # end of Library gui routines
>  
> -# CONFIG_BAREBOX_LOGO is not set
>  # CONFIG_NLS is not set
>  # CONFIG_BLOBGEN is not set
>  CONFIG_ARCH_HAS_STACK_DUMP=y
> diff --git a/configs/platform-v8a/rules/barebox-rockchip.make b/configs/platform-v8a/rules/barebox-rockchip.make
> index 39032e0a35ed..eb652e5cd190 100644
> --- a/configs/platform-v8a/rules/barebox-rockchip.make
> +++ b/configs/platform-v8a/rules/barebox-rockchip.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BAREBOX_ROCKCHIP) += barebox-rockchip
>  #
>  # Paths and names
>  #
> -BAREBOX_ROCKCHIP_VERSION	:= 2022.08.0
> -BAREBOX_ROCKCHIP_MD5		:= 129a9e66ddb90cad7856df827e1dc574
> +BAREBOX_ROCKCHIP_VERSION	:= 2022.10.0
> +BAREBOX_ROCKCHIP_MD5		:= c7d0b3f6a32ed1865228e991e39d240d
>  BAREBOX_ROCKCHIP		:= barebox-rockchip-$(BAREBOX_ROCKCHIP_VERSION)
>  BAREBOX_ROCKCHIP_SUFFIX		:= tar.bz2
>  BAREBOX_ROCKCHIP_URL		:= $(call barebox-url, BAREBOX_ROCKCHIP)

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |




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

* Re: [DistroKit] [PATCH] v8a: rockchip: barebox: version bump 2022.08.0 -> 2022.10.0
  2022-11-04 10:00 ` Ahmad Fatoum
@ 2022-11-23 20:41   ` Robert Schwebel
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Schwebel @ 2022-11-23 20:41 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: jzi, distrokit, Michael Tretter, mtr

On Fri, Nov 04, 2022 at 11:00:56AM +0100, Ahmad Fatoum wrote:
> Hello Michael,
> 
> On 04.11.22 10:50, Michael Tretter wrote:
> > The update contains commit 49620c1331e2 ("ARM: dts: rk356x: align
> > bootsource_instance numbering and MMC DT aliases"), which fixes the SD
> > card boot and allows the test suite to successfully boot into Linux.
> 
> We already have: https://lore.distrokit.org/distrokit/d6c7c45f-ae34-f648-583c-195a1158cf8a@pengutronix.de/T/#t
> 
> @rsc: Time to pick and merge next into master? :-)

Done :)

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |



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

end of thread, other threads:[~2022-11-23 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04  9:50 [DistroKit] [PATCH] v8a: rockchip: barebox: version bump 2022.08.0 -> 2022.10.0 Michael Tretter
2022-11-04 10:00 ` Ahmad Fatoum
2022-11-23 20:41   ` Robert Schwebel

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