> I know that u-boot provides commands to access memory but I have seen that in > some cases it also properly set-up board specific HW resources included > flash, SDRAM etc (I think but not really sure because i'm a newbe on this > subject, that some of these initialization could be provided by updating the > u-boot with the proper patches). > Our problem is that neither the fist atmel bootstrap code (AT91Bootstrap) nor > the atmel (AT91SAM9261 board) u-boot patch provide initialization for that > kind of SRAM. This is the job you have to do to port U-Boot to your platform. In platform-specific initialization code (typically located in board/<your_board>/<your_board>.c) you can add this stuff.
Regards, llandre DAVE Electronics System House - R&D Department web: http://www.dave.eu email: r&[EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
