DistroKit Mailinglist
 help / color / mirror / Atom feed
From: "Daniel Brát" <danek.brat@gmail.com>
To: distrokit@pengutronix.de
Cc: "Daniel Brát" <danek.brat@gmail.com>
Subject: [DistroKit] [PATCH] v8a/rockchip: barebox: bump version to 2022.10.0
Date: Wed, 19 Oct 2022 15:08:17 +0200	[thread overview]
Message-ID: <20221019130817.7297-1-danek.brat@gmail.com> (raw)

Bumps barebox version to 2022.10.0. This version has correctly working
bootsource detection. Tested working on Radxa rock 3A v1.3.

Signed-off-by: Daniel Brát <danek.brat@gmail.com>
---
 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 73b4b69..cca9d4a 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 39032e0..eb652e5 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.38.0




             reply	other threads:[~2022-10-19 13:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19 13:08 Daniel Brát [this message]
2022-10-19 13:14 ` Ahmad Fatoum
2022-11-23 20:41 ` Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221019130817.7297-1-danek.brat@gmail.com \
    --to=danek.brat@gmail.com \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox