1. 41f8e9f ARM: sunxi: Fix build break when CONFIG_MMC is not defined by Chen-Yu Tsai · 10 years ago
  2. e711891 sunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i and sun7i by Hans de Goede · 10 years ago
  3. cd82113 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
  4. 8a6564d ARM: sunxi: Add basic A31 support by Maxime Ripard · 10 years ago
  5. 859b3f1 ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined by Chen-Yu Tsai · 10 years ago
  6. 03a3536 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  7. 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  8. 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  9. a488483 arm: armada-xp: Add basic support for the maxBCM board by Stefan Roese · 10 years ago
  10. dd58080 arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board by Stefan Roese · 10 years ago
  11. 4fb3f0c net: phy.h: Make PHY autonegotiation timeout configurable by Stefan Roese · 10 years ago
  12. 19fc2ea net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago
  13. 24c0497 arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · 10 years ago
  14. dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  15. 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  16. c0561d1 x86: Enable FIT, ELF on coreboot by Simon Glass · 10 years ago
  17. c67161c x86: config: link: Display the board model on the screen by Simon Glass · 10 years ago
  18. 39c0b63 x86: link: Tidy up the command lines options by Simon Glass · 10 years ago
  19. 14db950 x86: cros_ec: Enable cros_ec for link by Simon Glass · 10 years ago
  20. ca42d3f x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  21. 2d41046 x86: config: Enable dhcp on link by Simon Glass · 10 years ago
  22. 2f37604 fdt: Add a subnodes iterator macro by Thierry Reding · 10 years ago
  23. 9f85eee fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  24. 56f4224 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  25. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  26. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  27. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  28. 68e80fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  29. aed2fbe dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  30. 41e98e0 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  31. da802b9 dm: core: Add support for simple-bus by Simon Glass · 10 years ago
  32. 3f0e935 dm: imx: Move cm_fx6 to use driver model for serial and GPIO by Simon Glass · 10 years ago
  33. a8ba569 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · 10 years ago
  34. 1077839 dm: core: Allow a list of devices to be declared in one step by Simon Glass · 10 years ago
  35. 3fcc3af dm: linker_lists: Add a way to declare multiple objects by Simon Glass · 10 years ago
  36. ea0ebc8 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  37. be995a8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  38. 84d6cbd dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  39. fda6fac dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  40. 465bc03 dm: exynos: config: Use driver model for SPI flash by Simon Glass · 10 years ago
  41. b6c2956 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  42. 4c2dbef dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
  43. ff0960f sf: Tidy up public and private header files by Simon Glass · 10 years ago
  44. 0043b1f exynos: universal_c210: Move to driver model soft_spi by Simon Glass · 10 years ago
  45. 73186c9 dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  46. 44ba6b0 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  47. 49b5d6e dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  48. c60e1f2 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  49. d7af6a4 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  50. 547cea1 dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · 10 years ago
  51. accd4b1 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  52. a8981d4 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  53. 73e256c dm: exynos: Move serial to driver model by Simon Glass · 10 years ago
  54. b8809e6 dm: exynos: gpio: Convert to driver model by Simon Glass · 10 years ago
  55. 084067c dm: exynos: Move s5p_goni to generic board by Simon Glass · 10 years ago
  56. d010fac dm: exynos: Move smdkc100 to generic board by Simon Glass · 10 years ago
  57. 4d38395 arm: goni: add i2c_init_board() by Robert Baldyga · 10 years ago
  58. f887cb6 dm: add of_match_ptr() macro by Masahiro Yamada · 10 years ago
  59. b1799fc dm: fix include guard by Masahiro Yamada · 10 years ago
  60. 42c23dd dm: include <linker_lists.h> from platdata.h and uclass.h by Masahiro Yamada · 10 years ago
  61. dc7cb46 linker_lists: include <linux/compiler.h> by Masahiro Yamada · 10 years ago
  62. 81b4e75 dm: fix comments by Masahiro Yamada · 10 years ago
  63. 9aafef4 tegra: apalis_t30: master revamp by Marcel Ziswiler · 10 years ago
  64. ac13b9a tegra: colibri_t30: clean-up spurious new line by Marcel Ziswiler · 10 years ago
  65. 4dab554 tegra: clean-up useless define by Marcel Ziswiler · 10 years ago
  66. 25ca385 gpio: header file comment spelling fixes by Marcel Ziswiler · 10 years ago
  67. 4270d5a arm: tegra: use architecture specific memcpy by Marcel Ziswiler · 10 years ago
  68. bf78b27 arm: tegra: initial support for apalis t30 by Marcel Ziswiler · 10 years ago
  69. 90268b8 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  70. a84c810 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  71. ba47402 ls102x: Add support for secure boot and enable blob command by Ruchika Gupta · 10 years ago
  72. 789490b mpc85xx: configs - Enable blob command in freescale platforms by Ruchika Gupta · 10 years ago
  73. c5de15c crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  74. 4ba4a09 ls102x: configs - Add hash command in freescale LS1 platforms by Ruchika Gupta · 10 years ago
  75. 737537e mpc85xx: configs - Add hash command in freescale platforms by Ruchika Gupta · 10 years ago
  76. b9eebfa fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · 10 years ago
  77. 028dbb8 fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · 10 years ago
  78. 48ef0d2 fsl_sec : Move SEC CCSR definition to common include by Ruchika Gupta · 10 years ago
  79. 84e0fb4 powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size by Ruchika Gupta · 10 years ago
  80. 0156444 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 by Simon Glass · 10 years ago
  81. e89d623 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  82. 3d420cb Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  83. 790af81 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  84. 5a1d0ad arm: socfpga: Use EMAC1 on SoCDK by Marek Vasut · 10 years ago
  85. ed8271d tools: compiler.h: Fix build on FreeBSD by Jeroen Hofstee · 10 years ago
  86. d0b3723 arm, at91: add generic board support for the taurus and corvus board by Heiko Schocher · 10 years ago
  87. b286818 ARM: atmel: switch at91sam9263ek to generic board by Bo Shen · 10 years ago
  88. 7870118 am335x_evm: Correct BOOTCOUNT driver support by Tom Rini · 10 years ago
  89. fbad464 VCMA9: remove EXT2 support by David Müller (ELSOFT AG) · 10 years ago
  90. cf7d450 PATI: fix broken SPI access by David Müller (ELSOFT AG) · 10 years ago
  91. 6c4c9a7 PATI: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  92. 13bd4d8 VCMA9: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  93. d3b8840 MIP405: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  94. 3f2b5bb PIP405: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  95. 2ea9103 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  96. af55e35 powerpc: mpc5xxx: remove board support for MVBC_P and MVSMR by Masahiro Yamada · 10 years ago
  97. e7a5656 powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7 by Masahiro Yamada · 10 years ago
  98. 9ed3246 powerpc: ppc4xx: remove board support for bluestone by Masahiro Yamada · 10 years ago
  99. 1521cdc powerpc: ppc4xx: remove board support for CRAYL1 by Masahiro Yamada · 10 years ago
  100. dc9617e powerpc: ppc4xx: remove board support for KAREF and METROBOX by Masahiro Yamada · 10 years ago