Re: failed to build u-boot mt7621_rfb_defconfig

2023-10-18 Thread Xiaobo Liu
Thank you

failed to build u-boot mt7621_rfb_defconfig

2023-10-16 Thread Xiaobo Liu
I checkout u-boot tag: v2023.10 https://github.com/u-boot/u-boot/tree/v2023.10 run build: ```shell export STAGING_DIR=/home/foo/openwrt-toolchain-22.03.4-ramips-mt7621_gcc-11.2.0_musl.Linux-x86_64/ make mt7621_rfb_defconfig make CROSS_COMPILE=/home/foo/openwrt-toolchain-22.03.4-ramips-mt7621_gc

[PATCH 4/4] arm64: rk3399: r4s: disabled i2c4 bus during the system boot process

2021-07-06 Thread Xiaobo Tian
Data transmission on the I2C4 bus is not required during the system boot process, so it is disabled Signed-off-by: Xiaobo Tian --- arch/arm/dts/rk3399-nanopi-r4s.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts

[PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet

2021-07-06 Thread Xiaobo Tian
Remove the recommended MAC address from the network card. NanoPi R4S has a EEPROM attached to the 2nd I2C bus (U92), which stores the MAC address. Signed-off-by: Xiaobo Tian --- arch/arm/dts/rk3399-nanopi-r4s.dts | 15 --- 1 file changed, 15 deletions(-) diff --git a/arch/arm/dts

[PATCH 2/4] arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi

2021-07-06 Thread Xiaobo Tian
The host-index-min property is invalid, so it inherits from the sdmmc definition in dtsi. Signed-off-by: Xiaobo Tian --- arch/arm/dts/rk3399-nanopi-r4s.dts | 4 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts index

[PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name

2021-07-06 Thread Xiaobo Tian
Correct the LEDS label name and remove the board type prefix, which is actually unnecessary here, removes the redefined system status LED pin. Signed-off-by: Xiaobo Tian --- arch/arm/dts/rk3399-nanopi-r4s.dts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/dts

[PATCH] arm64: rk3399: Optimize performance and cleanup

2021-07-05 Thread Xiaobo Tian
1. Delete unused Ethernet aliases 2. Modify the label of the LEDS lamp 3. Inherit the definition of the system status lamp in DSTI 4. Removed error 3.3V incorrect use of 5V supply Signed-off-by: Xiaobo Tian --- arch/arm/dts/rk3399-nanopi-r4s.dts | 40 +- 1 file

[PATCH] arm64: rk3399: Optimize performance and cleanup

2021-07-05 Thread Xiaobo Tian
Signed-off-by: Xiaobo Tian --- arch/arm/dts/rk3399-nanopi-r4s.dts | 40 +- 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts index 6f2cf17bf1..a85f4bf491 100644 --- a/arch/arm/dts

[PATCH] rockchip: rk3399: adjust Nanopi R4S board power layout

2021-07-04 Thread xiaobo
1. Modify the VCC VDD power layout 2. Modify Ethernet1 interface of PCIE0 Reviewed-by: Kever Yang Signed-off-by: xiaobo --- arch/arm/dts/rk3399-nanopi-r4s.dts | 85 ++ 1 file changed, 63 insertions(+), 22 deletions(-) diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts

[PATCH] rockchip: rk3399: adjust Nanopi R4S board power layout

2021-07-04 Thread xiaobo
1. Modify the VCC VDD power layout 2. Modify Ethernet1 interface of PCIE0 Signed-off-by: xiaobo --- arch/arm/dts/rk3399-nanopi-r4s.dts | 85 ++ 1 file changed, 63 insertions(+), 22 deletions(-) diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399

[PATCH] arm64: rk3399: adjust vdd power layout

2021-07-01 Thread xiaobo
1. R4S passive silent heat dissipation based on metal housing, no active heat dissipation by fan, so PWM-Fan and CPU_Thermal are removed 2. Modify Ethernet1 interface of PCIE0 3. Modify the VCC VDD power layout Signed-off-by: xiaobo --- arch/arm/dts/rk3399-nanopi-r4s.dts | 79

[PATCH] arm64: rk3399: adjust vdd power layout

2021-07-01 Thread xiaobo
1. R4S passive silent heat dissipation based on metal housing, no active heat dissipation by fan, so PWM-Fan and CPU_Thermal are removed 2. Modify Ethernet1 interface of PCIE0 3. Modify the VCC VDD power layout Signed-off-by: xiaobo --- arch/arm/dts/rk3399-nanopi-r4s.dts | 79

[PATCH] arm64: rk3399: Add support NanoPi R4s 1gb

2021-06-07 Thread xiaobo
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with dual-Core Cortex-A72 and Mali-T864 GPU with 1GiB(DDR3-1866) of RAM Signed-off-by: xiaobo --- arch/arm/dts/Makefile | 1 + .../arm/dts/rk3399-nanopi-r4s-1gb-u-boot.dtsi | 16 ++ arch/arm/dts/rk3399

[PATCH] arm64: rk3399: Add support NanoPi R4s 1gb

2021-06-07 Thread xiaobo
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with dual-Core Cortex-A72 and Mali-T864 GPU with 1GiB(DDR3-1866) of RAM Signed-off-by: xiaobo --- arch/arm/dts/Makefile | 1 + .../arm/dts/rk3399-nanopi-r4s-1gb-u-boot.dtsi | 16 ++ arch/arm/dts/rk3399

[PATCH] Prepare v2021.07-rc4

2021-06-07 Thread xiaobo
From: Tom Rini Signed-off-by: Tom Rini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e048113ae2..a73481d18c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 2021 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAV

[PATCH] Revert "spl: Drop bd_info in the data section"

2021-04-20 Thread xiaobo
From: Alexandru Gagniuc This reverts commit 38d6b7ebdaee3e0e8426ef1b9df88bdce8ae2e75. struct global_data contains a pointer to the bd_info structure. This pointer was populated spl_set_bd() to a pre-allocated bd_info in the ".data" section. The referenced commit replaced this mechanism to one th

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-27 Thread xiaobo
From: Xiaobo Tian NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card support, including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0 port. port.It also has two GPIO headers which

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-08 Thread xiaobo
From: Xiaobo Tian NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card support, including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0 port. port.It also has two GPIO headers which

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-08 Thread xiaobo
From: Xiaobo Tian NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card support, including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0 port. port.It also has two GPIO headers which

[PATCH] arm64: rk3399: Add support NanoPi R4s

2021-02-08 Thread xiaobo
From: Xiaobo Tian NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card support, including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0 port. port.It also has two GPIO headers which

[U-Boot] [PATCH] powerpc/t4240rdb: enable eSDHC 3.3V support

2014-11-17 Thread Xie Xiaobo
The SD supply Voltage was 3.3V on T4240RDB, so enabled 3.3V support for eSDHC. Signed-off-by: Xie Xiaobo Signed-off-by: Wujie Qiu --- include/configs/T4240RDB.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index 13f4bd3..38ea1ba

[U-Boot] [PATCH] AR8035/phy: Enable autonegotiation function for ar8035

2014-04-11 Thread Xie Xiaobo
iation. Then removed the genphy_config_aneg() function. Signed-off-by: Xie Xiaobo --- drivers/net/phy/atheros.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c index b80980d..7993ec9 100644 --- a/drivers/net/phy/

[U-Boot] [PATCH v2] powerpc/85xx: Add TWR-P10xx board support

2013-06-24 Thread Xie Xiaobo
Xiaobo --- board/freescale/p1_twr/Makefile | 52 board/freescale/p1_twr/ddr.c| 71 + board/freescale/p1_twr/law.c| 32 ++ board/freescale/p1_twr/p1_twr.c | 297 +++ board/freescale/p1_twr/tlb.c| 92 ++ boards.cfg | 1 + include

[U-Boot] [PATCH v2] sf: spansion: Add support for S25FL128S

2013-05-31 Thread Xie Xiaobo
SPANSION recommend S25FL128S supersedes S25FL129P, and the two flash memory have the same device ID and Memory architecture. So they can use the same config parameters. Signed-off-by: Xie Xiaobo --- drivers/mtd/spi/spansion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[U-Boot] [PATCH][v2] powerpc/85xx: Add TWR-P10xx board support

2013-04-25 Thread Xie Xiaobo
Xiaobo --- arch/powerpc/include/asm/immap_85xx.h | 5 + board/freescale/p1_twr/Makefile | 52 +++ board/freescale/p1_twr/ddr.c | 71 board/freescale/p1_twr/law.c | 32 ++ board/freescale/p1_twr/p1_twr.c | 311 + board/freescale/p1_twr/tlb.c

[U-Boot] [PATCH] powerpc/85xx: Add TWR-P10xx board support

2013-04-11 Thread Xie Xiaobo
Xiaobo --- arch/powerpc/include/asm/immap_85xx.h | 2 + board/freescale/p1_twr/Makefile | 52 +++ board/freescale/p1_twr/ddr.c | 71 board/freescale/p1_twr/law.c | 32 ++ board/freescale/p1_twr/p1_twr.c | 333 board/freescale/p1_twr/tlb.c

[U-Boot] [PATCH] phylib: Add Atheros AR8035 GETH PHY support

2013-04-10 Thread Xie Xiaobo
Signed-off-by: Xie Xiaobo --- drivers/net/phy/atheros.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c index 9b3808b..4691f85 100644 --- a/drivers/net/phy/atheros.c +++ b/drivers/net/phy

[U-Boot] [PATCH] sf: spansion: Add support for S25FL128S

2013-02-04 Thread Xie Xiaobo
SPANSION recommend S25FL128S supersedes S25FL129P, and the two flash memory have the same device ID and Memory architecture. So they can use the same config parameters. Signed-off-by: Xie Xiaobo --- drivers/mtd/spi/spansion.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[U-Boot] [PATCH] phylib: Enable AR8021 phy support

2011-11-11 Thread Xie Xiaobo
Enable AR8021 as it used on Freescale Combo boards. The Combo boards included P1020RDB-PC, P1021RDB-PC, P2020RDB-PC, P1020UTM-PC, and P1020MSBG-PC. Signed-off-by: Xie Xiaobo --- include/config_phylib_all_drivers.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include