-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-lxatac-bsp: barebox: update to 2024.10.0
From the LXA TAC's point of view this brings two improvements: - Barebox now interprets `GPIO_PULL_UP` / `GPIO_PULL_DOWN` flags in gpio configurations, just like Linux does. This allows us to drop the pinctrl configuration that manually configures pull-up resistors on the two button input lines. - The Fastboot improvements that make `getvar` calls not interrupt the boot process anymore are now mainline and we can drop our backport. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
- Loading branch information
Showing
14 changed files
with
40 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...4.09.0-customers-lxa-tac-20240919-1.patch → ...4.10.0-customers-lxa-tac-20241018-1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= <l.goehrs@pengutronix.de> | ||
Date: Thu, 19 Sep 2024 14:21:41 +0200 | ||
Subject: [PATCH] Release 2024.09.0/customers/lxa/tac/20240919-1 | ||
Date: Fri, 18 Oct 2024 15:31:31 +0200 | ||
Subject: [PATCH] Release 2024.10.0/customers/lxa/tac/20241018-1 | ||
|
||
--- | ||
Makefile | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/Makefile b/Makefile | ||
index 29d94792ffae..fb62e525f9c5 100644 | ||
index 9ef8ea726d19..4c37ef4b2c58 100644 | ||
--- a/Makefile | ||
+++ b/Makefile | ||
@@ -2,7 +2,7 @@ | ||
VERSION = 2024 | ||
PATCHLEVEL = 09 | ||
PATCHLEVEL = 10 | ||
SUBLEVEL = 0 | ||
-EXTRAVERSION = | ||
+EXTRAVERSION =-20240919-1 | ||
+EXTRAVERSION =-20241018-1 | ||
NAME = None | ||
|
||
# *DOCUMENTATION* |
42 changes: 0 additions & 42 deletions
42
...bsp/barebox/files/patches/0201-fastboot-print-all-variables-only-on-getvar-all-and-.patch
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
...bsp/barebox/files/patches/0202-fastboot-retire-strcmp_l1-in-favor-of-str_has_prefix.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.