1. ee66511 TI:OMAP4: enable EXT support in SPL for OMAP4 boards by Guillaume GARDET · 10 years ago
  2. 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  3. 205b4f3 Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  4. c6da9ae Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  5. 19ea467 Use uint64_t for time types by Simon Glass · 10 years ago
  6. 4166ecb Add some standard headers external code might need by Gabe Black · 10 years ago
  7. 0d296cc Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  8. 87b6398 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  9. 0cf8761 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  10. f06f9a1 ppc: Zap TQM8272 board by Marek Vasut · 10 years ago
  11. ccc1950 ppc: Zap TQM8260 board by Marek Vasut · 10 years ago
  12. 6afb357 ppc: Zap IDS8247 board by Marek Vasut · 10 years ago
  13. 4109cb0 ppc: Zap HWW1U1A board by Marek Vasut · 10 years ago
  14. 5038d7f ppc: Zap Hymod board by Marek Vasut · 10 years ago
  15. 1655f9f ppc: Zap MHPC board by Marek Vasut · 10 years ago
  16. 4af5f0f ppc: Zap ICU862 board by Marek Vasut · 10 years ago
  17. 03b0040 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
  18. 77d4357 powerpc: digsy_mtc: convert to generic board by Anatolij Gustschin · 10 years ago
  19. 5b8cdd8 powerpc: mecp5123: convert to generic board by Anatolij Gustschin · 10 years ago
  20. 37cf49c powerpc: ac14xx: convert to generic board by Anatolij Gustschin · 10 years ago
  21. 32ff89d powerpc: aria: convert to generic board by Anatolij Gustschin · 10 years ago
  22. 8aad332 powerpc: pdm360ng: convert to generic board by Anatolij Gustschin · 10 years ago
  23. 10e99d8 powerpc: mpc5121ads: convert to generic board by Anatolij Gustschin · 10 years ago
  24. 0ce4af9 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  25. 5aa7bec Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  26. 674ca84 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  27. 20cadbb arm: socfpga: config: Add USB support example by Marek Vasut · 10 years ago
  28. a22a584 arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro by Marek Vasut · 10 years ago
  29. 34584d1 arm: socfpga: Zap spl.h and ad-hoc related syms by Marek Vasut · 10 years ago
  30. fc52089 arm: socfpga: Move code from misc_init_r() to arch_early_init_r() by Marek Vasut · 10 years ago
  31. 9345651 arm: debug: replace license blocks with SPDX by Masahiro Yamada · 10 years ago
  32. 1cfe9fa arm: debug: import debug files from Linux 3.16 by Masahiro Yamada · 10 years ago
  33. d0796de Merge http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  34. 1fba907 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  35. 84a6df0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  36. ce04822 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · 10 years ago
  37. aeb8055 mmc: add prototype for mmc_get_env_addr by Jeroen Hofstee · 10 years ago
  38. 611aee2 ide: add missing prototype by Jeroen Hofstee · 10 years ago
  39. 5b5ac64 gpio: add protype for name_to_gpio by Jeroen Hofstee · 10 years ago
  40. d50b07d fdt_support: add prototypes for __weak functions by Jeroen Hofstee · 10 years ago
  41. 6f38477 elf: add prototype for valid_elf_image by Jeroen Hofstee · 10 years ago
  42. f1bd871 bootm: add prototype for arch_preboot_os by Jeroen Hofstee · 10 years ago
  43. 5afe73f string.h: add missing prototypes by Jeroen Hofstee · 10 years ago
  44. 06beadb sunxi: Increase command line buffer size (CONFIG_SYS_CBSIZE) by Ian Campbell · 10 years ago
  45. c757a50 ARM: sunxi: Add support for using R_UART as console by Chen-Yu Tsai · 10 years ago
  46. 8ebe4f4 ARM: sunxi: Add basic A23 support by Chen-Yu Tsai · 10 years ago
  47. ff2b47f ARM: sunxi: Add support for uart0 on port F (mmc0) by Chen-Yu Tsai · 10 years ago
  48. 41f8e9f ARM: sunxi: Fix build break when CONFIG_MMC is not defined by Chen-Yu Tsai · 10 years ago
  49. e711891 sunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i and sun7i by Hans de Goede · 10 years ago
  50. cd82113 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
  51. 8a6564d ARM: sunxi: Add basic A31 support by Maxime Ripard · 10 years ago
  52. 859b3f1 ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined by Chen-Yu Tsai · 10 years ago
  53. ff247b7 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · 10 years ago
  54. d064cbf dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · 10 years ago
  55. 3fdd0bb serial: add static directive to local functions by Masahiro Yamada · 10 years ago
  56. 86256b7 dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · 10 years ago
  57. e98a03c dm: x86: Convert coreboot serial to use driver model by Simon Glass · 10 years ago
  58. 7414112 dm: x86: Convert Intel ICH6 GPIO driver to use driver model by Simon Glass · 10 years ago
  59. 85bfe6e dm: gpio: Remove unused get_state() uclass method by Simon Glass · 10 years ago
  60. 2d91a97 dm: dts: Move omap device tree includes to correct place by Simon Glass · 10 years ago
  61. 756ac0b test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  62. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  63. 0757535 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  64. 6449a50 dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  65. b892d12 dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  66. b3f4ca1 dm: omap3: Move to driver model for GPIO and serial by Simon Glass · 10 years ago
  67. 1a44cd8 dm: am33xx: Move to driver model for GPIO and serial by Simon Glass · 10 years ago
  68. 167efe0 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
  69. 09bab6e musb: fix warning in include/linux/usb/musb.h by Igor Grinberg · 10 years ago
  70. 03a3536 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  71. 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  72. 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  73. 05180fc am335x_evm: Correct "raw" portions of DFU alt into by Tom Rini · 10 years ago
  74. 76bfd16 arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT by Felipe Balbi · 10 years ago
  75. f5c30c1 omap3: overo: Add usb host support by Stefan Herbrechtsmeier · 10 years ago
  76. f2565a5 omap3: overo: Call bootm only after successful nand read by Stefan Herbrechtsmeier · 10 years ago
  77. 2645948 ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr by Hao Zhang · 10 years ago
  78. 00b821f board: k2e_evm: add network support by Hao Zhang · 10 years ago
  79. 3c61502 net: keystone_serdes: add keystone K2E SoC support by Khoronzhuk, Ivan · 10 years ago
  80. a4d2ade net: keystone_net: use general get link function by Khoronzhuk, Ivan · 10 years ago
  81. 3fe9362 net: keystone_net: register eth PHYs on MDIO bus by Khoronzhuk, Ivan · 10 years ago
  82. 92a16c8 soc: keystone_serdes: generalize to be used by other sub systems by Hao Zhang · 10 years ago
  83. 95f74da soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations by Hao Zhang · 10 years ago
  84. a43febd soc: keystone_serdes: create a separate SGMII SerDes driver by Khoronzhuk, Ivan · 10 years ago
  85. 0935cac net: keystone_net: move header file from arch to ti-common by Khoronzhuk, Ivan · 10 years ago
  86. e3114c9 net: keystone_net: add support for NETCP v1.5 by Khoronzhuk, Ivan · 10 years ago
  87. 8347210 configs: ks2_evm: enable misc_init_r by Khoronzhuk, Ivan · 10 years ago
  88. 345af53 keystone2: k2l-evm: add board support by Hao Zhang · 10 years ago
  89. bc0e8d7 keystone: usb: add support of usb xhci by WingMan Kwok · 10 years ago
  90. 9ea9021 dma: keystone_nav: generalize driver usage by Khoronzhuk, Ivan · 10 years ago
  91. ef45471 dma: keystone_nav: move keystone_nav driver to driver/dma/ by Khoronzhuk, Ivan · 10 years ago
  92. a488483 arm: armada-xp: Add basic support for the maxBCM board by Stefan Roese · 10 years ago
  93. dd58080 arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board by Stefan Roese · 10 years ago
  94. 4fb3f0c net: phy.h: Make PHY autonegotiation timeout configurable by Stefan Roese · 10 years ago
  95. 19fc2ea net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago
  96. 24c0497 arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · 10 years ago
  97. dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  98. 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  99. 2e3a1f4 ot1200: fix sf detection by Christian Gmeiner · 10 years ago
  100. c0561d1 x86: Enable FIT, ELF on coreboot by Simon Glass · 10 years ago