[U-Boot-Users] INFO: U-Boot for AT91RM9200DK
Steven Scholz
steven.scholz at imc-berlin.de
Wed Nov 3 09:57:42 CET 2004
Paugam Luc wrote:
> Hi all,
>
> I am currently working on the port of U-Boot onto a custom board
> containing a ATMEL AT91RM9200. From now I use the ATMEL evaluation
> board (AT91RM9200-DK).
>
> To do that, I grabbed the sources of U-Boot from the CVS server
> and looked at the mailing archive.
> I found the following mail from Steven Scholz which explained that
> ATMEL use a primary bootstrap code 'boot.bin' before booting U-Boot
> (considered as the secondary bootstrap) from SDRAM.
>
> I would like to see U-Boot as the unique boot code and get rid of
> the ATMEL booting method for their AT91RM9200-DK evaluation board.
>
> Does someone already do this job?
> As I don't see it inside the current sources of U-Boot?
Of course.
When my ta91_soc.patch from Oct 10 2004 finally gets applied (Wolfgang?), then
the AT91RM9200 is just an SoC based on ARM920T. And all you have to do is
#define CONFIG_INIT_CRITICAL 1 and write you board specific memsetup() function
to init clocks and SDRAM.
--
Steven
More information about the U-Boot
mailing list