Hi,
Our target is to design our own board (with different components than EVM8148) and our own code for specific purpose. To achieve this, we need to modify U-Boot-MIN for our board and replace the second stage U-Boot by our own code. I have two questions about this process:
1. Is there any detail description on how to modify the U-Boot-Min for specific board? For example, if our own board is with different DDR2 or SPI flash than EVM8148 test board, how could I modify the source of U-Boot-MIN for correct DDR and flash setting to make a workable image for our board?
2. The second stage of U-Boot shall finally be replaced by our code. If I build a .out file in CCS, how could I make our board able to boot up alone with our code?
Regards,
Eric