RE: [PATCH] net: ftgmac100: Add reset control

2023-10-02 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Thursday, July 27, 2023 9:58 AM > To: Ryan Chen ; ChiaWei Wang > ; BMC-SW ; > j...@jms.id.au; joe.hershber...@ni.com; rfried@gmail.com; > u-boot@lists.denx.de > Cc: kobedy...@gmail.com; Dylan Hung > Subj

[PATCH] configs: evb-ast2600: Enable configs to store env in SPI

2023-02-09 Thread Ryan Chen
Enable defconfigs relevant for storing env on SPI flash. Signed-off-by: Ryan Chen --- configs/evb-ast2600_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig index 3440062156..7c09e846ac 100644 --- a/configs/evb

RE: [PATCH v2 1/1] i2c:aspeed:support ast2600 i2c new register mode driver

2023-01-29 Thread Ryan Chen
> -Original Message- > From: Simon Glass > Sent: Tuesday, January 24, 2023 2:44 AM > To: Ryan Chen > Cc: Heiko Schocher ; BMC-SW ; > u-boot@lists.denx.de > Subject: Re: [PATCH v2 1/1] i2c:aspeed:support ast2600 i2c new register mode > driver > > Hi Ryan,

[PATCH v3 1/2] i2c:aspeed:support ast2600 i2c new register mode driver

2023-01-29 Thread Ryan Chen
Add i2c new register mode driver to support AST2600 i2c new register mode. AST2600 i2c controller have legacy and new register mode. The new register mode have global register support 4 base clock for scl clock selection, and new clock divider mode. Signed-off-by: Ryan Chen --- MAINTAINERS

[PATCH v3 2/2] arm: aspeed: dtsi: add reg for i2c

2023-01-29 Thread Ryan Chen
The i2c driver have global register that i2c bus use ofnode_get_parent to get parent register address. Signed-off-by: Ryan Chen --- arch/arm/dts/ast2600.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi index 8d91eedc17..beabcf14f8

[PATCH v3 0/2] Add ASPEED AST2600 I2C new controller driver

2023-01-29 Thread Ryan Chen
. Ryan Chen (2): i2c:aspeed:support ast2600 i2c new register mode driver arm: aspeed: dtsi: add reg for i2c MAINTAINERS | 6 + arch/arm/dts/ast2600.dtsi | 1 + drivers/i2c/Kconfig | 10 ++ drivers/i2c/Makefile | 1 + drivers/i2c/ast2600_i2c.c | 367

RE: [PATCH v2 1/1] i2c:aspeed:support ast2600 i2c new register mode driver

2023-01-20 Thread Ryan Chen
> -Original Message- > From: Simon Glass > Sent: Saturday, January 21, 2023 5:58 AM > To: Ryan Chen > Cc: Heiko Schocher ; BMC-SW ; > u-boot@lists.denx.de > Subject: Re: [PATCH v2 1/1] i2c:aspeed:support ast2600 i2c new register mode > driver > > Hi Ryan,

RE: [PATCH v2 1/1] i2c:aspeed:support ast2600 i2c new register mode driver

2023-01-19 Thread Ryan Chen
Hello Simon, Sorry, do you have time to check v2 patch? Ryan Chen > -Original Message- > From: Ryan Chen > Sent: Wednesday, January 11, 2023 2:53 PM > To: Heiko Schocher ; Ryan Chen ; > BMC-SW ; u-boot@lists.denx.de > Subject: [PATCH v2 1/1] i2c:aspeed:suppo

RE: [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver

2023-01-14 Thread Ryan Chen
Hello, I resend the v2 version here https://www.mail-archive.com/u-boot@lists.denx.de/msg460560.html Ryan Chen > -Original Message- > From: Simon Glass > Sent: Thursday, January 12, 2023 5:08 AM > To: Ryan Chen > Cc: Heiko Schocher ; BMC-SW ; > u-

RE: [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver

2023-01-09 Thread Ryan Chen
Hello Simon, Thank your feedback. > -Original Message- > From: Simon Glass > Sent: Tuesday, January 10, 2023 3:47 AM > To: Ryan Chen > Cc: Heiko Schocher ; BMC-SW ; > u-boot@lists.denx.de > Subject: Re: [PATCH 1/1] i2c:aspeed:support ast2600 i2c new r

RE: [PATCH 3/3] ram: ast2600: Align the RL and WL setting

2022-11-23 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Friday, November 11, 2022 3:30 PM > To: Ryan Chen ; ChiaWei Wang > ; j...@jms.id.au; Dylan Hung > ; u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 3/3] ram: ast2600: Align the RL and WL setting > > Use ma

RE: [PATCH 2/3] ram: ast2600: Improve ddr4 timing and signal quality

2022-11-23 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Friday, November 11, 2022 3:30 PM > To: Ryan Chen ; ChiaWei Wang > ; j...@jms.id.au; Dylan Hung > ; u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 2/3] ram: ast2600: Improve ddr4 timing and signal quality &

RE: [PATCH 1/3] ram: ast2600: Fix incorrect statement of the register polling

2022-11-23 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Friday, November 11, 2022 3:30 PM > To: Ryan Chen ; ChiaWei Wang > ; j...@jms.id.au; Dylan Hung > ; u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 1/3] ram: ast2600: Fix incorrect statement of the register >

RE: [PATCH 08/10] i2c/aspeed: Add AST2600 compatible

2022-06-21 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 08/10] i2c/aspeed: Add AST2600 compatible >

RE: [PATCH 07/10] i2c/aspeed: Fix reset control

2022-06-21 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 07/10] i2c/aspeed: Fix reset control &

RE: [PATCH 06/10] reset/aspeed: Implement status callback

2022-06-21 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 06/10] reset/aspeed: Implement status

RE: [PATCH 05/10] ARM: dts: ast2600-evb: Add I2C devices

2022-06-20 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 05/10] ARM: dts: ast2600-evb: Add I2C dev

RE: [PATCH 04/10] ARM: dts: ast2500-evb: Add I2C devices

2022-06-20 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 04/10] ARM: dts: ast2500-evb: Add I2C dev

RE: [PATCH 03/10] ARM: dts: ast2600: Dsiable I2C nodes by default

2022-06-20 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 03/10] ARM: dts: ast2600: Dsiable I2C nodes

RE: [PATCH 02/10] ARM: dts: ast2600: Add I2C reset properties

2022-06-20 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: u-boot@lists.denx.de; Cédric Le Goater > Subject: [PATCH 02/10] ARM: dts: ast2600: Add I2C reset pro

RE: [PATCH 01/10] ARM: dts: ast2600: Add I2C pinctrl

2022-06-20 Thread Ryan Chen
> -Original Message- > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Monday, June 20, 2022 3:25 PM > To: Ryan Chen ; BMC-SW > ; Heiko Schocher > Cc: Eddie James ; u-boot@lists.denx.de; Cédric Le > Goater > Subject: [PATCH 01/10] ARM: dts: ast2600: A

RE: [PATCH] arm: dts: ast2600: Add I2C pinctrl

2022-06-06 Thread Ryan Chen
n Wed, 1 Jun 2022 at 16:10, Eddie James wrote: > > > > Set the pinctrl groups for each I2C bus. These are essential to I2C > > operating correctly. > > > > Signed-off-by: Eddie James > > Reviewed-by: Joel Stanley > Reviewed-by: Ryan Chen > > --- >

RE: [PATCH] i2c: ast_i2c: Remove SCL direct drive mode

2022-05-18 Thread Ryan Chen
> -Original Message- > From: Joel Stanley > Sent: Thursday, May 19, 2022 8:28 AM > To: Eddie James ; Ryan Chen > ; BMC-SW > Cc: U-Boot Mailing List ; h...@denx.de > Subject: Re: [PATCH] i2c: ast_i2c: Remove SCL direct drive mode > > On Wed, 11 May 2022 at

RE: [PATCH] gpio: aspeed: Fix incorrect offset of read back register.

2022-04-14 Thread Ryan Chen
> -Original Message- > From: Billy Tsai > Sent: Wednesday, April 13, 2022 1:35 PM > To: Ryan Chen ; ChiaWei Wang > ; BMC-SW ; > and...@aj.id.au; Billy Tsai ; > u-boot@lists.denx.de > Subject: [PATCH] gpio: aspeed: Fix incorrect offset of read back register. >

RE: [PATCH 0/3] gpio: Add AST2[456]00 GPIO driver

2022-02-16 Thread Ryan Chen
Hello Andrew, This patch series are ok, Please help add Reviewed-by: Ryan Chen > -Original Message- > From: Andrew Jeffery > Sent: Wednesday, February 16, 2022 7:57 AM > To: u-boot@lists.denx.de > Cc: max...@google.com; ChiaWei Wang ; > Ryan Chen ; Troy Le

RE: [PATCH] drivers: net: add Aspeed MDIO driver

2021-11-15 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Tuesday, November 2, 2021 1:42 PM > To: u-boot@lists.denx.de; joe.hershber...@ni.com; rfried@gmail.com; > Ryan Chen ; ChiaWei Wang > > Cc: BMC-SW > Subject: [PATCH] drivers: net: add Aspeed MDIO driver >

RE: [PATCH] ARM: dts: ast2600: Make WDT by default disabled

2021-09-16 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Thursday, September 16, 2021 2:10 PM > To: u-boot@lists.denx.de > Cc: Ryan Chen > Subject: [PATCH] ARM: dts: ast2600: Make WDT by default disabled > > The WDT devices described in the general .dtsi file should

RE: [PATCH 7/7] configs: aspeed: Add defconfig for AST2600 EVB

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW > Subject: [PATCH 7/7] configs: aspeed: Add defconfig for AST2600 EVB > > Add the default config

RE: [PATCH 6/7] aspeed: Add AST2600 platform support

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW > Subject: [PATCH 6/7] aspeed: Add AST2600 platform support > > Add low level platform initial

RE: [PATCH 5/7] ARM: dts: aspeed: Add AST2600 SoC support

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW > Subject: [PATCH 5/7] ARM: dts: aspeed: Add AST2600 SoC support > > AST2600 is the 7th generati

RE: [PATCH 4/7] reset: aspeed: Add AST2600 reset support

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW > Subject: [PATCH 4/7] reset: aspeed: Add AST2600 reset support > > Add controller reset support thro

RE: [PATCH 3/7] wdt: aspeed: Add AST2600 watchdog support

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW > Subject: [PATCH 3/7] wdt: aspeed: Add AST2600 watchdog support > > AST2600 has 8 watchdog timers

RE: [PATCH 2/7] ram: aspeed: Add AST2600 DRAM control support

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW ; Dylan Hung > > Subject: [PATCH 2/7] ram: aspeed: Add AST2600 DRAM control support > > From: Dyl

RE: [v2 2/2] cosmetic: reset: ast2500: Rename driver and configs

2020-10-12 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, October 12, 2020 10:36 AM > To: tr...@konsulko.com; u-boot@lists.denx.de; max...@google.com > Cc: Ryan Chen ; BMC-SW > > Subject: [v2 2/2] cosmetic: reset: ast2500: Rename driver and configs > > 1.

RE: [v2 1/2] reset: ast2500: Use SCU for reset control

2020-10-12 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, October 12, 2020 10:36 AM > To: tr...@konsulko.com; u-boot@lists.denx.de; max...@google.com > Cc: Ryan Chen ; BMC-SW > > Subject: [v2 1/2] reset: ast2500: Use SCU for reset control > > The System Co

RE: [PATCH 1/2] reset: ast2500: Use SCU for reset control

2020-09-21 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Tuesday, September 8, 2020 3:21 PM > To: Ryan Chen ; max...@google.com; > u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 1/2] reset: ast2500: Use SCU for reset control > > The System Control Unit (SCU

RE: [PATCH 2/2] cosmetic: reset: ast2500: Rename driver and configs

2020-09-21 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Tuesday, September 8, 2020 3:21 PM > To: Ryan Chen ; max...@google.com; > u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 2/2] cosmetic: reset: ast2500: Rename driver and configs > > 1. Rename AST250

RE: [PATCH 2/2] ram: add ddr4 dual x8 configuration

2020-09-20 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Monday, September 7, 2020 4:25 PM > To: Ryan Chen ; u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 2/2] ram: add ddr4 dual x8 configuration > > the aspeed ddr sdram controller needs to know if the memory chi

RE: [PATCH 1/2] ram: move aspeed ram driver into drivers/ directory

2020-09-20 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Monday, September 7, 2020 4:25 PM > To: Ryan Chen ; u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 1/2] ram: move aspeed ram driver into drivers/ directory > > to improve the maintainability. It is more

RE: [PATCH v2] arm: dts: fix ast2500-evb inclusion for the correct soc family

2020-09-07 Thread Ryan Chen
> -Original Message- > From: Thirupathaiah Annapureddy > Sent: Wednesday, September 2, 2020 4:43 AM > To: u-boot@lists.denx.de > Cc: Maxim Sloyko ; Marek Vasut ; > thir...@microsoft.com; thir...@linux.microsoft.com; Tom Rini > ; ChiaWei Wang ; > Ryan Chen > S

[PATCH v2 0/3] Rename ASPEED SoC clock name

2020-08-31 Thread Ryan Chen
This patch series refactor the exiting ASPEED clock name define sync with Linux kernel. And also add SPDX-License V2 : modify patch 2/3 title form "aspeed:clock:" -> "clock:aspeed:" description Ryan Chen (3): cosmetic: aspeed: ast2500: Rename clock header clock:

[PATCH v2 3/3] cosmetic: aspeed: Modify for SPDX-License

2020-08-31 Thread Ryan Chen
Modify SPDX-License for furture patch warning Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi | 1 + include/dt-bindings/clock/aspeed-clock.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/ast2500-u-boot.dtsi b/arch/arm/dts/ast2500-u

[PATCH v2 1/3] cosmetic: aspeed: ast2500: Rename clock header

2020-08-31 Thread Ryan Chen
Rename the ast2500-scu.h to aspeed-clock.h. Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi| 2 +- arch/arm/mach-aspeed/ast2500/sdram_ast2500.c| 2 +- drivers/clk/aspeed/clk_ast2500.c| 2 +- include/dt

[PATCH v2 2/3] clock:aspeed: Sync with Linux kernel clock header define

2020-08-31 Thread Ryan Chen
v2: modify title description aspeed:clock -> clock:aspeed Use kernel include/dt-bindings/clock/aspeed-clock.h define for clock driver. Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi | 20 +++ drivers/clk/aspeed/clk_ast2500.c | 38 +++-- include

RE: [PATCH 0/3] Rename ASPEED SoC clock name

2020-08-30 Thread Ryan Chen
> -Original Message- > From: Cédric Le Goater > Sent: Saturday, August 29, 2020 4:46 PM > To: Ryan Chen ; ChiaWei Wang > ; BMC-SW ; > lu...@denx.de; eaja...@linux.ibm.com; s...@chromium.org; > u-boot@lists.denx.de; Joel Stanley > Subject: Re: [PATCH 0/3] Rena

[PATCH 2/3] aspeed:clock: Sync with Linux kernel clock header define

2020-08-28 Thread Ryan Chen
Use kernel include/dt-bindings/clock/aspeed-clock.h define for clock driver. Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi | 20 +++ drivers/clk/aspeed/clk_ast2500.c | 38 +++-- include/dt-bindings/clock/aspeed-clock.h | 68 ++-- 3

[PATCH 3/3] cosmetic: aspeed: Modify for SPDX-License

2020-08-28 Thread Ryan Chen
Modify SPDX-License for furture patch warning Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi | 1 + include/dt-bindings/clock/aspeed-clock.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/ast2500-u-boot.dtsi b/arch/arm/dts/ast2500-u

[PATCH 1/3] cosmetic: aspeed: ast2500: Rename clock header

2020-08-28 Thread Ryan Chen
Rename the ast2500-scu.h to aspeed-clock.h. Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi| 2 +- arch/arm/mach-aspeed/ast2500/sdram_ast2500.c| 2 +- drivers/clk/aspeed/clk_ast2500.c| 2 +- include/dt

[PATCH 0/3] Rename ASPEED SoC clock name

2020-08-28 Thread Ryan Chen
This patch series refactor the exiting ASPEED clock name define sync with Linux kernel. And also add SPDX-License Ryan Chen (3): cosmetic: aspeed: ast2500: Rename clock header aspeed:clock: Sync with Linux kernel clock header define cosmetic: aspeed: Modify for SPDX-License arch/arm/dts

[PATCH 1/1] Remove not used export function header.

2020-08-28 Thread Ryan Chen
All driver is use clk dm model, will not use this function call. Signed-off-by: Ryan Chen --- arch/arm/dts/ast2500-u-boot.dtsi| 2 +- arch/arm/mach-aspeed/ast2500/sdram_ast2500.c| 2 +- drivers/clk/aspeed/clk_ast2500.c| 2

RE: [PATCH] arm: dts: fix ast2500-evb inclusion for correct target

2020-08-20 Thread Ryan Chen
Hi > -Original Message- > From: Thirupathaiah Annapureddy [mailto:thir...@linux.microsoft.com] > Sent: Thursday, August 20, 2020 8:16 AM > To: u-boot@lists.denx.de > Cc: Maxim Sloyko ; Marek Vasut ; > ChiaWei Wang ; Ryan Chen > > Subject: Re: [PATCH] arm: dts: f

[U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-08-22 Thread Ryan CHEN
The patch is to add support functions which load and boot WinCE image. It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. The source codes have tested on STLS board. Signed-off-by: Ryan Chen [EMAIL PROTECTED] --- common/Makefile |1 + common/cmd_bootm.c | 32

[U-Boot] [PATCH] Add background serial print and correct search_device function

2008-08-20 Thread Ryan CHEN
if search_device function found device. If found, return dev. Otherwise, return NULL. Signed-off-by: Ryan Chen [EMAIL PROTECTED] --- common/console.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/common/console.c b/common/console.c index 1b095b1..c60baef 100644

Re: [U-Boot] [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!

2008-08-18 Thread Ryan CHEN
will resubmit them ASAP. Thanks for your help! Best Regards, Ryan Chen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2008 6:10 AM To: Ryan CHEN Cc: u-boot@lists.denx.de; Antonio Maria BORNEO Subject: Re: [U-Boot-Users] [Part 2 of A PATCH SERIES