@Tom,
I build this patch u-boot for you to test, you can use following command in u-boot prompt to load this specialize u-boot for testing,
Marvell>>ext2load mmc 0 0x01600000 /testing-u-boot.bin
474076 bytes read
Marvell>> go 0x01600000
And you should see,
Marvell>> ext2load mmc 0 0x01600000 /testing-u-boot.bin
474076 bytes read
Marvell>> go 0x01600000
## Starting application at 0x01600000 ...
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: SHEEVA PLUG LE
U-Boot 1.1.4 (Jan 4 2010 - 20:54:50) Marvell version: 3.4.27
U-Boot code: 01600000 -> 0167FFF0 BSS: -> 016CFEE0
Soc: 88F6281 A0 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 24M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (24M - 23M): Done
NAND:512 MB
Flash: 0 kB
CPU : Marvell Feroceon (Rev 1)
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
Marvell>> version
U-Boot 1.1.4 (Jan 4 2010 - 20:54:50) Marvell version: 3.4.27 - pingtoo patch.03
usb-hub-testing
Marvell>>
Now you in the patched u-boot, you can start verify if this patch work as you expected.