1. 8937140 x86: Add basic cache operations by Simon Glass · 12 years ago
  2. 5e98947 x86: Add function to get top of usable ram by Simon Glass · 12 years ago
  3. 2536850 Prepare v2013.04-rc1 by Tom Rini · 12 years ago v2013.04-rc1
  4. 47fa71b kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc. by Sonic Zhang · 12 years ago
  5. 59af76d bootm: fix conditional compilation for bootm ramdisk subcommand by Daniel Schwierzeck · 12 years ago
  6. 18a3cce env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  7. 949a771 ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · 12 years ago
  8. e40753b sandbox: config: Enable sandbox command by Simon Glass · 12 years ago
  9. 10fc121 sandbox: Enable ext4 and fat filesystems by Simon Glass · 12 years ago
  10. d304931 sandbox: Add 'sb' command to access filesystem features by Simon Glass · 12 years ago
  11. 92ccc96 sandbox: Add host filesystem by Simon Glass · 12 years ago
  12. 62584db sandbox: Add a way of obtaining directory listings by Simon Glass · 12 years ago
  13. e6d5241 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  14. 117e050 fs: Use map_sysmem() on read by Simon Glass · 12 years ago
  15. 2ded0d4 fs: Tell probe functions where to put their results by Simon Glass · 12 years ago
  16. c6f548d fs: Use filesystem methods instead of switch() by Simon Glass · 12 years ago
  17. 436e2b7 fs: Fully populate the filesystem method struct by Simon Glass · 12 years ago
  18. 293d7fb ext4: Split write support into its own file by Simon Glass · 12 years ago
  19. 1c9f47a Merge branch 'mem' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  20. c259188 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 12 years ago
  21. 9faf4f0 blackfin: bf60x: add resume from hibernate by Steven Miao · 13 years ago
  22. 49c2da5 blackfin: bf60x: add hw watchdog support by Bob Liu · 13 years ago
  23. 4a207e8 blackfin: add bf6xx spi driver by Scott Jiang · 13 years ago
  24. 187f32f blackfin: bf60x: add rsi/sdh support by Sonic Zhang · 12 years ago
  25. 320ec9d blackfin: bf60x: add board and headers files to support bf609 by Sonic Zhang · 12 years ago
  26. c34346d blackfin: bf60x: add gpio support by Bob Liu · 12 years ago
  27. 7677d65 blackfin: bf60x: support big cplb page by Bob Liu · 13 years ago
  28. ee82596 blackfin: bf60x: add dma support by Bob Liu · 12 years ago
  29. a12c51f blackfin: bf60x: add serial support by Sonic Zhang · 12 years ago
  30. a2979dc blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. by Sonic Zhang · 12 years ago
  31. 3ead92c blackfin: bf60x: new processor header files by Bob Liu · 12 years ago
  32. 28786eb SPL: Change description for spl command by Stefano Babic · 12 years ago
  33. 3037296 OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define by Stefano Babic · 12 years ago
  34. 3e1b393 Add README for the "Falcon" mode by Stefano Babic · 12 years ago
  35. 218da0f hash: Use lower case for hash algorithm names by Simon Glass · 12 years ago
  36. bd091b6 sandbox: Allow hash functions to work correctly by Simon Glass · 12 years ago
  37. 5512d5b sandbox: Update mtest to fix crashes by Simon Glass · 12 years ago
  38. 8e169cc Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · 12 years ago
  39. ecdbf41 sandbox: config: Enable hash functions and mtest by Simon Glass · 12 years ago
  40. d20a40d Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  41. d5b7667 hash: Add a flag to support saving hashes in the environment by Simon Glass · 12 years ago
  42. 0ccff50 image: Use crc header file instead of C prototypes by Simon Glass · 12 years ago
  43. 978226d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  44. 49c4f03 fs: Use new numeric setenv functions by Simon Glass · 12 years ago
  45. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  46. bfc5996 Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  47. 8c86bbe Reduce casting in mtest by Simon Glass · 12 years ago
  48. c44d438 Bring mtest putc() into common code by Simon Glass · 12 years ago
  49. 7ecbd4d Fix mtest indenting by Simon Glass · 12 years ago
  50. 51209b1 Use common mtest iteration counting by Simon Glass · 12 years ago
  51. c9638f5 Split out the memory tests into separate functions by Simon Glass · 12 years ago
  52. 0628ab8 sandbox: Change memory commands to use map_physmem by Simon Glass · 12 years ago
  53. 4213fc2 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  54. e101550 sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
  55. bda32ff Update print_buffer() to use const by Simon Glass · 12 years ago
  56. 6b3ff98 Tidy up error checking and fix bug in hash command by Simon Glass · 12 years ago
  57. 8ec21bb sandbox: fix compiler warning by Allen Martin · 12 years ago
  58. 4cfc611 ARM: ns9750dev: remove remainders of dead board by Wolfgang Denk · 12 years ago
  59. 11da5d8 README.scrapyard: add missing commit IDs by Wolfgang Denk · 12 years ago
  60. 85dafbb common: cmd_sata: Fix usage text for 'sata init' by Fabio Estevam · 12 years ago
  61. 9cd9b34 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 12 years ago
  62. a1eac57 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · 12 years ago
  63. b76a147 env_nand.c: clarify log messages when env reading fails by Phil Sutter · 12 years ago
  64. fcecb4a mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · 12 years ago
  65. ced199d nand: fix nand read.option parsing by Harvey Chapman · 12 years ago
  66. 8fdf1e0 imls: Add support to list images in NAND device by Vipin Kumar · 12 years ago
  67. a562791 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  68. 0326837 Merge 'u-boot-microblaze/mainline/arm' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  69. 47104c3 MAKEALL: add support for per architecture toolchains by Allen Martin · 12 years ago
  70. 3e34cf7 gpt: fix partion size limit by Piotr Wilczek · 12 years ago
  71. c8876f1 mac: Fix the condition check for setting the MAC from the EEPROM by Holger Hans Peter Freyther · 12 years ago
  72. 4f47ace led: The gpio_led.c code expects that LED state is from the enum by Holger Hans Peter Freyther · 12 years ago
  73. 03414ac gpio: Build the da8xx_gpio code for the davinci644x device by Holger Hans Peter Freyther · 12 years ago
  74. 1b3e0b1 cmd_elf: Fix broken bootvx command by Reinhard Arlt · 12 years ago
  75. b278c40 SMDK5250: Add PMIC voltage settings by Rajeshwari Shinde · 12 years ago
  76. 51ff1ed EXYNOS5: Add function to setup set ps hold by Rajeshwari Shinde · 12 years ago
  77. 70d7cb9 cmd_load.c: Add #endif comments to reduce confusion by Robert P. J. Day · 12 years ago
  78. 85de63e cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · 12 years ago
  79. 7789df9 fw_env.config: Correct "fw_saveenv" to "fw_setenv". by Robert P. J. Day · 12 years ago
  80. 7df54d3 vsprintf: add ustrtoll function by Piotr Wilczek · 12 years ago
  81. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  82. 55db9cc serial/ns16550: don't generate functions for undefined ports by Scott Wood · 12 years ago
  83. 8495faf ARM: atmel: add at91sam9g20ek_2mmc nand boot support by Bo Shen · 12 years ago
  84. 4adfcd6 am335x evm: Add am335x_evm_spiboot target by Tom Rini · 12 years ago
  85. 427ac8c doc/SPL/README.am335x-network: Document using ethernet (and USB) SPL by Ilya Yanok · 12 years ago
  86. abdd178 am335x_evm: Add NET environment variables by Chase Maupin · 12 years ago
  87. 63ba7c6 am335x_evm: Add SPI environment variables by Chase Maupin · 12 years ago
  88. 73c1f4a am335x_evm: Add NAND environment variables by Chase Maupin · 12 years ago
  89. bb4d464 omap3: mvblx: pass FPGA version to the kernel by Michael Jones · 12 years ago
  90. 71c4ae3 omap3: mvblx: select fpgafilename according to orientation by Michael Jones · 12 years ago
  91. 661bb0f omap3: mvblx: change console to ttyO0 and make silent by default. by Howard Gray · 12 years ago
  92. d9aacf4 OMAP3: igep00x0: Add new IGEP COM PROTON. by Enric Balletbo i Serra · 12 years ago
  93. aa127df OMAP3: igep00x0: add missing include mach-types.h by Enric Balletbo i Serra · 12 years ago
  94. 4c21b4c OMAP3: igep00x0: use official board names. by Enric Balletbo i Serra · 12 years ago
  95. c0e6679 am335x_evm: enable support for booting via USB by Ilya Yanok · 12 years ago
  96. da07c21 am33xx: support for booting via usbeth by Ilya Yanok · 12 years ago
  97. 62a8143 spl: support for booting via usbeth by Ilya Yanok · 12 years ago
  98. 9648865 am33xx: pcm051: Remove wp pin mux for sd-card by Lars Poeschel · 12 years ago
  99. 8a1f2dc beagle: expansion boards: add LSR COM6L adapter by robertcnelson@gmail.com · 12 years ago
  100. ff229ec beagle: expansion boards: retry i2c_read with 16bit addressing by robertcnelson@gmail.com · 12 years ago