summaryrefslogtreecommitdiff
path: root/cpu/arm720t
Commit message (Collapse)AuthorAgeLines
...
* Patch by Anders Larsen, 09 Jan 2004:wdenk2004-02-08-19/+29
| | | | | | | | | | ARM memory layout fixes: the abort-stack is now set up in the correct RAM area, and the BSS is zeroed out as it should be. Furthermore, the magic variables 'armboot_end' and 'armboot_end_data' of the linker scripts are replaced by '__bss_start' and '_end', resp., which is a further step to eliminate unnecessary differences between the implementation of the CPU architectures.
* * Patch by Gleb Natapov, 19 Sep 2003:wdenk2003-12-06-37/+26
| | | | | | | | Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c * Patch by Anders Larsen, 17 Sep 2003: Bring ARM memory layout in sync with the documentation: stack and malloc-heap are now located _below_ the U-Boot code
* Support new configuration of TRAB board with more memorywdenk2003-09-17-3/+0
| | | | Minor cleanup of comments
* * Code cleanup:wdenk2003-06-27-5/+1
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* Initial revisionwdenk2002-11-03-0/+429
|
* Initial revisionwdenk2002-11-03-0/+308
|
* Initial revisionwdenk2002-09-08-0/+182
|
* Initial revisionwdenk2002-09-08-0/+126
|
* Initial revisionwdenk2002-09-05-0/+28