Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-14 | AVR32: Resource management rewrite | Haavard Skinnemoen | |
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> | |||
2006-10-27 | Fix "ar" flags in some Makefiles to allow for silent "make -s" | Wolfgang Denk | |
2006-10-25 | Finish up support for the ATSTK1000/ATSTK1002 boards | Haavard Skinnemoen | |
Add atstk1002_config target to Makefile and move the AVR32 section down below Blackfin so that it doesn't end up in the middle of MIPS. Drop the autogenerated linker script thing for now. Will have to revisit how to handle chips with different flash and RAM layout later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2006-10-24 | Move atstk1000 files into vendor specific directory. | Wolfgang Denk | |
Patch by Haavard Skinnemoen, 12 Sep 2006 |