1. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  2. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  3. 3ee93d3 Examples: Properly append LDFLAGS to LD command by Marek Vasut · 13 years ago
  4. 333c46e openrisc: Add support for standalone programs by Stefan Kristiansson · 13 years ago
  5. 46f387d Standalone Apps: Standalone apps should need only exports.h. by Mike Partington · 14 years ago
  6. 0d46041 api: export LCD device to external apps by Che-Liang Chiou · 13 years ago
  7. 9209ed5 Reduce build times by Wolfgang Denk · 13 years ago
  8. 394c76a nds32: standalone support by Macpaul Lin · 13 years ago
  9. d74a67f examples: api: allow build with private libgcc by Che-liang Chiou · 13 years ago
  10. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  11. 9701cc2 Fix a few gcc warnings. by Joakim Tjernlund · 14 years ago
  12. 4234bf3 Fix variable flavor in examples/standalone/Makefile by Che-liang Chiou · 14 years ago
  13. 089f2a1 MIPS: Introduce --gc-sections for MIPS by Daniel Schwierzeck · 14 years ago
  14. cbfce1d x86: Rename i386 to x86 by Graeme Russ · 14 years ago
  15. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  16. cbaa1f5 Fix build problems caused by "_end" -> "__bss_end__" rename by Wolfgang Denk · 14 years ago
  17. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  18. 1f0a7e3 examples: update do_reset prototype by Mike Frysinger · 14 years ago
  19. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  20. 4bbc082 examples/standalone: Use gcc's -fno-toplevel-reorder by Peter Tyser · 14 years ago
  21. 12ba80a MIPS: update the MIPS u-boot.lds by Xiangfu Liu · 14 years ago
  22. c9314d0 smc91xx_eeprom: Correct chip detection check. by Juergen Kilb · 14 years ago
  23. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  24. 318ef5c Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  25. 29764ee examples/standalone: Remove relocation compile flags for PowerPC by Peter Tyser · 14 years ago
  26. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  27. 8fa3858 nios2: fix r15 issue for gcc4 by Thomas Chou · 15 years ago
  28. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
  29. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago
  30. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago
  31. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago
  32. e483c54 standalone eepro100_eeprom: fix build error by Wolfgang Denk · 15 years ago
  33. 77a1811 Update .gitignore's: add some generated files by Wolfgang Denk · 15 years ago
  34. 9c9e603 smc91111_eeprom: fix linking error by Mike Frysinger · 15 years ago
  35. f465baa Fix breakage in SMC EEPROM standalone applications by Ben Warren · 15 years ago
  36. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  37. f0f778a Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  38. 838f20a smc91111_eeprom: drop CONFIG stub protection by Mike Frysinger · 15 years ago
  39. 68db235 Fix build failure in examples/standalone by Sanjeev Premi · 15 years ago
  40. f495020 Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from by Scott McNutt · 15 years ago
  41. 17e9012 smc911x_eeprom: fix building after smc911x overhaul by Mike Frysinger · 15 years ago
  42. aa44cf6 Fix bug in jumptable call stubs for SPARC. by Sergey Mironov · 15 years ago
  43. 0fd6aae Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
  44. 659c60d standalone: convert to kbuild style by Mike Frysinger · 15 years ago
  45. 5b66044 push LOAD_ADDR out to arch mk files by Mike Frysinger · 15 years ago
  46. 0f4964a atmel_df_pow2: standalone to convert dataflashes to pow2 by Mike Frysinger · 15 years ago
  47. 2773d5f Blackfin: change global data register from P5 to P3 by Robin Getz · 15 years ago
  48. 6c1f98b Fix examples for OMAP3 boards... by Michael Evans · 15 years ago
  49. 197575e ABI: fix build problems due to now needed div64 routine. by Wolfgang Denk · 15 years ago
  50. acce4eb Move api_examples to examples/api by Peter Tyser · 15 years ago
  51. 07a8af3 Move examples/ to examples/standalone by Peter Tyser · 15 years ago
  52. 034bcce smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT() by Mike Frysinger · 16 years ago
  53. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  54. 78b5336 smc911x_eeprom: update register API by Mike Frysinger · 16 years ago
  55. 96a1ef8 smc911x_eeprom: new example app for managing newer SMC parts by Mike Frysinger · 16 years ago
  56. e0e49fe OMAP3: Add common board, interrupt and system info by Dirk Behme · 16 years ago
  57. 2cff105 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c by Graeme Russ · 16 years ago
  58. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  59. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  60. d1d1850 sh: Fix cannot execute a stand-alone application by Nobuhiro Iwamatsu · 16 years ago
  61. 2fe2a97 Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  62. 5b6918e sh: Add support SH2/SH2A which is CPU of Renesas Technology by Nobuhiro Iwamatsu · 16 years ago
  63. 12cec0a Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  64. 8d54188 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  65. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  66. 57ff8f9 example/gitignore: update with all generated examples by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  67. 9d7c6b2 SPARC: Added generic support for SPARC architecture. by Daniel Hellstrom · 17 years ago
  68. 2c3685f Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · 17 years ago
  69. f6f4f12 examples/Makefile: build "hello_world" on 8xx, too. by Wolfgang Denk · 17 years ago
  70. c6d9ec4 Fix alignment error on ARM for modules by Woodruff, Richard · 17 years ago
  71. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  72. eae60c4 Remove files added by mistake, update CHANGELOG. by Wolfgang Denk · 17 years ago
  73. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 17 years ago
  74. 69c0964 PPC: Use r2 instead of r29 as global data pointer by Wolfgang Denk · 17 years ago
  75. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  76. ecb196d use C code rather than inline assembly by Mike Frysinger · 17 years ago
  77. a13ad8e add support for Blackfin symbol prefixes to examples by Mike Frysinger · 17 years ago
  78. 6ddfa62 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
  79. 1a47431 add gitignores for Blackfin pieces by Mike Frysinger · 17 years ago
  80. 828a978 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  81. 0a5c214 Fix coding style issues; update CHANGELOG. by Wolfgang Denk · 17 years ago
  82. 72f9e2e Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  83. bde7089 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  84. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  85. 2f0fef7 Add .gitignore files by Grant Likely · 17 years ago
  86. dc8daf0 [MIPS] u-boot.lds: Define _gp in a standard manner by Shinya Kuribayashi · 17 years ago
  87. 20e1d52 [MIPS] u-boot.lds: Fix __got_start and __got_end by Shinya Kuribayashi · 17 years ago
  88. 373d696 [MIPS] u-boot.lds: Remove duplicated .sdata section by Shinya Kuribayashi · 17 years ago
  89. 970dc33 sh: First support code of SuperH. by Nobuhiro Iwamatsu · 18 years ago
  90. 10ebdd9 [Blackfin][PATCH] Add BF537 stamp board support by Aubrey Li · 18 years ago
  91. 450c23e [Blackfin][PATCH-2/2] Common files changed to support bf533 platform by Aubrey.Li · 18 years ago
  92. 83c1585 Add AVR32 architecture support by Wolfgang Denk · 18 years ago
  93. 29be622 Fix/workaround broken dependency handling with make 3.81 by Wolfgang Denk · 18 years ago
  94. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  95. 5b1657d Merge with /home/m8/git/u-boot by Wolfgang Denk · 18 years ago
  96. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  97. 3f434df Added another example showing simple interrupt interception. by Detlev Zundel · 18 years ago
  98. a5721a3 Nios II - Fix I/O Macros and mini-app stubs by Scott McNutt · 18 years ago
  99. c1e1061 Fix examples/Makefile; some build targets were lost by Wolfgang Denk · 18 years ago
  100. 217295a Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 by Marian Balakowicz · 19 years ago