1. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  2. 4c0dc6d Introduce generic u-boot.h file by Simon Glass · 12 years ago
  3. e076adf I2C: S3C24X0: Bug fixes in i2c_transfer by Rajeshwari Shinde · 12 years ago
  4. 1675065 I2C: S3C24X0: Remove the dead code by Rajeshwari Shinde · 12 years ago
  5. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · 12 years ago
  6. 66eb8fc CONFIG_BOOTDELAY default should not affect runtime by Joe Hershberger · 12 years ago
  7. 0eb9826 common/main: move set_working_fdt_addr to enable usage of $fdtaddr by Barak Wasserstrom · 12 years ago
  8. 586895d env: fix "env ask" command by Wolfgang Denk · 12 years ago
  9. 9890c68 cmd_fat.c: Note in fatread help about alignment requirements by Tom Rini · 12 years ago
  10. 57cb6a3 env: Allow accessing non-mtd devices by Lubomir Rintel · 12 years ago
  11. 0e51dd8 cmd_df.c: Delete this clearly unused source file. by Robert P. J. Day · 12 years ago
  12. 02ce716 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · 12 years ago
  13. 01c2d98 Allow u-boot to be silent without forcing Linux to be by Joe Hershberger · 12 years ago
  14. 7678513 Fix a couple typoes in tools/env/README by Robert P. J. Day · 12 years ago
  15. 9b7b837 tools: update checkpatch to latest upstream version by Kim Phillips · 12 years ago
  16. 6997bf8 tools: enable more checkpatch tests by default by Kim Phillips · 12 years ago
  17. 5360142 cmd_part: don't print cmd name twice in help by Stephen Warren · 12 years ago
  18. 125a171 MAKEALL: fix kill_children for BSD hosts by Andreas Bießmann · 12 years ago
  19. 6caf783 mvsata_ide.c: Correction of typo in comments by Gray Remlin · 12 years ago
  20. 39cf43f ppc: Remove PCIPPC2 and PCIPPC6 boards by Stefan Roese · 12 years ago
  21. b4ce02a display_options:print_buffer: align ASCII print by Andreas Bießmann · 12 years ago
  22. 9d00928 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 12 years ago
  23. e2573d5 Merge branch 'master' of git://git.denx.de/u-boot-mpc82xx by Tom Rini · 12 years ago
  24. 1179c28 powerpc/82xx/km: removed unneeded ifdef by Holger Brunck · 12 years ago
  25. 4d090c6 powerpc/82xx/km: make handle_mgcoge3un_reset static by Holger Brunck · 12 years ago
  26. f661546 mpc512x: pdm360ng: drop not needed memory node fixup by Anatolij Gustschin · 12 years ago
  27. 32a7cb3 mpc512x: Adjust the DRAM init sequence to the datasheet spec by Anatolij Gustschin · 12 years ago
  28. d639890 mpc512x: add ifm ac14xx board by Anatolij Gustschin · 12 years ago
  29. a4911f5 mpc512x: allow configuring board specific IPS divider by Anatolij Gustschin · 12 years ago
  30. db20e91 mpc512x: optionally configure DIU, LPC and NFC deviders by Anatolij Gustschin · 12 years ago
  31. c936642 mpc512x: use common code for clock setting for all mpc512x boards by Anatolij Gustschin · 12 years ago
  32. ca625ee mpc512x: use common code for CSx configuration by Anatolij Gustschin · 12 years ago
  33. 3fdce77 mpc512x: add common LAW and Chip Select configuration by Anatolij Gustschin · 12 years ago
  34. 223008d mpc5200: a4m2k: Implement custom "dynamic" watchdog support by Stefan Roese · 12 years ago
  35. 512da3b mpc5200: Add a4m2k board port by Stefan Roese · 12 years ago
  36. e39447d mpc5200: spl_boot.c: Change init oder to first enable printf by Stefan Roese · 12 years ago
  37. 5042213 x86: Enable CONFIG_OF_CONTROL on coreboot by Simon Glass · 12 years ago
  38. f88ab16 x86: Adjust link device tree include file by Simon Glass · 12 years ago
  39. b0ba9a4 x86: Add error checking to x86 relocation code by Simon Glass · 12 years ago
  40. 347c05b x86: Support relocation of FDT on start-up by Simon Glass · 12 years ago
  41. 18cc2bc x86: Rearrange the output input to remove BSS by Simon Glass · 12 years ago
  42. 781db8c x86: Add an __end symbol to signal the end of the U-Boot binary by Simon Glass · 12 years ago
  43. 6fa6e4a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · 12 years ago
  44. 2baa3bb x86: Add basic cache operations by Simon Glass · 12 years ago
  45. 3297d4d x86: Add function to get top of usable ram by Simon Glass · 12 years ago
  46. 92a1f72 Prepare v2013.04-rc1 by Tom Rini · 12 years ago
  47. b0e556b kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc. by Sonic Zhang · 12 years ago
  48. f2f2ec9 bootm: fix conditional compilation for bootm ramdisk subcommand by Daniel Schwierzeck · 12 years ago
  49. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  50. 108458a ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · 12 years ago
  51. 6cb5db4 sandbox: config: Enable sandbox command by Simon Glass · 12 years ago
  52. eb4cecd sandbox: Enable ext4 and fat filesystems by Simon Glass · 12 years ago
  53. bf6ce79 sandbox: Add 'sb' command to access filesystem features by Simon Glass · 12 years ago
  54. 1184287 sandbox: Add host filesystem by Simon Glass · 12 years ago
  55. f1c45c8 sandbox: Add a way of obtaining directory listings by Simon Glass · 12 years ago
  56. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  57. cbe5d5d fs: Use map_sysmem() on read by Simon Glass · 12 years ago
  58. 6a46e2f fs: Tell probe functions where to put their results by Simon Glass · 12 years ago
  59. e6aad85 fs: Use filesystem methods instead of switch() by Simon Glass · 12 years ago
  60. 1aede48 fs: Fully populate the filesystem method struct by Simon Glass · 12 years ago
  61. 6c8f3aa ext4: Split write support into its own file by Simon Glass · 12 years ago
  62. 5b02602 Merge branch 'mem' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  63. 7068b32 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 12 years ago
  64. e8505bb blackfin: bf60x: add resume from hibernate by Steven Miao · 13 years ago
  65. 6cdbce6 blackfin: bf60x: add hw watchdog support by Bob Liu · 13 years ago
  66. 0b38223 blackfin: add bf6xx spi driver by Scott Jiang · 13 years ago
  67. fe13b64 blackfin: bf60x: add rsi/sdh support by Sonic Zhang · 12 years ago
  68. 9e469b4 blackfin: bf60x: add board and headers files to support bf609 by Sonic Zhang · 12 years ago
  69. b40b6ea blackfin: bf60x: add gpio support by Bob Liu · 12 years ago
  70. 49334b8 blackfin: bf60x: support big cplb page by Bob Liu · 13 years ago
  71. 6e24a61 blackfin: bf60x: add dma support by Bob Liu · 12 years ago
  72. 7a91b9b blackfin: bf60x: add serial support by Sonic Zhang · 12 years ago
  73. a99f03e blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. by Sonic Zhang · 12 years ago
  74. 52a310c blackfin: bf60x: new processor header files by Bob Liu · 12 years ago
  75. 9a50bc1 SPL: Change description for spl command by Stefano Babic · 12 years ago
  76. f51b4c7 OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define by Stefano Babic · 12 years ago
  77. 4bf27d5 Add README for the "Falcon" mode by Stefano Babic · 12 years ago
  78. e22a6fc hash: Use lower case for hash algorithm names by Simon Glass · 12 years ago
  79. 68f1556 sandbox: Allow hash functions to work correctly by Simon Glass · 12 years ago
  80. ad02a01 sandbox: Update mtest to fix crashes by Simon Glass · 12 years ago
  81. 1c6c725 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · 12 years ago
  82. a081a0f sandbox: config: Enable hash functions and mtest by Simon Glass · 12 years ago
  83. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  84. 80e345a hash: Add a flag to support saving hashes in the environment by Simon Glass · 12 years ago
  85. 9adb686 image: Use crc header file instead of C prototypes by Simon Glass · 12 years ago
  86. 596295d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  87. fff5c07 fs: Use new numeric setenv functions by Simon Glass · 12 years ago
  88. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  89. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  90. 5107525 Reduce casting in mtest by Simon Glass · 12 years ago
  91. eb4598b Bring mtest putc() into common code by Simon Glass · 12 years ago
  92. 130103e Fix mtest indenting by Simon Glass · 12 years ago
  93. 57ee443 Use common mtest iteration counting by Simon Glass · 12 years ago
  94. 8f2c758 Split out the memory tests into separate functions by Simon Glass · 12 years ago
  95. e6d0ca2 sandbox: Change memory commands to use map_physmem by Simon Glass · 12 years ago
  96. 17dabf0 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  97. 868aa3a sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
  98. d963b72 Update print_buffer() to use const by Simon Glass · 12 years ago
  99. 20bc72a Tidy up error checking and fix bug in hash command by Simon Glass · 12 years ago
  100. 074b455 sandbox: fix compiler warning by Allen Martin · 12 years ago