
On Mon, Dec 19, 2011 at 23:26, Michael Kebe michael.kebe@gmail.com wrote:
Thanks, for the hint! There is TEXT_BASE = 0x60d00000.
Here is the output from a bootup of the old U-Boot:
Stage-1 Bootloader Tue Aug 9 16:44:00 CST 2011 Attempting to set PLLA to 750MHz ... plla_ctrl0 : 0x0000000A plla_ctrl1 : 0x000F0000 plla_ctrl2 : 0x001D01A0 plla_ctrl3 : 0x00000017 PLLA Set
Setup memory, testing Reading NAND, Image 0 Hdr len: 0x0001A94C Hdr CRC: 0xF0019DAC OK
U-Boot 1.1.2 (Jun 24 2011 - 09:41:57)
U-Boot code: 60D00000 -> 60D1A94C BSS: -> 60D1F004 RAM Configuration: Bank #0: 60000000 128 MB SRAM Configuration: 64KB at 0x50000000 NAND:128 MiB In: serial Out: serial Err: serial Setting Linux mem= boot arg value Hit any key to stop autoboot: 0
Is the "U-Boot code" the address CONFIG_SYS_UBOOT_BASE should be set to? If so, then both addresses are the same, is that ok?
Thanks for the discussion about how to port a new board into U-Boot. But I think these questions are forgotten, any further hints?