u-boot-brain/board/atmel/atstk1000
Haavard Skinnemoen df548d3c3e AVR32: Resource management rewrite
Rewrite the resource management code (i.e. I/O memory, clock gating,
gpio) so it doesn't depend on any global state. This is necessary
because this code is heavily used before relocation to RAM, so we
can't write to any global variables.

As an added bonus, this makes u-boot's memory footprint a bit smaller,
although some functionality has been left out; all clocks are enabled
all the time, and there's no checking for gpio line conflicts.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-04-14 15:20:27 +02:00
..
atstk1000.c AVR32: Resource management rewrite 2007-04-14 15:20:27 +02:00
config.mk Move atstk1000 files into vendor specific directory. 2006-10-24 14:51:36 +02:00
flash.c Move atstk1000 files into vendor specific directory. 2006-10-24 14:51:36 +02:00
Makefile Fix "ar" flags in some Makefiles to allow for silent "make -s" 2006-10-27 11:55:21 +02:00
u-boot.lds Finish up support for the ATSTK1000/ATSTK1002 boards 2006-10-25 23:44:48 +02:00