1. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  2. cbe5d5d fs: Use map_sysmem() on read by Simon Glass · 12 years ago
  3. 6a46e2f fs: Tell probe functions where to put their results by Simon Glass · 12 years ago
  4. e6aad85 fs: Use filesystem methods instead of switch() by Simon Glass · 12 years ago
  5. 1aede48 fs: Fully populate the filesystem method struct by Simon Glass · 12 years ago
  6. 6c8f3aa ext4: Split write support into its own file by Simon Glass · 12 years ago
  7. 5b02602 Merge branch 'mem' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  8. 7068b32 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 12 years ago
  9. e8505bb blackfin: bf60x: add resume from hibernate by Steven Miao · 13 years ago
  10. 6cdbce6 blackfin: bf60x: add hw watchdog support by Bob Liu · 13 years ago
  11. 0b38223 blackfin: add bf6xx spi driver by Scott Jiang · 13 years ago
  12. fe13b64 blackfin: bf60x: add rsi/sdh support by Sonic Zhang · 12 years ago
  13. 9e469b4 blackfin: bf60x: add board and headers files to support bf609 by Sonic Zhang · 12 years ago
  14. b40b6ea blackfin: bf60x: add gpio support by Bob Liu · 12 years ago
  15. 49334b8 blackfin: bf60x: support big cplb page by Bob Liu · 13 years ago
  16. 6e24a61 blackfin: bf60x: add dma support by Bob Liu · 12 years ago
  17. 7a91b9b blackfin: bf60x: add serial support by Sonic Zhang · 12 years ago
  18. a99f03e blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. by Sonic Zhang · 12 years ago
  19. 52a310c blackfin: bf60x: new processor header files by Bob Liu · 12 years ago
  20. 9a50bc1 SPL: Change description for spl command by Stefano Babic · 12 years ago
  21. f51b4c7 OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define by Stefano Babic · 12 years ago
  22. 4bf27d5 Add README for the "Falcon" mode by Stefano Babic · 12 years ago
  23. e22a6fc hash: Use lower case for hash algorithm names by Simon Glass · 12 years ago
  24. 68f1556 sandbox: Allow hash functions to work correctly by Simon Glass · 12 years ago
  25. ad02a01 sandbox: Update mtest to fix crashes by Simon Glass · 12 years ago
  26. 1c6c725 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · 12 years ago
  27. a081a0f sandbox: config: Enable hash functions and mtest by Simon Glass · 12 years ago
  28. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  29. 80e345a hash: Add a flag to support saving hashes in the environment by Simon Glass · 12 years ago
  30. 9adb686 image: Use crc header file instead of C prototypes by Simon Glass · 12 years ago
  31. 596295d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  32. fff5c07 fs: Use new numeric setenv functions by Simon Glass · 12 years ago
  33. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  34. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  35. 5107525 Reduce casting in mtest by Simon Glass · 12 years ago
  36. eb4598b Bring mtest putc() into common code by Simon Glass · 12 years ago
  37. 130103e Fix mtest indenting by Simon Glass · 12 years ago
  38. 57ee443 Use common mtest iteration counting by Simon Glass · 12 years ago
  39. 8f2c758 Split out the memory tests into separate functions by Simon Glass · 12 years ago
  40. e6d0ca2 sandbox: Change memory commands to use map_physmem by Simon Glass · 12 years ago
  41. 17dabf0 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  42. 868aa3a sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
  43. d963b72 Update print_buffer() to use const by Simon Glass · 12 years ago
  44. 20bc72a Tidy up error checking and fix bug in hash command by Simon Glass · 12 years ago
  45. 074b455 sandbox: fix compiler warning by Allen Martin · 12 years ago
  46. 3c51a85 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · 12 years ago
  47. 190e58a env_nand.c: clarify log messages when env reading fails by Phil Sutter · 12 years ago
  48. 8b177d4 mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · 12 years ago
  49. abd3a3b nand: fix nand read.option parsing by Harvey Chapman · 12 years ago
  50. 3df41b1 imls: Add support to list images in NAND device by Vipin Kumar · 12 years ago
  51. 4b29aed MAKEALL: add support for per architecture toolchains by Allen Martin · 12 years ago
  52. 36c06b1 gpt: fix partion size limit by Piotr Wilczek · 12 years ago
  53. e7abe82 mac: Fix the condition check for setting the MAC from the EEPROM by Holger Hans Peter Freyther · 12 years ago
  54. dd650f1 led: The gpio_led.c code expects that LED state is from the enum by Holger Hans Peter Freyther · 12 years ago
  55. 1356f8e gpio: Build the da8xx_gpio code for the davinci644x device by Holger Hans Peter Freyther · 12 years ago
  56. 41cfa2d cmd_elf: Fix broken bootvx command by Reinhard Arlt · 12 years ago
  57. aec64f0 cmd_load.c: Add #endif comments to reduce confusion by Robert P. J. Day · 12 years ago
  58. 21c9b78 cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · 12 years ago
  59. 3783732 fw_env.config: Correct "fw_saveenv" to "fw_setenv". by Robert P. J. Day · 12 years ago
  60. 219ad3c vsprintf: add ustrtoll function by Piotr Wilczek · 12 years ago
  61. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  62. 6c3c4e2 serial/ns16550: don't generate functions for undefined ports by Scott Wood · 12 years ago
  63. 697e4a8 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 12 years ago
  64. be288b0 nds32: Add a basic errno.h by Simon Glass · 12 years ago
  65. 89973c8 powerpc/83xx/km: drop uneeded dtt_bus environment var by Holger Brunck · 12 years ago
  66. 0c285ff powerpc/83xx/km: remove uneeded CONFIG_MISC_INIT_R by Holger Brunck · 12 years ago
  67. dd0f605 powerpc/83xx/km: add support for kmopti2 board by Holger Brunck · 12 years ago
  68. c20c907 powerpc/83xx/km: cleanup tuxx1 support by Holger Brunck · 12 years ago
  69. ffcbb93 km/common: add eccmode to kernel commandline by Holger Brunck · 12 years ago
  70. 154772c powerpc/83xx: use NAND_ECC_BCH for kmcoge5ne by Holger Brunck · 12 years ago
  71. b1b1893 kmeter1_nand: allow uasge of NAND_ECC_SOFT_BCH by Holger Brunck · 12 years ago
  72. 2ffe111 km/scripts: replace hardcoded uImage by Andreas Huber · 12 years ago
  73. c31a757 km/common: introduce $uimage variable by Andreas Huber · 12 years ago
  74. 03c34d4 powerpc/83xx: use ppc_6xx as arch variable for kmvect1 by Holger Brunck · 12 years ago
  75. d62018a powerpc/83xx/km: add MV88E6122 switch support for kmvect1 by Karlheinz Jerg · 12 years ago
  76. d9e64c9 km/common/ivm: rework piggy mac adress offset generation by Holger Brunck · 12 years ago
  77. 2321fe2 km82xx, km83xx: move ethernet_present() from common to cpu specific by Karlheinz Jerg · 12 years ago
  78. 258520b km/common/ivm: remove CONFIG_SYS_I2C_IVM_BUS related code by Holger Brunck · 12 years ago
  79. 37346cd km/common/ivm: remove obsolete code by Holger Brunck · 12 years ago
  80. aa93204 km/common: remove unneeded ifdefs for I2C by Holger Brunck · 12 years ago
  81. 91e1c9a Merge branch 'master' of git://git.denx.de/u-boot by Kim Phillips · 12 years ago
  82. 89e5900 Merge branch 'fixes' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  83. 3965058 MIPS: board.c: remove manual relocation of env_name_spec by Daniel Schwierzeck · 12 years ago
  84. 73368fc x86: Remove unused real mode code by Simon Glass · 12 years ago
  85. bfb5980 x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR by Simon Glass · 12 years ago
  86. f06b111 x86: Remove unneeded cruft from main Makefile by Simon Glass · 12 years ago
  87. b83dc58 x86: Remove sc520 cpu by Simon Glass · 12 years ago
  88. dc4d421 x86: Remove eNET boards by Simon Glass · 12 years ago
  89. 817d6f2 Merge branch 'next' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  90. 84937ab MIPS: add dynamic relocation support by Gabor Juhos · 12 years ago
  91. 44ea3c3 MIPS: u-boot.lds: add relocation specific sections by Gabor Juhos · 12 years ago
  92. 7f2d540 MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation by Daniel Schwierzeck · 12 years ago
  93. 0de9cc5 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  94. bd4277d MIPS: board.c: switch to new symbols __bss_end and __image_copy_end by Daniel Schwierzeck · 12 years ago
  95. 9049d03 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  96. 56b5ec7 MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  97. 7092ce8 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  98. ec44316 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago
  99. 7e44614 MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status by Daniel Schwierzeck · 12 years ago
  100. 2fb7bd3 MIPS: xburst: fix broken access to global_data by Daniel Schwierzeck · 12 years ago