1. da83bcd Add a command to access the system timer by Joe Hershberger · 12 years ago
  2. c167cc0 Add a new "ini" command by Joe Hershberger · 12 years ago
  3. 36180d9 Cleanup cache command prints by Joe Hershberger · 12 years ago
  4. e9455fc Fix checkpatch.pl complaints in cmd_cache.c by Joe Hershberger · 12 years ago
  5. 8cab08e net: fix netconsole filtering by Joe Hershberger · 12 years ago
  6. ecd7295 Add parameter to md5sum to save the md5 sum by Joe Hershberger · 12 years ago
  7. 5ab177b Implement verify option for md5sum command by Joe Hershberger · 12 years ago
  8. 3c210e2 Add parameter to sha1sum to save the SHA1 sum by Joe Hershberger · 12 years ago
  9. e6e77d3 Implement verify option for sha1sum command by Joe Hershberger · 12 years ago
  10. b0fe6ab Change dead code in "test" cmd to debug output by Joe Hershberger · 12 years ago
  11. 93d7212 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
  12. e53515a README: Add handy kermit primer by Karl O. Pinc · 12 years ago
  13. d5670b3 TNETV107X: Change tnetv107x_evm maintainer by Chan-Taek Park · 12 years ago
  14. 54782c0 MAINTAINERS: New maintainer for Samsung's Trats development board. by Łukasz Majewski · 12 years ago
  15. 5ddc702 TQM8xx: adjust linker script to grown code size by Wolfgang Denk · 12 years ago
  16. 0ffb941 mpc52xx/motionpro: fix monitor size and update default environment by Wolfgang Grandegger · 12 years ago
  17. f988224 openrisc/bitops: add hweightX defines by Stefan Kristiansson · 13 years ago
  18. 2bcffa6 openrisc: implement get_ticks and get_tbclk by Stefan Kristiansson · 13 years ago
  19. 221953d Prepare v2012.10-rc2 by Tom Rini · 12 years ago
  20. e1f92e8 AP1000: Inline local 'get_device' by Tom Rini · 12 years ago
  21. 4668a08 sandbox: Add asm/errno.h by Simon Glass · 12 years ago
  22. e5acb88 cmd_fat.c: fix build warning by Anatolij Gustschin · 12 years ago
  23. f2b96df common: add zip command support by Lei Wen · 12 years ago
  24. 88d52c6 lib: add gzip lib function callback by Lei Wen · 12 years ago
  25. 869c2ab lib: zlib: remove the limitation for cannot using 0 as start by Lei Wen · 12 years ago
  26. 7a32b98 lib: zlib: include deflate into zlib build by Lei Wen · 12 years ago
  27. e9a128d lib: zlib: import trees file from 1.2.5 by Lei Wen · 12 years ago
  28. 8a5f34e lib: zlib: import deflate source file from 1.2.5 by Lei Wen · 12 years ago
  29. b726a01 remove unnecessary code in ata_piix by Pavel Herrmann · 12 years ago
  30. a10973e disk: allow - or empty string to fall back to $bootdevice by Stephen Warren · 12 years ago
  31. cec2655 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  32. c57b953 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
  33. 4212098 SPL: Rework how we inform about un-headered images by Tom Rini · 12 years ago
  34. 1292eaf SPL: Make un-supported boot device puts a debug instead by Tom Rini · 12 years ago
  35. 3c6f8a0 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · 12 years ago
  36. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  37. 022b497 SPL: Add option to skip copying of the mkimage header by Stefan Roese · 12 years ago
  38. 33d3464 SPL: Add NOR flash booting support by Stefan Roese · 12 years ago
  39. 95a372b da850: Add README.da850 by Tom Rini · 12 years ago
  40. d79f3a6 hawkboard: Update config file to work with common spl framework by Sughosh Ganu · 12 years ago
  41. 3f7f241 ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK by Tom Rini · 12 years ago
  42. ee0f60d net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · 12 years ago
  43. a655938 PXE: FDT: Add support for fdt in PXE by Chander Kashyap · 12 years ago
  44. c0b5a3b FEC: Replace magic contants by Marek Vasut · 12 years ago
  45. 6744909 FEC: Rework the TX wait mechanism by Marek Vasut · 12 years ago
  46. bc1ce15 FEC: Remove endless loop in the FEC driver by Marek Vasut · 12 years ago
  47. efe24d2 FEC: Properly align address over the buffers for cache ops by Marek Vasut · 12 years ago
  48. e2a66e6 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · 12 years ago
  49. f91ba0e net: Add Vitesse VSC8662 PHY support by Priyanka Jain · 12 years ago
  50. b737337 net/phy: support the mv88e6352 switch by Valentin Longchamp · 12 years ago
  51. 460f949 net: eth_write_hwaddr: Return error for invalid MACs by Benoît Thébaudeau · 12 years ago
  52. d97b4ce SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · 12 years ago
  53. 77552b0 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · 12 years ago
  54. ae83d88 SPL: do not use fix value for u-boot size by Stefano Babic · 12 years ago
  55. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  56. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  57. d7cb93b ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · 12 years ago
  58. d4c4e0e ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · 12 years ago
  59. 026b2fe ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · 12 years ago
  60. f088125 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · 12 years ago
  61. 55cdbb8 ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  62. 24dafad ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · 12 years ago
  63. 8082fda ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · 12 years ago
  64. 37189a1 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  65. 8e1b836 ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · 12 years ago
  66. 9f8a6e7 omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. by Pavel Machek · 12 years ago
  67. 6abbe74 omap-common: Fix typo in save_boot_params() in lowlevel_init.S by Tom Rini · 12 years ago
  68. 861a86f omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
  69. 0da113e spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · 12 years ago
  70. 659e559 Makefile: Move SPL files to clobber, remove from clean by Tom Rini · 12 years ago
  71. 1170e63 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  72. 9aa90c1 env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  73. 3bb89e5 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  74. 2d1d658 README.commands: Document what UNDEF_SYM does by Tom Rini · 12 years ago
  75. 244e6f9 patman: Use reverse order for changelog by Otavio Salvador · 12 years ago
  76. 00d0d2a malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 13 years ago
  77. 185f7d9 net: Add driver for Zynq Gem IP by Michal Simek · 12 years ago
  78. 1dff9d0 net: asix: add AX88772B support by Lucas Stach · 12 years ago
  79. 02c8d8c net: asix: add read_mac function by Lucas Stach · 12 years ago
  80. 58f8fab net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  81. 5fae53d net: asix: split out basic reset function by Lucas Stach · 12 years ago
  82. e1dbdf9 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  83. b3873d3 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  84. 5cf41dc cmd_part: add partition-related command by Stephen Warren · 12 years ago
  85. d27b5f9 disk: part_msdos: parse and store partition UUID by Stephen Warren · 12 years ago
  86. 894bfbb disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
  87. c04d68c disk: part_efi: range-check partition number by Stephen Warren · 12 years ago
  88. 10a37fd disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  89. 2023e60 disk: introduce get_device() by Stephen Warren · 12 years ago
  90. 650f366 cmd_reiser: use common get_device_and_partition function by Rob Herring · 12 years ago
  91. 4120457 cmd_zfs: use common get_device_and_partition function by Rob Herring · 12 years ago
  92. 475c797 cmd_disk: use common get_device_and_partition function by Rob Herring · 12 years ago
  93. cfda5ae cmd_fat: use common get_device_and_partition function by Rob Herring · 12 years ago
  94. 8118081 cmd_extX: use common get_device_and_partition function by Rob Herring · 12 years ago
  95. 9450106 ext4: remove init_fs/deinit_fs by Rob Herring · 12 years ago
  96. 99d2c20 disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
  97. 40e0e56 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
  98. 7405a13 combine block device load commands into common function by Rob Herring · 12 years ago
  99. 2f50164 disk: make get_partition_info() always available to disk.c by Stephen Warren · 12 years ago
  100. cce5d21 MAKEALL: fix per arch board lists by Allen Martin · 12 years ago