<br><font size=2 face="sans-serif">Hi U-boot collective,</font>
<br>
<br><font size=2 face="sans-serif">I am using a NS9750 development board
running U-boot. The booting sequence now is load via a SPI-EEPROM first
which then loads the u-bootloader into the SDRAM and executes u-bootloader
from SDRAM. I wish to boot from the flash instead and have some questions
about the memory map. The documentation in ARM Linux recommended zImage
to loaded to 0x8000 and InitRD to 0x800000. However, u-bootloader is gun-zipping
the zImage to the SDRAM so is there memory address recommended for a unzipped
Image? Similarly is there a recommended address for the INITRD?</font>
<br>
<br><font size=2 face="sans-serif">U-bootloader will be writing the ATAG
parameters I think at 0x100. Is u-bootloader also going to setup the zero
page exception vectors and page tables?</font>
<br>
<br><font size=2 face="sans-serif">Thank you in advance,</font>
<br><font size=2 face="sans-serif">Terence</font>