1. 091d8c3 sh: sh7785lcr: Update BSC of USB area by Nobuhiro Iwamatsu · 13 years ago
  2. 5d1ee00 .gitignore: update list of u-boot.* files and add *.bin by ecc · 13 years ago
  3. b777f39 MPC8xx: Make SPD823TS board build again by Wolfgang Denk · 13 years ago
  4. 7a82c20 Prepare v2011.06-rc1 by Wolfgang Denk · 13 years ago
  5. cd6881b Minor coding style cleanup. by Wolfgang Denk · 13 years ago
  6. 4d69e98 net/tftp.c: fix typo by Luca Ceresoli · 13 years ago
  7. 7a83af0 TFTP: add tftpsrv command by Luca Ceresoli · 13 years ago
  8. e59e356 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 13 years ago
  9. e3fb0ab TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 13 years ago
  10. 20478ce TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 13 years ago
  11. 9bb0a1b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 13 years ago
  12. 0bdd8ac net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 13 years ago
  13. 6d2231e net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 13 years ago
  14. 7bc325a net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 13 years ago
  15. 2cb5360 net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 13 years ago
  16. 2e32025 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 13 years ago
  17. c718b14 net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 13 years ago
  18. 2f09413 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 13 years ago
  19. b0e51eb Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  20. 638a48e km/common: add pnvramsize to default environment by Holger Brunck · 13 years ago
  21. 2d9528e km/common: simplify default environment by Holger Brunck · 13 years ago
  22. 92c9108 km/common: implement boardId HWkey checks as u-boot cmd by Thomas Herzmann · 13 years ago
  23. 96e0e7b MMC: omap_hsmmc.c: Add missing prototype header by Dirk Behme · 13 years ago
  24. 1ed60d7 fsl_esdhc: Initialize mmc->b_max by Fabio Estevam · 13 years ago
  25. bc897b1 mmc: enable partition switch function for emmc by Lei Wen · 13 years ago
  26. ea6ebe2 cmd_mmc: eliminate device num in the mmc command by Lei Wen · 13 years ago
  27. ed018b2 mmc_spi: generate response for send status command by Thomas Chou · 13 years ago
  28. be827c7 powerpc/85xx: add support for env in MMC/SPI on corenet ds boards by Shaohui Xie · 13 years ago
  29. 2dd3095 powerpc/85xx: Enable eSPI support on corenet ds boards by Shaohui Xie · 13 years ago
  30. 0ea9142 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  31. ce6400a Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 13 years ago
  32. 24890f1 avr32: add ATAG_BOARDINFO by Andreas Bießmann · 13 years ago
  33. a950c81 at91: reworked support for otc570 board by Daniel Gorsulowski · 13 years ago
  34. 89ce8f7 at91: reworked support for meesc board by Daniel Gorsulowski · 13 years ago
  35. 15cc55a hammerhead: move CONFIG_SYS_TEXT_BASE to header by Andreas Bießmann · 13 years ago
  36. d85edc7 mimc200: move CONFIG_SYS_TEXT_BASE to header by Andreas Bießmann · 13 years ago
  37. 8e218a9 favr-32-ezkit: move CONFIG_SYS_TEXT_BASE to header by Andreas Bießmann · 13 years ago
  38. 47293c1 atstk100x: move CONFIG_SYS_TEXT_BASE to header by Andreas Bießmann · 13 years ago
  39. da48437 atngw100: move CONFIG_SYS_TEXT_BASE to header by Andreas Bießmann · 13 years ago
  40. 2607ecf mimc200: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  41. bf01833 hammerhead: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  42. eacbfe7 favr-32-ezkit: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  43. 09d623c atstk1006: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  44. 4de58bc atstk1004: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  45. 38a3939 atstk1003: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  46. e3e8d46 atstk1002: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  47. b78431a atngw100: fix "#define XXXX 1" by Andreas Bießmann · 13 years ago
  48. bb7dc6a avr32: use single linker script by Andreas Bießmann · 13 years ago
  49. 758472c avr32/config.mk: simplify PLATFORM_RELFLAGS by Andreas Bießmann · 13 years ago
  50. c8e7ddd avr32: fix linking by Andreas Bießmann · 14 years ago
  51. 74cd977 Add support for Bluewater Systems Snapper 9260 and 9G20 modules by Ryan Mallon · 14 years ago
  52. 1069a5c at91: fixed at91sam9263 system file by Daniel Gorsulowski · 14 years ago
  53. 673678e remove __attribute__ ((packed)) in at91 headers by Jens Scharsig · 14 years ago
  54. ce26582 at91rm9200: fix lowlevel_init() SMRDATA size by Jens Scharsig · 14 years ago
  55. cfff263 AT91: fix timer.c - remove reset_timer() by Reinhard Meyer · 14 years ago
  56. 7f6ed7f AT91: fix at91sam_wdt.c to reworked header files by Reinhard Meyer · 14 years ago
  57. 50f7500 AT91: remove LEGACY from at91_rstc.h by Reinhard Meyer · 14 years ago
  58. a0cfd18 ATMEL: fix dataflash (dirty) this file should be converted to struct SoC access by Reinhard Meyer · 14 years ago
  59. 86592f6 AT91: change includes from asm/arch/io.h to asm/io.h by Reinhard Meyer · 14 years ago
  60. 60af568 AT91: cleanup at91sam9260_matrix.h to struct SoC access by Reinhard Meyer · 14 years ago
  61. 329f0f5 ATMEL: fix related common atmel driver files by Reinhard Meyer · 14 years ago
  62. 372f278 AT91: fix related at91 driver files by Reinhard Meyer · 14 years ago
  63. 9f3fe90 AT91: fix related at91 system/driver files by Reinhard Meyer · 14 years ago
  64. 83f1072 AT91: fix related arch-at91 header files by Reinhard Meyer · 14 years ago
  65. 405e591 AT91: cleanup hardware.h, remove memory-map.h by Reinhard Meyer · 14 years ago
  66. 4b1f9b1 AT91: rework at91sam9g45.h by Reinhard Meyer · 14 years ago
  67. 09aca70 AT91: rework at91sam9263.h by Reinhard Meyer · 14 years ago
  68. 5e59259 AT91: rework at91sam9261.h by Reinhard Meyer · 14 years ago
  69. aa0f5ef AT91: rework at91sam9260.h by Reinhard Meyer · 14 years ago
  70. f4278b7 avr32: fixup definitions to ATMEL_BASE_xxx by Andreas Bießmann · 14 years ago
  71. 5d73bc7 avr32: rename memory-map.h -> hardware.h by Andreas Bießmann · 14 years ago
  72. e09e083 nios2: Make STANDALONE_LOAD_ADDR configurable per board by Thomas Chou · 13 years ago
  73. e29816f nand_spl: nand_boot.c: Remove last CONFIG_SYS_NAND_READ_DELAY occurance by Stefan Roese · 13 years ago
  74. 535abb9 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 13 years ago
  75. 77467e2 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  76. a9c847c nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAY by Stefan Roese · 13 years ago
  77. a89a990 nand_spl: nand_boot.c: Init nand_chip.options to 0 by Stefan Roese · 13 years ago
  78. 83709783 Decreases code size of the nand_spl by Alex Waterman · 13 years ago
  79. 91081e0 Revert "Fix building tools alone with host compiler" by Wolfgang Denk · 13 years ago
  80. d49f8e0 powerpc/mpc8xxx: reword max tCKmin message by York Sun · 13 years ago
  81. ee4756d powerpc/85xx: fix compatible property for the L2 cache node by Timur Tabi · 13 years ago
  82. 3500e9a kwbimage: Fix check variable of checksum by Nobuhiro Iwamatsu · 13 years ago
  83. 201a017 examples: add smc911x_eeprom to clean target by Mike Frysinger · 13 years ago
  84. ac56032 ftpmu010.h: fix some missing declaration in header by Macpaul Lin · 13 years ago
  85. 10ba1d3 ftsmc020: add missing definitions by Macpaul Lin · 13 years ago
  86. 56cd247 ftsmc020: un-nest the register structure in header by Macpaul Lin · 13 years ago
  87. f194f6b ftsmc020: fix relocation by Macpaul Lin · 13 years ago
  88. 4bed726 ftide020: add faraday ide ahb controller by Macpaul Lin · 13 years ago
  89. 7124015 README.arm-relocation: get relocated address in gdb by Ben Gardiner · 13 years ago
  90. f4379ce README.arm-relocation: get relocated address from bdinfo by Ben Gardiner · 13 years ago
  91. 5902e8f cosmetic: cmd_bdinfo.c: clean up by using checkpatch.pl by Macpaul Lin · 13 years ago
  92. 25ee961 mp2usb: finish the removal by Eric Bénard · 13 years ago
  93. 6abe6fb README: Clarify difference of CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG by Detlev Zundel · 13 years ago
  94. b1196a3 ftsdmc021: add register definitions of ftsdmc021 by Macpaul Lin · 13 years ago
  95. 4bb87d2 ftahbc020s: Faraday FTAHBC020s AHB Bus Controller by Macpaul Lin · 13 years ago
  96. cd8c877 Fix a few gcc warnings. by Joakim Tjernlund · 13 years ago
  97. 2cc195e Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments by Michael Jones · 13 years ago
  98. 31c1bdd hwmon: Extend lm63.c to support LM64 by Dirk Eibach · 13 years ago
  99. bbc6353 Fix building tools alone with host compiler by François Revol · 14 years ago
  100. 95efa79 net: xilinx emaclite: Fix return values by Michal Simek · 14 years ago