1. bfbfab9 mv-common.h: increase malloc arena to 4MiB by Andreas Bießmann · 12 years ago
  2. 3e75e69 arch-kirkwood: Ethernet port macro returning incorrect address by Luke Lowrey · 12 years ago
  3. 23c9946 lsxl: unset ncip for rescue mode by Michael Walle · 12 years ago
  4. 7202e8a ARM: lacie_kw: add support for WIRELESS_SPACE by Albert ARIBAUD · 12 years ago
  5. 9d86f0c kirkwood: make MPP arrays static const by Albert ARIBAUD · 12 years ago
  6. 0a16ea5 mv88e61xx: refactor PHY and SWITCH level-code by Albert ARIBAUD · 12 years ago
  7. 136846d arm/km: remove duplicate code by Valentin Longchamp · 12 years ago
  8. 37bead1 km/common: cosmetic change reported from checkpatch by Holger Brunck · 12 years ago
  9. 06610e1 km/common: drop unneeded std* environment variables by Holger Brunck · 12 years ago
  10. 2472216 arm/km: fix memory settings by Holger Brunck · 12 years ago
  11. 7528cf5 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  12. 79f3877 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  13. 1411fb3 tools: imximage: Load a size that is multiple of 512 by Fabio Estevam · 12 years ago
  14. 085e728 mx53loco: Improve error handling on power_init() by Fabio Estevam · 12 years ago
  15. d229251 mx53loco: Remove unneeded 'retval' variable by Fabio Estevam · 12 years ago
  16. 7093f85 mx51evk: Remove unneeded comment by Fabio Estevam · 12 years ago
  17. 49ea0ff mx6qsabresd: use on-board eMMC to store environment by Shawn Guo · 12 years ago
  18. de7d02a mx6qsabresd: add usdhc2 and usdhc4 support by Shawn Guo · 12 years ago
  19. fb8302b fsl_esdhc: add MMC_MODE_HC host_caps by Shawn Guo · 12 years ago
  20. e660c44 mx35pdk:Use IMX_GPIO_NR macro by Ashok · 12 years ago
  21. 1f75b54 mxs: Add NAND fdt and ramdisk partition to m28evk by Marek Vasut · 12 years ago
  22. 54bb841 mx53loco: Call PMIC related functions from board_late_init() by Fabio Estevam · 12 years ago
  23. 2f994fe mx6qsabre_common: Change default loadaddr to 0x12000000 by Otavio Salvador · 12 years ago
  24. 589b1af mx6qsabrelite: Change default loadaddr to 0x12000000 by Otavio Salvador · 12 years ago
  25. fe51f78 mx53loco: Change default loadaddr to 0x72000000 by Otavio Salvador · 12 years ago
  26. aef8af6a mx53loco: We shouldn't hardcode a rootfs filesystem type by Otavio Salvador · 12 years ago
  27. 8dd15b4 mx35pdk: Allow booting of a device tree kernel by Fabio Estevam · 12 years ago
  28. 96764df Merge samsung, imx, tegra into u-boot-arm/master by Albert ARIBAUD · 12 years ago
  29. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  30. 0957288 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  31. e80e588 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  32. e3bb325 net: sh_eth: add support for SH7752 by Yoshihiro Shimoda · 12 years ago
  33. 65b0db8 net: Fix endianness bug in link-local by Joe Hershberger · 12 years ago
  34. 85b1980 net: Add tftp speed indication by Simon Glass · 12 years ago
  35. d8fb710 powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR by trem · 12 years ago
  36. b4b81e8 phy: Add support for Marvell 88E1118R by Michal Simek · 12 years ago
  37. 776e66e e1000e : Correct Rx Threshold granularity by Ruchika Gupta · 12 years ago
  38. 71779d5 m28evk/mx28evk: fix nand_update_full by Eric Benard · 12 years ago
  39. 88c5c68 Merge remote-tracking branch 'origin/master' by Scott Wood · 12 years ago
  40. ebbf0d2 Prepare v2013.01-rc2 by Tom Rini · 12 years ago
  41. 6e9005b omap3_evm: Let CONFIG_EFI_PARTITION be set for SPL by Tom Rini · 12 years ago
  42. 1d6cd0a env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  43. 9d8d661 env: Implement the env delete command by Joe Hershberger · 12 years ago
  44. 24ab5a1 env: Add setenv force support by Joe Hershberger · 12 years ago
  45. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  46. fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  47. 30fd4fad tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  48. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  49. e080d54 env: Add a silent env handler by Joe Hershberger · 12 years ago
  50. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  51. 1cf0a8b env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  52. 3205771 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  53. a9f51c9 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  54. 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  55. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  56. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  57. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  58. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  59. 3d3b52f env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  60. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  61. e772cb3 Make linux kernel string funcs available to tools by Joe Hershberger · 12 years ago
  62. 9960d9a gpt: Enable support for GPT partition table restoration at Samsung's Trats by Lukasz Majewski · 12 years ago
  63. 8b09623 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago
  64. 40684dd gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · 12 years ago
  65. fae2bf2 gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> by Chang Hyun Park · 12 years ago
  66. 36f2e8e gpt:doc: GPT (GUID Partition Table) documentation by Lukasz Majewski · 12 years ago
  67. 9386f96 part:efi: Move part_efi.h file to ./include by Lukasz Majewski · 12 years ago
  68. 3ec4411 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · 12 years ago
  69. b874df7 mx25pdk: Allow booting a device tree kernel by Fabio Estevam · 12 years ago
  70. 8965112 mx53loco: Fix PMIC name by Fabio Estevam · 12 years ago
  71. caddc17 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  72. f88e09d mips: serial: Fix busted manual relocation by Joe Hershberger · 12 years ago
  73. f0c2799 MIPS: constify mips_io_port_base by Daniel Schwierzeck · 12 years ago
  74. 0b38fff mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems by Wolfram Sang · 12 years ago
  75. bf3d58b cmd:spl:fix: Prevent from a build error on boards, which don't support FDT by Łukasz Majewski · 12 years ago
  76. 23b479b exynos: Enable hashing functions and EDID for smdk5250 by Simon Glass · 12 years ago
  77. eea3f4d tpm: Add TPM stress test by Luigi Semenzato · 12 years ago
  78. 78c112c console: Enable function to display console info by Simon Glass · 12 years ago
  79. 9ad557b Add console command to access io space registers by Vadim Bendebury · 12 years ago
  80. 096eb3f fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  81. 735987c edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  82. d46b5f7 edid: Library of EDID decode and print by Tom Wai-Hong Tam · 12 years ago
  83. bf36c5d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  84. e50b12c sha1sum: Use generic hash layer by Simon Glass · 12 years ago
  85. 460408e Add generic hash API by Simon Glass · 12 years ago
  86. b1f17bf Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  87. ec7381f sha256: Use const where possible and add watchdog function by Simon Glass · 12 years ago
  88. a7d1d76 sha1: Use const where possible, and unsigned for input len by Simon Glass · 12 years ago
  89. 6a135ef stdio: remove useless strncpy by Vincent Palatin · 12 years ago
  90. 75b3afc Fix use of conditional LMB by Simon Glass · 12 years ago
  91. ff048ea Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  92. 53fdc7e Add gettime command by Anton Staaf · 12 years ago
  93. 01433d6 Add new bootstage step for the main loop by Simon Glass · 12 years ago
  94. 94740e4 gpio: remove duplicate function signature by Nikita Kiryanov · 12 years ago
  95. d40d914 designware_i2c.h: Define IC_CLK only if not already defined in config file by Armando Visconti · 12 years ago
  96. ea31b7a designware_i2c.h: Fixed the correct values for SCL low/high time by Armando Visconti · 12 years ago
  97. 5b8439b designware_i2c: Fixed the setting of the i2c bus speed by Armando Visconti · 12 years ago
  98. 491739b designware_i2c: Added s/w generation of stop bit by Armando Visconti · 12 years ago
  99. ac6e2fe designware_i2c.c: Added the support for MULTI_BUS by Armando Visconti · 12 years ago
  100. c86d9ed drivers:i2c: Modify I2C driver for Exynos4 by Piotr Wilczek · 12 years ago