-
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 one for the defconfig 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
ec5e528
commit 9443e4e
Showing
44 changed files
with
151 additions
and
2,643 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-2022 | ||
# | ||
# 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 |
---|---|---|
|
@@ -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.