1. 2d3be7c led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  2. cba4b18 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  3. 15c2e2c arm: fix bd pointer dereference prior initialization by Igor Grinberg · 13 years ago
  4. b2b8f98 arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize by Heiko Schocher · 13 years ago
  5. ceb1d6d cosmetic: arm: lib/board.c: Coding Style cleanup by Heiko Schocher · 13 years ago
  6. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  7. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  8. 7eb2939 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  9. c2dd0d4 armv7: integrate cache maintenance support by Aneesh V · 13 years ago
  10. e47f2db armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  11. 9623c15 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  12. 1ed63c5 run arm_pci_init after relocation by Michael Schwingen · 13 years ago
  13. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  14. d32a1a4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 14 years ago
  15. 6445a30 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · 14 years ago
  16. f326cbb arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  17. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  18. 296cae7 arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  19. a9aa392 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  20. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  21. cdb1d4f ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · 14 years ago
  22. 6d8d4ef Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
  23. d470a6f env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · 14 years ago
  24. 92d5ecb arm: implement ELF relocations by Albert Aribaud · 14 years ago
  25. 7b37a27 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · 14 years ago
  26. f1d2b31 ARM: add relocation support by Heiko Schocher · 14 years ago
  27. a806035 Save environment data to mmc. by Terry Lv · 14 years ago
  28. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  29. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_arm/board.c]
  30. c67bee1 fsl_esdhc: add support for mx51 processor by Stefano Babic · 15 years ago
  31. f865fcb ARM Don't inline weak symbols by Ron Lee · 15 years ago
  32. 310cecb Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
  33. d4e8ada Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
  34. a483a16 Standardize mem_malloc_init() implementation by Peter Tyser · 15 years ago
  35. 5e93bd1 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  36. b1c0eaa Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
  37. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  38. 379e9fc arm: add support for CONFIG_GENERIC_MMC by Ilya Yanok · 15 years ago
  39. 55e0ed6 make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. a24d96e arch_misc_init support for ARM architectures by Prafulla Wadaskar · 15 years ago
  41. ad7e8aac arm: remove cpu_init by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  42. 7cdf804 ARM Add blue colour LED to status_led. by Tom Rix · 15 years ago
  43. b54384e arm: timer and interrupt init rework by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  44. c790b04 lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · 15 years ago
  45. 34b76a1 lib_arm/board.c: remove misleading "test-only" comment. by Wolfgang Denk · 16 years ago
  46. dc39ae9 at91sam9/at91cap: improve clock framework by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. 92b50ff cmc_pu2: get mac address from environment by Mike Frysinger · 16 years ago
  48. f11e6ff arm: get mac address from environment by Mike Frysinger · 16 years ago
  49. 4f57289 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  50. 9eb468d Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  51. 7fb6c4f API: Provide syscall entry point for the ARM architecture. by Rafal Jaworowski · 16 years ago
  52. 05fd887 ARM: remove unused variable by Guennadi Liakhovetski · 16 years ago
  53. f90c802 ixp: move pci init in arm/board instead of cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. 561858e Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  55. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. f41b144 Fix bug: in arch-arm, env_get_char dose not work fine by gnusercn · 16 years ago
  57. d13ff23 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM" by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. fcaac58 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
  59. 0768b7a Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  60. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  61. 912810e Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  62. d6ac2ed Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · 16 years ago
  63. 39cf480 Add ATMEL LCD driver by Stelian Pop · 16 years ago
  64. b71190f Fix implicit declaration build warnings by Marcel Ziswiler · 16 years ago
  65. f7ad79b ARM: add I2C init function call in lib_arm/board.c by Hebbar · 17 years ago
  66. 23776ff ARM: support board-specific ethernet PHY init by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  67. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  68. 23c56f9 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 17 years ago
  69. de74b9e Coding Style cleanup. by Wolfgang Denk · 17 years ago
  70. d7e8ce1 OneNAND support (take #2) by Kyungmin Park · 17 years ago
  71. 470ffef Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  72. 80172c6 PXA270: Add support for multiple serial ports. by stefano babic · 17 years ago
  73. 9f5c3d3 Add coloured led interface for ARM boards. by Peter Pearse · 17 years ago
  74. c74b210 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
  75. b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  76. 6735056 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  77. 0c505db lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  78. d860c34 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · 19 years ago
  79. d2ed2f6 More GCC 4.x woes by Wolfgang Denk · 19 years ago
  80. d52fb7e Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  81. 0be248f Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
  82. 6949328 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
  83. b2b4346 Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · 19 years ago
  84. e026957 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
  85. 57cac1f Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · 19 years ago
  86. 63ff004 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  87. c7db9a3 Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 by Wolfgang Denk · 19 years ago
  88. be6b6e4 Patch by Martin Krause, 01 Apr 2005: by wdenk · 20 years ago
  89. a119190 * Patch by Jon Loeliger, 02 Sep 2004: by wdenk · 20 years ago
  90. 281e00a * Code cleanup by wdenk · 20 years ago
  91. bc54f30 * Patch by Philippe Robin, 01 Jul 2004: by wdenk · 20 years ago
  92. 93f6a67 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  93. 46a414d * Fix flash parameters passed to Linux for PPChameleon board by wdenk · 20 years ago
  94. f39748a * Patch by Paul Ruhland, 17 May 2004: by wdenk · 20 years ago
  95. 5ca2679 Patch by Dave Peverley, 29 Apr 2004: by wdenk · 20 years ago
  96. f6e20fc Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
  97. a6cccae * Patch by Wolter Kamphuis, 15 Dec 2003: by wdenk · 21 years ago
  98. c837dcb * The PS/2 mux on the BMS2003 board needs 450 ms after power on by wdenk · 21 years ago
  99. ef5a967 * Patch by Xue Ligong (Joe), 13 Nov 2003: add Realtek 8019 ethernet driver by wdenk · 21 years ago
  100. a8c7c70 * Patch by Gleb Natapov, 19 Sep 2003: by wdenk · 21 years ago