1. 9852cc6 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
  2. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  3. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  4. 9580b32 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
  5. 1c29409 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 12 years ago
  6. a043661 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 12 years ago
  7. 03bae03 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · 12 years ago
  8. a18f323 arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · 12 years ago
  9. 9039c10 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 12 years ago
  10. a402da3 arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · 12 years ago
  11. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  12. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  13. 8c2ef80 arm: Fixed the offset for the no relocation. by Zhong Hongbo · 12 years ago
  14. 1a324a5 arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
  15. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  16. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  17. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  18. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  19. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  20. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  21. 96e7208 remove (double) LED initialization in arm920t start.s by Jens Scharsig · 14 years ago
  22. 52d1fdb ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  23. 899cdd1 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  24. 318cea1 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  25. 007b38f arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  26. 8cfbda9 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  27. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  28. 126897e arm: add ELF relocation support to rest of cpus by Albert Aribaud · 14 years ago
  29. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  30. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  31. 98dd07c ARM: use the same branch insn on all architectures by Wolfgang Denk · 14 years ago
  32. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  33. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  34. 0668d16 arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · 14 years ago
  35. 271a240 ARM: implement relocation for ARM920 by Heiko Schocher · 14 years ago
  36. 9c2cec4 ARM: Align stack to 8 bytes by Vitaly Kuzmichev · 14 years ago
  37. f7c6737 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · 15 years ago[Renamed from cpu/arm920t/start.S]
  38. e0d8131 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  39. d1cacc7 Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  40. 140f044 cpu/arm920t/start.S: include <common.h> to have ROUND() defined by Wolfgang Denk · 15 years ago
  41. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 16 years ago
  42. 07f9b4e Add support for the AT91RM9200EK Board. by Ulf Samuelsson · 16 years ago
  43. 06f3496 AT91: remove non supported board AT91RM9200DF macro by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. ee50904 AT91RM9200DK: fix broken boot from NOR flash by Wolfgang Denk · 16 years ago
  45. f1fbc26 at91rm9200: fix broken boot from nor flash by Jens Scharsig · 16 years ago
  46. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. ecd7ac9 arm920t fix constant error in start.S by Andrew Dyer · 16 years ago
  48. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  49. 090239b Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code" by Guennadi Liakhovetski · 17 years ago
  50. 919ee27 ARM: arm920t: Allow use of 'gd' pointer from IRQ by Harald Welte · 17 years ago
  51. abf2c5d Move coloured led API to status_led.h Improve indentation in drivers/at45.c by Peter Pearse · 17 years ago
  52. bebee19 Final tidy by Peter Pearse · 17 years ago
  53. 782cf16 Changed API name to coloured_led.h by Peter Pearse · 17 years ago
  54. 2c261ca Add coloured led interface for ARM boards. by Peter Pearse · 17 years ago
  55. de5b02c Add MACH_TYPE records for several AT91 boards. by Peter Pearse · 17 years ago
  56. f2e11a7 Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S by Wolfgang Denk · 19 years ago
  57. 7f88a5e Update make target for ARM supported boards. by Wolfgang Denk · 19 years ago
  58. 915b376 Patches by Steven Scholz, 05 Apr 2005: by wdenk · 20 years ago
  59. 3d3d99f Patch by Steven Scholz, 4 Apr 2005: by wdenk · 20 years ago
  60. 336b2bc Prepare for SoC rework of ARM code: by wdenk · 20 years ago
  61. 26c5843 * Patch by Jon Loeliger, 02 Sep 2004: by wdenk · 20 years ago
  62. 7ac1610 * Code cleanup by wdenk · 20 years ago
  63. 7f1447f Patch by Markus Pietrek, 04 May 2004: by wdenk · 20 years ago
  64. 927034e Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
  65. c0aa5c5 * Patch by Gleb Natapov, 19 Sep 2003: by wdenk · 21 years ago
  66. b6b2f0e Support new configuration of TRAB board with more memory by wdenk · 21 years ago
  67. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  68. f4688a2 * Fix data abort exception handling for arm920t CPU by wdenk · 22 years ago
  69. 6b58f33 * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · 22 years ago
  70. fe8c280 Initial revision by wdenk · 22 years ago