My situation is that
I an designing a product using p2020cpu refering to the design of p2020rdb-pc. I have 4GB DDR, 1G Nor Flash and no PCI.
I have a 36-bit u-boot which memory map is:
0x0_0000_0000 0xf_ffff_ffff DDR
0x1_e000_0000 0x1_e00f_ffff CCSRBAR
0xf_c000_0000 0xf_ffff_ffff NOR (0xf_eff8_0000 uboot)
I want to download the uboot to my board.
I want to know whether the memory map in Codewarrior should be match to the memory map in uboot or not?
The NOR base address is assigned in 0xf_c000_0000, can it work?
I can't understand the meaning of debug 36bit uboot with CodeWarrior, do I need to do it?
Thank you very much.
Best regards,
Min Zhao