1. c0561d1 x86: Enable FIT, ELF on coreboot by Simon Glass · 10 years ago
  2. c67161c x86: config: link: Display the board model on the screen by Simon Glass · 10 years ago
  3. 39c0b63 x86: link: Tidy up the command lines options by Simon Glass · 10 years ago
  4. 14db950 x86: cros_ec: Enable cros_ec for link by Simon Glass · 10 years ago
  5. ca42d3f x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  6. 2d41046 x86: config: Enable dhcp on link by Simon Glass · 10 years ago
  7. 2f37604 fdt: Add a subnodes iterator macro by Thierry Reding · 10 years ago
  8. 9f85eee fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  9. 56f4224 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  10. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  11. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  12. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  13. 227ec97 ARM: rpi_b: enable USB/DHCP/PXE in bootcmd by Stephen Warren · 10 years ago
  14. 4f80a06 ARM: rpi_b: query internal MAC address from firmware by Stephen Warren · 10 years ago
  15. 72d5702 arm: rpi: Enable USB support on RPi by Marek Vasut · 10 years ago
  16. 6e9e062 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · 11 years ago
  17. 68e80fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  18. aed2fbe dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  19. 41e98e0 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  20. da802b9 dm: core: Add support for simple-bus by Simon Glass · 10 years ago
  21. 3f0e935 dm: imx: Move cm_fx6 to use driver model for serial and GPIO by Simon Glass · 10 years ago
  22. a8ba569 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · 10 years ago
  23. 1077839 dm: core: Allow a list of devices to be declared in one step by Simon Glass · 10 years ago
  24. 3fcc3af dm: linker_lists: Add a way to declare multiple objects by Simon Glass · 10 years ago
  25. ea0ebc8 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  26. be995a8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  27. 84d6cbd dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  28. fda6fac dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  29. 465bc03 dm: exynos: config: Use driver model for SPI flash by Simon Glass · 10 years ago
  30. b6c2956 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  31. 4c2dbef dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
  32. ff0960f sf: Tidy up public and private header files by Simon Glass · 10 years ago
  33. 0043b1f exynos: universal_c210: Move to driver model soft_spi by Simon Glass · 10 years ago
  34. 73186c9 dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  35. 44ba6b0 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  36. 49b5d6e dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  37. c60e1f2 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  38. d7af6a4 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  39. 547cea1 dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · 10 years ago
  40. accd4b1 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  41. a8981d4 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  42. 73e256c dm: exynos: Move serial to driver model by Simon Glass · 10 years ago
  43. b8809e6 dm: exynos: gpio: Convert to driver model by Simon Glass · 10 years ago
  44. 084067c dm: exynos: Move s5p_goni to generic board by Simon Glass · 10 years ago
  45. d010fac dm: exynos: Move smdkc100 to generic board by Simon Glass · 10 years ago
  46. 4d38395 arm: goni: add i2c_init_board() by Robert Baldyga · 10 years ago
  47. f887cb6 dm: add of_match_ptr() macro by Masahiro Yamada · 10 years ago
  48. b1799fc dm: fix include guard by Masahiro Yamada · 10 years ago
  49. 42c23dd dm: include <linker_lists.h> from platdata.h and uclass.h by Masahiro Yamada · 10 years ago
  50. dc7cb46 linker_lists: include <linux/compiler.h> by Masahiro Yamada · 10 years ago
  51. 81b4e75 dm: fix comments by Masahiro Yamada · 10 years ago
  52. 9aafef4 tegra: apalis_t30: master revamp by Marcel Ziswiler · 10 years ago
  53. ac13b9a tegra: colibri_t30: clean-up spurious new line by Marcel Ziswiler · 10 years ago
  54. 4dab554 tegra: clean-up useless define by Marcel Ziswiler · 10 years ago
  55. 25ca385 gpio: header file comment spelling fixes by Marcel Ziswiler · 10 years ago
  56. 4270d5a arm: tegra: use architecture specific memcpy by Marcel Ziswiler · 10 years ago
  57. bf78b27 arm: tegra: initial support for apalis t30 by Marcel Ziswiler · 10 years ago
  58. 90268b8 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  59. 04451ba mx6sabre_common: Add HDMI config to common code by Fabio Estevam · 10 years ago
  60. 510922a mx6qsabreauto: Add HDMI support by Fabio Estevam · 10 years ago
  61. a84c810 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  62. ba47402 ls102x: Add support for secure boot and enable blob command by Ruchika Gupta · 10 years ago
  63. 789490b mpc85xx: configs - Enable blob command in freescale platforms by Ruchika Gupta · 10 years ago
  64. c5de15c crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  65. 4ba4a09 ls102x: configs - Add hash command in freescale LS1 platforms by Ruchika Gupta · 10 years ago
  66. 737537e mpc85xx: configs - Add hash command in freescale platforms by Ruchika Gupta · 10 years ago
  67. b9eebfa fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · 10 years ago
  68. 028dbb8 fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · 10 years ago
  69. 48ef0d2 fsl_sec : Move SEC CCSR definition to common include by Ruchika Gupta · 10 years ago
  70. 84e0fb4 powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size by Ruchika Gupta · 10 years ago
  71. 0156444 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 by Simon Glass · 10 years ago
  72. e89d623 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  73. 3d420cb Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  74. 790af81 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  75. 5a1d0ad arm: socfpga: Use EMAC1 on SoCDK by Marek Vasut · 10 years ago
  76. ed8271d tools: compiler.h: Fix build on FreeBSD by Jeroen Hofstee · 10 years ago
  77. d0b3723 arm, at91: add generic board support for the taurus and corvus board by Heiko Schocher · 10 years ago
  78. b286818 ARM: atmel: switch at91sam9263ek to generic board by Bo Shen · 10 years ago
  79. 7870118 am335x_evm: Correct BOOTCOUNT driver support by Tom Rini · 10 years ago
  80. fbad464 VCMA9: remove EXT2 support by David Müller (ELSOFT AG) · 10 years ago
  81. cf7d450 PATI: fix broken SPI access by David Müller (ELSOFT AG) · 10 years ago
  82. 6c4c9a7 PATI: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  83. 13bd4d8 VCMA9: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  84. d3b8840 MIP405: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  85. 3f2b5bb PIP405: convert to generic board by David Müller (ELSOFT AG) · 10 years ago
  86. 2ea9103 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  87. af55e35 powerpc: mpc5xxx: remove board support for MVBC_P and MVSMR by Masahiro Yamada · 10 years ago
  88. e7a5656 powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7 by Masahiro Yamada · 10 years ago
  89. 9ed3246 powerpc: ppc4xx: remove board support for bluestone by Masahiro Yamada · 10 years ago
  90. 1521cdc powerpc: ppc4xx: remove board support for CRAYL1 by Masahiro Yamada · 10 years ago
  91. dc9617e powerpc: ppc4xx: remove board support for KAREF and METROBOX by Masahiro Yamada · 10 years ago
  92. 3160b1b OMAP5+: sata/scsi: Implement scsi_init() by Roger Quadros · 10 years ago
  93. 115e71f omap3: overo: Fix fdtfile test by Stefan Herbrechtsmeier · 10 years ago
  94. ebf8644 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  95. cc45a61 arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK by Nobuhiro Iwamatsu · 10 years ago
  96. c252d64 arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK by Nobuhiro Iwamatsu · 10 years ago
  97. c33e4f1 arm: rmobile: lager: Fix value of CONFIG_SH_SCIF_CLK_FREQ by Nobuhiro Iwamatsu · 10 years ago
  98. 4b19b74 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 10 years ago
  99. 2ecd779 exynos: Enable pre-relocation malloc() by Simon Glass · 10 years ago
  100. 93327f6 samsung: Enable device tree for smdkc100 by Simon Glass · 10 years ago