-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95bd0ba
commit 6083f36
Showing
5 changed files
with
545 additions
and
7 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
42 changes: 42 additions & 0 deletions
42
patch/u-boot/v2024.10/board_bigtreetech-cb2/bigtreetech-cb2-z-defconfig-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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: JohnTheCoolingFan <[email protected]> | ||
Date: Tue, 12 Nov 2024 16:19:49 +0000 | ||
Subject: Patching u-boot rockchip64 files | ||
configs/bigtreetech-cb2-rk3566_defconfig | ||
|
||
Signed-off-by: JohnTheCoolingFan <[email protected]> | ||
--- | ||
configs/bigtreetech-cb2-rk3566_defconfig | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/configs/bigtreetech-cb2-rk3566_defconfig b/configs/bigtreetech-cb2-rk3566_defconfig | ||
index 2f427107089..bec31c94e3f 100644 | ||
--- a/configs/bigtreetech-cb2-rk3566_defconfig | ||
+++ b/configs/bigtreetech-cb2-rk3566_defconfig | ||
@@ -2,10 +2,11 @@ CONFIG_ARM=y | ||
CONFIG_ARCH_ROCKCHIP=y | ||
CONFIG_SYS_MALLOC_F_LEN=0x80000 | ||
CONFIG_SF_DEFAULT_SPEED=20000000 | ||
CONFIG_DEFAULT_DEVICE_TREE="rk3566-bigtreetech-cb2" | ||
CONFIG_ROCKCHIP_RK3568=y | ||
+CONFIG_ROCKCHIP_SPI_IMAGE=y | ||
CONFIG_SPL_SERIAL=y | ||
CONFIG_DEBUG_UART_BASE=0xFE660000 | ||
CONFIG_DEBUG_UART_CLOCK=24000000 | ||
CONFIG_SPL_LIBDISK_SUPPORT=y | ||
CONFIG_SPL_SPI_FLASH_SUPPORT=y | ||
@@ -95,10 +96,11 @@ CONFIG_SPL_RAM=y | ||
CONFIG_ROCKCHIP_SDRAM_COMMON=y | ||
CONFIG_BAUDRATE=1500000 | ||
CONFIG_DEBUG_UART_SHIFT=2 | ||
CONFIG_SYS_NS16550_MEM32=y | ||
CONFIG_ROCKCHIP_SFC=y | ||
+CONFIG_ROCKCHIP_SPI=y | ||
CONFIG_SYSRESET=y | ||
CONFIG_USB=y | ||
CONFIG_USB_XHCI_HCD=y | ||
CONFIG_USB_XHCI_DWC3=y | ||
CONFIG_USB_XHCI_PCI=y | ||
-- | ||
Created with Armbian build tools https://github.com/armbian/build | ||
|
30 changes: 30 additions & 0 deletions
30
patch/u-boot/v2024.10/board_bigtreetech-cb2/bigtreetech-cb2-z-defconfig-2.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: JohnTheCoolingFan <[email protected]> | ||
Date: Wed, 13 Nov 2024 12:39:59 +0000 | ||
Subject: Patching u-boot rockchip64 files | ||
configs/bigtreetech-cb2-rk3566_defconfig | ||
|
||
Signed-off-by: JohnTheCoolingFan <[email protected]> | ||
--- | ||
configs/bigtreetech-cb2-rk3566_defconfig | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/configs/bigtreetech-cb2-rk3566_defconfig b/configs/bigtreetech-cb2-rk3566_defconfig | ||
index bec31c94e3f..e68e8965810 100644 | ||
--- a/configs/bigtreetech-cb2-rk3566_defconfig | ||
+++ b/configs/bigtreetech-cb2-rk3566_defconfig | ||
@@ -89,10 +89,11 @@ CONFIG_PCIE_DW_ROCKCHIP=y | ||
CONFIG_PHY_ROCKCHIP_INNO_USB2=y | ||
CONFIG_PHY_ROCKCHIP_NANENG_COMBOPHY=y | ||
CONFIG_SPL_PINCTRL=y | ||
CONFIG_DM_PMIC=y | ||
CONFIG_PMIC_RK8XX=y | ||
+CONFIG_SPL_PMIC_RK8XX=y | ||
CONFIG_REGULATOR_RK8XX=y | ||
CONFIG_SPL_RAM=y | ||
CONFIG_ROCKCHIP_SDRAM_COMMON=y | ||
CONFIG_BAUDRATE=1500000 | ||
CONFIG_DEBUG_UART_SHIFT=2 | ||
-- | ||
Created with Armbian build tools https://github.com/armbian/build | ||
|
Oops, something went wrong.