-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump U-Boot to 2024.01 for Raspberry Pi and Home Assistant Yellow * Regenerated using --no-thread By default git creates some email headers. We can minimize them using --no-thread. * Fix build for Yellow * Update U-Boot for ASUS Tinker Board * Update U-Boot for Khadas VIM3 * Update U-Boot for ODROID-M1 * Update U-Boot for Home Assistant Green * Update U-Boot for ODROID-C2/C4/N2/XU4
- Loading branch information
Showing
40 changed files
with
153 additions
and
1,364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
From 966cd1782632bc8279667955ec315e93c89495e6 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <966cd1782632bc8279667955ec315e93c89495e6.1645627366.git.stefan@agner.ch> | ||
From 48021de3511573e8dda7c3c0446ba85eeb37921a Mon Sep 17 00:00:00 2001 | ||
From: Pascal Vizeli <[email protected]> | ||
Date: Fri, 24 Apr 2020 12:41:50 +0000 | ||
Subject: [PATCH 1/2] SPL: modify load address of U-Boot | ||
Subject: [PATCH] SPL: modify load address of U-Boot | ||
|
||
Default load address of U-Boot is at sector 16384, which is where HAOS | ||
has its first partition. Use 0x2000 (8192) instead. | ||
|
@@ -15,23 +14,23 @@ Signed-off-by: Stefan Agner <[email protected]> | |
2 files changed, 2 insertions(+) | ||
|
||
diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig | ||
index a9c9a122f6..b839fdb570 100644 | ||
index 303c3295be..398ba196b5 100644 | ||
--- a/configs/tinker-rk3288_defconfig | ||
+++ b/configs/tinker-rk3288_defconfig | ||
@@ -92,3 +92,4 @@ CONFIG_VIDEO_ROCKCHIP=y | ||
@@ -101,3 +101,4 @@ CONFIG_VIDEO_ROCKCHIP=y | ||
CONFIG_DISPLAY_ROCKCHIP_HDMI=y | ||
CONFIG_CMD_DHRYSTONE=y | ||
CONFIG_ERRNO_STR=y | ||
+CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x2000 | ||
diff --git a/configs/tinker-s-rk3288_defconfig b/configs/tinker-s-rk3288_defconfig | ||
index f367c9370f..c52b0753ec 100644 | ||
index 3267fdc082..1e781c18ae 100644 | ||
--- a/configs/tinker-s-rk3288_defconfig | ||
+++ b/configs/tinker-s-rk3288_defconfig | ||
@@ -94,3 +94,4 @@ CONFIG_DISPLAY_ROCKCHIP_HDMI=y | ||
@@ -103,3 +103,4 @@ CONFIG_DISPLAY_ROCKCHIP_HDMI=y | ||
CONFIG_CONSOLE_SCROLL_LINES=10 | ||
CONFIG_CMD_DHRYSTONE=y | ||
CONFIG_ERRNO_STR=y | ||
+CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x2000 | ||
-- | ||
2.35.1 | ||
2.43.0 | ||
|
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,7 @@ | ||
From 98674c65a6595e7ac554f7ec9d6f0228556756f6 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <98674c65a6595e7ac554f7ec9d6f0228556756f6.1645627366.git.stefan@agner.ch> | ||
In-Reply-To: <966cd1782632bc8279667955ec315e93c89495e6.1645627366.git.stefan@agner.ch> | ||
References: <966cd1782632bc8279667955ec315e93c89495e6.1645627366.git.stefan@agner.ch> | ||
From defc964eaa9f4ccc9cd1568ade4e4d81f35b9e07 Mon Sep 17 00:00:00 2001 | ||
From: Pascal Vizeli <[email protected]> | ||
Date: Fri, 24 Apr 2020 11:37:55 +0000 | ||
Subject: [PATCH 2/2] pmic: enable LDO2 vcc33_mipi at bootup | ||
Subject: [PATCH] pmic: enable LDO2 vcc33_mipi at bootup | ||
|
||
Signed-off-by: Pascal Vizeli <[email protected]> | ||
--- | ||
|
@@ -64,5 +61,5 @@ index f85209c649..6fa1bb0c66 100644 | |
+} | ||
+#endif | ||
-- | ||
2.35.1 | ||
2.43.0 | ||
|
48 changes: 0 additions & 48 deletions
48
...ardkernel/odroid-m1/patches/uboot/0001-ata-dwc_ahci-Fix-support-for-other-platforms.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.