summaryrefslogtreecommitdiffstats
path: root/lib_avr32/avr32_linux.c
Commit message (Collapse)AuthorAgeFilesLines
* make show_boot_progress () weak.Heiko Schocher2007-07-131-17/+10
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* AVR32: Resource management rewriteHaavard Skinnemoen2007-04-141-2/+2
| | | | | | | | | | | | | 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>
* Add AVR32 architecture supportWolfgang Denk2006-10-241-0/+315
Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
OpenPOWER on IntegriCloud