-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most of our patches are merged now, just one DT change, a small fix for the signing script and a fix for the board detection are remaining. In this latest upstream version, we folded PG1 and PG2 U-Boot configs into a single one again, generating both artifacts in the same run. Consequently, we can simplify the build as there is now only one recipe as well. We need to drop the disabling of CONFIG_DISTRO_DEFAULTS from the secure boot configuration as this would make distro_bootcmd unavailable. Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information
1 parent
91df62c
commit 14ebdc4
Showing
44 changed files
with
136 additions
and
2,646 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 was deleted.
Oops, something went wrong.
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,5 +1,5 @@ | ||
# | ||
# Copyright (c) Siemens AG, 2019-2021 | ||
# Copyright (c) Siemens AG, 2019-2023 | ||
# | ||
# Authors: | ||
# Le Jin <[email protected]> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Li Hua Qian <[email protected]> | ||
Date: Wed, 7 Jun 2023 11:29:59 +0800 | ||
Subject: [PATCH] Add a reserved memory for watchdog | ||
Date: Tue, 29 Aug 2023 11:46:21 +0800 | ||
Subject: [PATCH] Watchdog: Support WDIOF_CARDRESET on TI AM65x platform | ||
|
||
To have the WDIOF_CARDRESET support for the TI AM65x platform watchdog, | ||
this patch reserves the memory, which indicates if the current boot due | ||
this patch reserves some memories, which indicate if the current boot due | ||
to a watchdog reset. | ||
|
||
Signed-off-by: Li Hua Qian <[email protected]> | ||
|
@@ -13,7 +13,7 @@ Signed-off-by: Li Hua Qian <[email protected]> | |
1 file changed, 11 insertions(+) | ||
|
||
diff --git a/arch/arm/dts/k3-am65-iot2050-common.dtsi b/arch/arm/dts/k3-am65-iot2050-common.dtsi | ||
index e60006be..acc41335 100644 | ||
index 65da226847f..b6135b849f1 100644 | ||
--- a/arch/arm/dts/k3-am65-iot2050-common.dtsi | ||
+++ b/arch/arm/dts/k3-am65-iot2050-common.dtsi | ||
@@ -64,6 +64,12 @@ | ||
|
@@ -29,7 +29,7 @@ index e60006be..acc41335 100644 | |
}; | ||
|
||
leds { | ||
@@ -731,6 +737,11 @@ | ||
@@ -720,6 +726,11 @@ | ||
mboxes = <&mailbox0_cluster1 &mbox_mcu_r5fss0_core1>; | ||
}; | ||
|
||
|
52 changes: 0 additions & 52 deletions
52
recipes-bsp/u-boot/files/0001-efi_loader-Improve-console-screen-clearing-and-reset.patch
This file was deleted.
Oops, something went wrong.
69 changes: 0 additions & 69 deletions
69
recipes-bsp/u-boot/files/0002-env-Complete-generic-support-for-writable-list.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.