1. 9752eb6 board/t208x: update t2080qds/t2080rdb for errata A-007186 by Shengzhou Liu · 10 years ago
  2. d835e91 mpc8313, signed fit: enable legacy image format on ids8313 board by Heiko Schocher · 10 years ago
  3. 21d29f7 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  4. 5f65826 FDT: Fix DTC repository references by Jon Loeliger · 10 years ago
  5. 60bf941 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 10 years ago
  6. e04350d disk: part_efi: clarify lbaint_t usage by Steve Rae · 10 years ago
  7. dedf37b disk: part_efi: resolve endianness issues by Steve Rae · 10 years ago
  8. ed6a5d4 env_eeprom: Assign default environment during board_init_f by Siva Durga Prasad Paladugu · 10 years ago
  9. 4f0d1a2 fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE by Siva Durga Prasad Paladugu · 10 years ago
  10. 9cd73bf openrisc: fix relocation code by Franck Jullien · 10 years ago
  11. c346cf1 openrisc: update SPR registers definition by Franck Jullien · 10 years ago
  12. 08be283 phy: fix create_phy_by_mask for when its given an actual search mask by Cormier, Jonathan · 10 years ago
  13. 6437501 Prevent a stack overflow in fit_check_sign by Michael van der Westhuizen · 10 years ago
  14. 25308f4 tools: Refactor mxsimage to use pbl_crc32 by Charles Manning · 10 years ago
  15. abbc67e mkimage : Split out and clean pbl_crc32 for use by other image types by Charles Manning · 10 years ago
  16. 4eb580b Correct return code from builtin_run_command_list() by Simon Glass · 10 years ago
  17. 587e1d4 Fix hush to give the correct return code for a simple command by Simon Glass · 10 years ago
  18. c9bcb6f Fix itest mask overflow by Simon Glass · 10 years ago
  19. 93ce756 Add final result tests for run_command_list() by Simon Glass · 10 years ago
  20. 7a33c77 boards.cfg: fix a configuration error of ep8248 board again by Masahiro Yamada · 10 years ago
  21. f77d709 kbuild: add missing PERL definition by Masahiro Yamada · 10 years ago
  22. 06e878c kbuild: remove unused RANLIB by Masahiro Yamada · 10 years ago
  23. 2aff23c arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y by Masahiro Yamada · 10 years ago
  24. e6607cf ARM: tegra: enable USB device mode and UMS on some boards by Stephen Warren · 10 years ago
  25. bffb364 Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · 10 years ago
  26. 9a650bf Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 10 years ago
  27. d119a2e ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH by Alexey Brodkin · 10 years ago
  28. cc49da2 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  29. 006c702 usb: ci_udc: complete ep0 direction handling by Stephen Warren · 10 years ago
  30. a2d8f92 usb: ci_udc: pre-allocate ep0 req by Stephen Warren · 10 years ago
  31. 054731b usb: ci_udc: use a single descriptor for ep0 by Stephen Warren · 10 years ago
  32. 7484d84 usb: ci_udc: detect queued requests on ep0 by Stephen Warren · 10 years ago
  33. 77b83e6 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY by Stephen Warren · 10 years ago
  34. 0d437bc usb: hub: fix power good delay timing by Stephen Warren · 10 years ago
  35. bd69424 dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 10 years ago
  36. 567802b Exynos: Make sure ps_hold gets set in the SPL by Doug Anderson · 10 years ago
  37. 3fe1a85 powerpc: hiddendragon: remove orphan board by Masahiro Yamada · 10 years ago
  38. 7edb1f7 powerpc: debris: remove orphan board by Masahiro Yamada · 10 years ago
  39. 2868f86 powerpc: kvme080: remove orphan board by Masahiro Yamada · 10 years ago
  40. 49ad566 powerpc: ep8248: remove orphan board by Masahiro Yamada · 10 years ago
  41. 80bae39 powerpc: ispan: remove orphan board by Masahiro Yamada · 10 years ago
  42. d0664db powerpc: rattler: remove orphan board by Masahiro Yamada · 10 years ago
  43. 6f80bb4 powerpc: zpc1900: remove orphan board by Masahiro Yamada · 10 years ago
  44. facb672 powerpc: mpc8260ads: remove orphan board by Masahiro Yamada · 10 years ago
  45. 373a978 powerpc: adder: remove orphan board by Masahiro Yamada · 10 years ago
  46. 3569571 PPC4xx: Remove quad100hd board by Wolfgang Denk · 10 years ago
  47. 90b51c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  48. 9585624 main: Avoid unncessary strdup()/free() by Simon Glass · 11 years ago
  49. affb215 main: Make the execution path a little clearer in main.c by Simon Glass · 11 years ago
  50. c1bb2cd main: Hide the hush/simple details inside cli.c by Simon Glass · 11 years ago
  51. 1364a0e Simplify the main loop by Simon Glass · 11 years ago
  52. 9272a9b m68k: powerpc: Clean up do_mdm_init by Simon Glass · 11 years ago
  53. b26440f Rename bootretry functions and remove #ifdefs by Simon Glass · 11 years ago
  54. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  55. 3035497 Move command line API into cli.c by Simon Glass · 11 years ago
  56. 66ded17 Move autoboot code to autoboot.c by Simon Glass · 11 years ago
  57. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  58. 6493ccc Split out simple parser and readline into separate files by Simon Glass · 11 years ago
  59. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  60. eca86fa Rename hush to cli_hush by Simon Glass · 11 years ago
  61. ae4223f Remove unnecessary use of hush header file by Simon Glass · 11 years ago
  62. 0c04b1a arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD by Piotr Wilczek · 10 years ago
  63. 3a56482 serial_mxc: disable new features of autobaud detection by Eric Nelson · 10 years ago
  64. 66ca09f mx6sabred: Add PFUZE100 PMIC support by Fabio Estevam · 10 years ago
  65. 186feb0 mx6sabreauto: Add the mx6dual-lite variant by Fabio Estevam · 10 years ago
  66. 2f43f85 initcall: Improve debugging support by Simon Glass · 10 years ago
  67. a9cf6da exynos: Enable the LCD backlight for snow by Simon Glass · 10 years ago
  68. 14ccc30 exynos: dts: Enable LCD for snow by Simon Glass · 10 years ago
  69. eb0dd99 exynos: Enable PSHOLD in SPL by Simon Glass · 10 years ago
  70. 0f2e739 exynos5: support tps65090 pmic by Aaron Durbin · 10 years ago
  71. 0b259dc power: Explicitly select pmic device's bus by Aaron Durbin · 10 years ago
  72. 2469bf3 exynos5: Enable tps65090 on exynos5-dt by Aaron Durbin · 10 years ago
  73. ac1058f power: Add support for TPS65090 PMU chip. by Tom Wai-Hong Tam · 10 years ago
  74. 78a36c3 power: Add PMIC_ prefix to CHARGER_EN/DISABLE by Simon Glass · 10 years ago
  75. 913702c power: Rename CONFIG_PMIC_... to CONFIG_POWER_... by Simon Glass · 10 years ago
  76. 2f7547f exynos: Drop old smdk5250.c file by Simon Glass · 10 years ago
  77. 63e6267 exynos: dts: Correct EC interrupt GPIO by Simon Glass · 10 years ago
  78. f23adc9 Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · 10 years ago
  79. 7f6a6db tb100 - add Abilis TB100 board by Alexey Brodkin · 10 years ago
  80. 0116f40 Prepare v2014.07-rc2 by Tom Rini · 10 years ago
  81. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  82. 9637a1b ARM: at91sam9m10g45ek: add mmc environment configuration support by Wu, Josh · 10 years ago
  83. cf874c1 ARM: at91sam9m10g45ek: enable mci0 support by Wu, Josh · 10 years ago
  84. e83c4d2 ARM: at91: remove redundant ARM926EJS definition in board config files by Wu, Josh · 10 years ago
  85. 7f6bd0d at91: remove redundant AT91FAMILY definition in board config file by Wu, Josh · 10 years ago
  86. 168a48f ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header by Wu, Josh · 10 years ago
  87. 2ff22cf ARM: at91: remove AT91X40 macro since it is not use any more by Wu, Josh · 10 years ago
  88. e166a83 sama5d3xek: enable PMECC header generation by Andreas Bießmann · 10 years ago
  89. 5c390a5 arm:at91: enable ROM loadable atmel image by Andreas Bießmann · 10 years ago
  90. 7b1a411 mkimage: add atmelimage by Andreas Bießmann · 10 years ago
  91. ecd0461 corvus: remove unneeded CONFIG_AT91_LEGACY by Andreas Bießmann · 10 years ago
  92. 9902c7b mmc: atmel_mci: fix print incorrect buffer content for debug by Wu, Josh · 10 years ago
  93. 7d82d89 gpio: at91: add sanity check for the NULL pointer by Wu, Josh · 10 years ago
  94. 4952759 ARM: atmel: at91sam9x5ek: convert to generic board by Bo Shen · 10 years ago
  95. 68f1647 ARM: atmel: at91sam9m10g45ek: convert to generic board by Bo Shen · 10 years ago
  96. 9652296 ARM: atmel: sama5d3_xplained: convert to generic board by Bo Shen · 10 years ago
  97. 525049d ARM: atmel: sama5d3xek: convert to generic board by Bo Shen · 10 years ago
  98. cd23aac4 ARM: atmel: enable SPL on sama5d3_xplained board by Bo Shen · 11 years ago
  99. 12bbc0b ARM: atmel: switch to main crystal osc for SPL boot by Bo Shen · 11 years ago
  100. 024cd74 atngw100mkii: add missing CONFIG_SYS_TEXT_BASE by Andreas Bießmann · 10 years ago