1. d9c2725 Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  2. 620bbba examples/standalone: Remove relocation compile flags for PowerPC by Peter Tyser · 14 years ago
  3. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  4. 0df01fd nios2: fix r15 issue for gcc4 by Thomas Chou · 14 years ago
  5. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  6. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  7. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago
  8. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago
  9. 4e72fb1 standalone eepro100_eeprom: fix build error by Wolfgang Denk · 15 years ago
  10. 1bb1809 Update .gitignore's: add some generated files by Wolfgang Denk · 15 years ago
  11. c4168af smc91111_eeprom: fix linking error by Mike Frysinger · 15 years ago
  12. b40e232 Fix breakage in SMC EEPROM standalone applications by Ben Warren · 15 years ago
  13. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  14. 3eb90ba Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  15. 64a4806 smc91111_eeprom: drop CONFIG stub protection by Mike Frysinger · 15 years ago
  16. 604f7ce Fix build failure in examples/standalone by Sanjeev Premi · 15 years ago
  17. 57baa37 Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from by Scott McNutt · 15 years ago
  18. c44efcf smc911x_eeprom: fix building after smc911x overhaul by Mike Frysinger · 15 years ago
  19. 2c0c58b Fix bug in jumptable call stubs for SPARC. by Sergey Mironov · 15 years ago
  20. 7194ab8 Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
  21. 557555f standalone: convert to kbuild style by Mike Frysinger · 15 years ago
  22. 262ae0a push LOAD_ADDR out to arch mk files by Mike Frysinger · 15 years ago
  23. 65f6f07 atmel_df_pow2: standalone to convert dataflashes to pow2 by Mike Frysinger · 15 years ago
  24. c4db335 Blackfin: change global data register from P5 to P3 by Robin Getz · 15 years ago
  25. 61c68ae Fix examples for OMAP3 boards... by Michael Evans · 15 years ago
  26. 942828a ABI: fix build problems due to now needed div64 routine. by Wolfgang Denk · 15 years ago
  27. d4abc75 Move api_examples to examples/api by Peter Tyser · 15 years ago
  28. 1bc1538 Move examples/ to examples/standalone by Peter Tyser · 15 years ago
  29. b196ca7 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT() by Mike Frysinger · 16 years ago
  30. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  31. 069f436 smc911x_eeprom: update register API by Mike Frysinger · 16 years ago
  32. ad2d163 smc911x_eeprom: new example app for managing newer SMC parts by Mike Frysinger · 16 years ago
  33. 91eee54 OMAP3: Add common board, interrupt and system info by Dirk Behme · 16 years ago
  34. d4f70da Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c by Graeme Russ · 16 years ago
  35. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  36. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. cae6f90 sh: Fix cannot execute a stand-alone application by Nobuhiro Iwamatsu · 16 years ago
  38. 3ef96de Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  39. 6ad43d0 sh: Add support SH2/SH2A which is CPU of Renesas Technology by Nobuhiro Iwamatsu · 16 years ago
  40. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  41. 06c53be Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  42. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  43. a9da341 example/gitignore: update with all generated examples by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. c2f02da SPARC: Added generic support for SPARC architecture. by Daniel Hellstrom · 16 years ago
  45. 7e492d8 Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  46. dfece95 examples/Makefile: build "hello_world" on 8xx, too. by Wolfgang Denk · 17 years ago
  47. 118978c Fix alignment error on ARM for modules by Woodruff, Richard · 17 years ago
  48. 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  49. 375c435 Remove files added by mistake, update CHANGELOG. by Wolfgang Denk · 17 years ago
  50. 6f99eec Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 17 years ago
  51. e7670f6 PPC: Use r2 instead of r29 as global data pointer by Wolfgang Denk · 17 years ago
  52. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  53. 6b9097e use C code rather than inline assembly by Mike Frysinger · 17 years ago
  54. 0858b83 add support for Blackfin symbol prefixes to examples by Mike Frysinger · 17 years ago
  55. 32a9f5f make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards by Mike Frysinger · 17 years ago
  56. b45264e add gitignores for Blackfin pieces by Mike Frysinger · 17 years ago
  57. 64134f0 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  58. 61fb15c5 Fix coding style issues; update CHANGELOG. by Wolfgang Denk · 17 years ago
  59. 521dcd3 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  60. 7fc7928 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  61. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  62. 1b4aaff Add .gitignore files by Grant Likely · 17 years ago
  63. eb70063 [MIPS] u-boot.lds: Define _gp in a standard manner by Shinya Kuribayashi · 17 years ago
  64. cbf2323 [MIPS] u-boot.lds: Fix __got_start and __got_end by Shinya Kuribayashi · 17 years ago
  65. e5f325f [MIPS] u-boot.lds: Remove duplicated .sdata section by Shinya Kuribayashi · 17 years ago
  66. 0b135cf sh: First support code of SuperH. by Nobuhiro Iwamatsu · 17 years ago
  67. 26bf7de [Blackfin][PATCH] Add BF537 stamp board support by Aubrey Li · 18 years ago
  68. ef26a08 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform by Aubrey.Li · 18 years ago
  69. 7b64fef Add AVR32 architecture support by Wolfgang Denk · 18 years ago
  70. 9658298 Fix/workaround broken dependency handling with make 3.81 by Wolfgang Denk · 18 years ago
  71. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  72. 6741ae9 Merge with /home/m8/git/u-boot by Wolfgang Denk · 18 years ago
  73. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  74. ec0f727 Added another example showing simple interrupt interception. by Detlev Zundel · 18 years ago
  75. c2ced00 Nios II - Fix I/O Macros and mini-app stubs by Scott McNutt · 18 years ago
  76. e15cd6f Fix examples/Makefile; some build targets were lost by Wolfgang Denk · 18 years ago
  77. 7a635e0 Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 by Marian Balakowicz · 18 years ago
  78. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  79. 8e7b703 Coding Style cleanup by Wolfgang Denk · 19 years ago
  80. 0afe519 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
  81. 3a108ed Add support for r5200 board by Zachary P. Landau · 19 years ago
  82. 7481266 by Wolfgang Denk · 19 years ago
  83. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  84. 807d5d7 Fix problems with ld version 2.16 (dot outside sections problem) by Wolfgang Denk · 19 years ago
  85. 2eab48f * Extend burst mode RAM test program to take a loop count (0 = infinite) by wdenk · 19 years ago
  86. c017663 Fix compile problems caused by new burst mode SDRAM test; by wdenk · 19 years ago
  87. 931da93 Add test tool to exercise SDRAM accesses in burst mode by wdenk · 19 years ago
  88. 5a95f6f * Patch by Robin Getz, 13 Oct 2004: by wdenk · 20 years ago
  89. 652a10c * Patch by Daniel Poirot, 10 Oct 2004: Add support for Wind River sbc405 board by wdenk · 20 years ago
  90. 5c952cf Patches by Scott McNutt, 24 Aug 2004: by wdenk · 20 years ago
  91. 857cad3 Patches by Yasushi Shoji, 29 Jun 2004: by wdenk · 20 years ago
  92. 8b07a11 * Patch by Fred Klatt, 25 Jun 2004: Add support for WindRiver's SBC8560 board by wdenk · 20 years ago
  93. 93f6a67 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
  94. e4cc71a Patch by Scott McNutt, 25 Apr 2004: by wdenk · 20 years ago
  95. 507bbe3 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 20 years ago
  96. d716b12 Add startup code to clear the BSS of standalone applications by wdenk · 20 years ago
  97. bf9e3b3 * Some code cleanup by wdenk · 21 years ago
  98. 3a473b2 * Patch by Ronen Shitrit, 10 Dec 2003: by wdenk · 21 years ago
  99. 4e5ca3e * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago
  100. b028f71 * Patch by Yuli Barcohen, 3 Dec 2003: by wdenk · 21 years ago