1. d3842c4 arm: Check for valid FDT after console is up by Simon Glass · 13 years ago
  2. ef980a7 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · 13 years ago
  3. 0dfccbe davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  4. d2a9424 net: rtl8109: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  5. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  6. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  7. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · 13 years ago
  8. dc6fa64 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · 13 years ago
  9. 3433dd7 fdt: ARM: Implement and verify embedded and separate device tree by Simon Glass · 13 years ago
  10. 1712b56 arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  11. 706c234 arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  12. bff3b82 arch/arm/lib/board.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  13. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  14. e3c4c94 POST/arm: adaptations needed for POST on ARM to work by Valentin Longchamp · 13 years ago
  15. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  16. fffbb97 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  17. fa94c28 arm: fix bd pointer dereference prior initialization by Igor Grinberg · 13 years ago
  18. b852aaf arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize by Heiko Schocher · 13 years ago
  19. 417e073 cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · 13 years ago
  20. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  21. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  22. 0689067 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  23. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · 13 years ago
  24. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  25. ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  26. 24599de run arm_pci_init after relocation by Michael Schwingen · 14 years ago
  27. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago
  28. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 14 years ago
  29. a346ba9 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · 14 years ago
  30. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  31. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  32. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  33. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  34. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  35. aac7359 ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · 14 years ago
  36. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
  37. a93ec57 env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · 14 years ago
  38. 6d1fcb1 arm: implement ELF relocations by Albert Aribaud · 14 years ago
  39. 1fb49e3 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · 14 years ago
  40. aeb2991 ARM: add relocation support by Heiko Schocher · 14 years ago
  41. b4eceac Save environment data to mmc. by Terry Lv · 15 years ago
  42. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  43. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_arm/board.c]
  44. ff7a5ca fsl_esdhc: add support for mx51 processor by Stefano Babic · 15 years ago
  45. 27c6e0b ARM Don't inline weak symbols by Ron Lee · 15 years ago
  46. 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
  47. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
  48. ed52770 Standardize mem_malloc_init() implementation by Peter Tyser · 15 years ago
  49. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  50. 3bf5d83 Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
  51. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  52. 50ff6df arm: add support for CONFIG_GENERIC_MMC by Ilya Yanok · 15 years ago
  53. beb957c make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. 9819670 arch_misc_init support for ARM architectures by Prafulla Wadaskar · 16 years ago
  55. de510ba arm: remove cpu_init by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. 225bb68 ARM Add blue colour LED to status_led. by Tom Rix · 16 years ago
  57. 8c9fc00 arm: timer and interrupt init rework by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. b81464e lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · 16 years ago
  59. afd16e2 lib_arm/board.c: remove misleading "test-only" comment. by Wolfgang Denk · 16 years ago
  60. 23164f1 at91sam9/at91cap: improve clock framework by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  61. 198a289 cmc_pu2: get mac address from environment by Mike Frysinger · 16 years ago
  62. 7a2043d arm: get mac address from environment by Mike Frysinger · 16 years ago
  63. b802310 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  64. 413fc0a Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  65. 9d9689f API: Provide syscall entry point for the ARM architecture. by Rafal Jaworowski · 16 years ago
  66. ac94af4 ARM: remove unused variable by Guennadi Liakhovetski · 16 years ago
  67. 86588ea ixp: move pci init in arm/board instead of cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  68. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  69. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. e89dc94 Fix bug: in arch-arm, env_get_char dose not work fine by gnusercn · 16 years ago
  71. 221599dd Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM" by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  72. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
  73. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  74. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  75. 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  76. e898dfd Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · 17 years ago
  77. f6f8665 Add ATMEL LCD driver by Stelian Pop · 17 years ago
  78. b5a7541 Fix implicit declaration build warnings by Marcel Ziswiler · 17 years ago
  79. b7d1164 ARM: add I2C init function call in lib_arm/board.c by Hebbar · 17 years ago
  80. 6beda0c ARM: support board-specific ethernet PHY init by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  81. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  82. 5ced83e Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 17 years ago
  83. ebc1591 Coding Style cleanup. by Wolfgang Denk · 17 years ago
  84. af3d11c OneNAND support (take #2) by Kyungmin Park · 17 years ago
  85. 990ac3b Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  86. 5ab4f03 PXA270: Add support for multiple serial ports. by stefano babic · 17 years ago
  87. 2c261ca Add coloured led interface for ARM boards. by Peter Pearse · 17 years ago
  88. e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
  89. 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  90. 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  91. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  92. b643732 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · 19 years ago
  93. 10e4f54 More GCC 4.x woes by Wolfgang Denk · 19 years ago
  94. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  95. 2105aa2 Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
  96. f4a5c61 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
  97. aedd96a Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · 19 years ago
  98. 21e69a0 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
  99. 7a132ae Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · 19 years ago
  100. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago