In the PSP U-Boot document, there is a flow chart in the section "NOR Boot". Is this code and logic already in U-Boot or is it modifications that I would need to make? The Flow-chart illustrates that u-boot determines if it's running from NOR or from DDR, and copies the nor-init code to ddr, executes it, and returns to NOR. What modifications would I need to make in order to initialize address lines A[27:13].. The doc says "Since ROM code does not initialize all 25 address lines...". I need to initialize all *27* address lines. Our design uses a 128MB NOR flash, not 64MB. So I need to be able to address the entire address range.
Thank you in advance for any help!