u-boot-brain/lib_avr32
Haavard Skinnemoen c841beedde AVR32: Split start_u_boot into board_init_f and board_init_r
Split the avr32 initialization code into a function to run before
relocation, board_init_f and a function to run after relocation,
board_init_r. For now, board_init_f simply calls board_init_r
at the end.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-04-14 15:20:20 +02:00
..
avr32_linux.c Add AVR32 architecture support 2006-10-24 14:21:16 +02:00
board.c AVR32: Split start_u_boot into board_init_f and board_init_r 2007-04-14 15:20:20 +02:00
div64.c Add AVR32 architecture support 2006-10-24 14:21:16 +02:00
interrupts.c Add AVR32 architecture support 2006-10-24 14:21:16 +02:00
Makefile Fix "ar" flags in some Makefiles to allow for silent "make -s" 2006-10-27 11:55:21 +02:00
memset.S Add AVR32 architecture support 2006-10-24 14:21:16 +02:00