Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | -17/+10 |
| | | | | Signed-off-by: Heiko Schocher <hs@denx.de> | |||
* | AVR32: Resource management rewrite | Haavard Skinnemoen | 2007-04-14 | -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 support | Wolfgang Denk | 2006-10-24 | -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> |