1. c21c28b arm: at91: Add support for DENX MA5D4 SoM and EVK by Marek Vasut · 9 years ago
  2. c43a72e ARM: at91: clean up the PMC_PLLICPR init code by Wenyou Yang · 9 years ago
  3. c0b868c ARM: at91: clock: add PMC_PLLICPR init function by Wenyou Yang · 9 years ago
  4. be5e485 ARM: at91: clock: add PLLB enable/disable functions by Wenyou Yang · 9 years ago
  5. db5c102 ARM: at91: armv7: clean up UTMI PLL handle code by Wenyou Yang · 9 years ago
  6. 1e70b37 ARM: at91: clock: add UTMI PLL enable/disable function by Wenyou Yang · 9 years ago
  7. eced5a7 ARM: cpu: at91: clean up peripheral clock code by Wenyou Yang · 9 years ago
  8. 41bf25c ARM: at91: clock: add a new file to handle clock by Wenyou Yang · 9 years ago
  9. e5322df ARM: at91: asm/at91_pmc.h: fix trival register offset by Wenyou Yang · 9 years ago
  10. 5589bc2 ARM: tegra: enable USB device mode port on Dalmore by Stephen Warren · 9 years ago
  11. d6ef8a6 video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD by Simon Glass · 9 years ago
  12. e007633 tegra: video: Clean up the old LCD/PWM driver code by Simon Glass · 9 years ago
  13. 91c08af tegra: video: Move LCD driver to use the DM PWM driver by Simon Glass · 9 years ago
  14. bfda037 tegra: video: Move LCD enums into the driver by Simon Glass · 9 years ago
  15. 9e6866d tegra: video: Convert tegra20 LCD driver to driver model by Simon Glass · 9 years ago
  16. ce0c474 tegra: video: Merge the two config structures together by Simon Glass · 9 years ago
  17. 71cafc3 tegra: video: Merge the display driver into one file by Simon Glass · 9 years ago
  18. ee7d755 tegra: dts: Sync tegra20.dtsi with Linux v4.4 by Simon Glass · 9 years ago
  19. d2f9065 tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20 by Simon Glass · 9 years ago
  20. 135a87e tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCD by Simon Glass · 9 years ago
  21. 3f2997a tegra: Allow driver model to be used for the PWM by Simon Glass · 9 years ago
  22. 4dd8115 tegra: lcd: Merge tegra124-lcd.c into display.c by Simon Glass · 9 years ago
  23. 7429b96 tegra: pwm: Add a driver for the tegra PWM by Simon Glass · 9 years ago
  24. 300e235 tegra: dts: Sync up nyan-big files with Linux by Simon Glass · 9 years ago
  25. f4abbee tegra: dts: Sync up the tegra124 device tree files with Linux by Simon Glass · 9 years ago
  26. 26275da arm: build some file(s) as ARM mode only by David Müller (ELSOFT AG) · 9 years ago
  27. 02499e4 arm: the ARM920T is THUMB capable, so select the appropriate ISA by David Müller (ELSOFT AG) · 9 years ago
  28. 03a3a8a arm: make sure board_init_r() is being called using the right mode (ARM / THUMB) by David Müller (ELSOFT AG) · 9 years ago
  29. 823ecd7 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 9 years ago
  30. 3f23111 ARM: uniphier: add support for PH1-Pro4 Ace and Sanji boards by Masahiro Yamada · 9 years ago
  31. 500aaca ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board by Masahiro Yamada · 9 years ago
  32. a65256d ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board by Masahiro Yamada · 9 years ago
  33. f775c09 ARM: uniphier: adjust DDR clock delay line for ProXstream2 by Masahiro Yamada · 9 years ago
  34. c955289 ARM: uniphier: move cmd_ddrmphy.c to fix build error by Masahiro Yamada · 9 years ago
  35. 126f9ba ARM: uniphier: fix makefiles to build cmd_ddr(m)phy.c by Masahiro Yamada · 9 years ago
  36. 2851971 ARM: uniphier: remove unused header mio-regs.h by Masahiro Yamada · 9 years ago
  37. 8034b51 ARM: uniphier: drop unneeded EHCI pin mux settings by Masahiro Yamada · 9 years ago
  38. cd0847f ARM: uniphier: switch over to generic EHCI driver by Masahiro Yamada · 9 years ago
  39. 49dde45 ARM: dts: uniphier: add clocks properties to EHCI nodes by Masahiro Yamada · 9 years ago
  40. aa37aba ARM: dts: uniphier: add device nodes for MIO control block by Masahiro Yamada · 9 years ago
  41. 9fbb2f7 ARM: dts: uniphier: add device nodes for Peripheral control block by Masahiro Yamada · 9 years ago
  42. 233812a ARM: dts: uniphier: add device nodes for System Control blocks by Masahiro Yamada · 9 years ago
  43. cc33609 ARM: dts: uniphier: add reference clock nodes by Masahiro Yamada · 9 years ago
  44. 48264d9 clk: uniphier: add Media I/O clock driver for UniPhier SoCs by Masahiro Yamada · 9 years ago
  45. fec4816 ARM: uniphier: support USB boot mode for ProXstream2 / PH1-LD6b SoC by Masahiro Yamada · 9 years ago
  46. a89be27 ARM: uniphier: add missing static qualifier by Masahiro Yamada · 9 years ago
  47. 4b50369 ARM: uniphier: create early page table at run-time by Masahiro Yamada · 9 years ago
  48. 755c7d9 ARM: uniphier: change stack pointer address for SPL by Masahiro Yamada · 9 years ago
  49. 494456b spl: define BOOT_DEVICE_USB by Masahiro Yamada · 9 years ago
  50. 84a7562 ARM: uniphier: support some more DRAM use cases on PH1-Pro4 boards by Masahiro Yamada · 9 years ago
  51. 78cb965 zynqmp: nand: Add Nand driver support for zynqmp by Siva Durga Prasad Paladugu · 9 years ago
  52. 9ef2835 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  53. 6c88b51 video: tegra: Enable the 'lcd' env variable work-around by Simon Glass · 9 years ago
  54. 2c5bf6c ARM: dts: k2g: Add keystone net dts files by Mugunthan V N · 9 years ago
  55. 2cd1ff8 OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting by Adam Ford · 9 years ago
  56. dffceb4 serial: serial_stm32: move clock config from driver to board by Vikas Manocha · 9 years ago
  57. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  58. 216d286 imx: mx6: implement mmc_get_env_dev by Peng Fan · 9 years ago
  59. 62d8cce imx: mx7dsabresd: move mmc_get_env_devno to soc code by Peng Fan · 9 years ago
  60. f8aaade arm: pcm052: Add device tree file's by Bhuvanchandra DV · 9 years ago
  61. 987dd5f arm: vf610-twr: Add device tree file's by Bhuvanchandra DV · 9 years ago
  62. c720ff1 arm: colibri-vf: Enable serial support by Bhuvanchandra DV · 9 years ago
  63. 947fb97 arm: vybrid: Update the license string by Bhuvanchandra DV · 9 years ago
  64. d5e4f0a arm: vybrid: Enable lpuart support by Bhuvanchandra DV · 9 years ago
  65. 23e2da2 imx: mx6ul/sx: Fix issue in LCDIF clock dividers calculation by Ye Li · 9 years ago
  66. 9655ebd imx: mx6sx: Fix issue in LCDIF clock enablement by Ye Li · 9 years ago
  67. cf94a34 imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board by Ye Li · 9 years ago
  68. d4d1dd6 mx6: soc: Add ENET2 mac address support by Ye Li · 9 years ago
  69. d339f16 arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL by Marek Vasut · 9 years ago
  70. 161b1fe Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  71. 008e61f Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  72. 37dadbc board: atmel: sama5d2_xplained: add SPL support by Wenyou Yang · 9 years ago
  73. 4245701 arm: at91/spl: mpddrc: use IP version to check configuration by Wenyou Yang · 9 years ago
  74. c2ad76c arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization by Wenyou Yang · 9 years ago
  75. 7e8702a arm: at91/spl: mpddrc: add struct atmel_mpddrc_config by Wenyou Yang · 9 years ago
  76. 7711cc0 arm8: ls2080: Move the core errata defines out of board specific file by Ashish kumar · 9 years ago
  77. 2ea3a44 armv8: ls2080a: Implement workaround for core errata 829520, 833471 by Ashish kumar · 9 years ago
  78. 73a5de4 armv8/ls1043aqds: fix DSPI/QSPI node in dts file by Qianyu Gong · 9 years ago
  79. 397d7d5 arm: config: enforce -fno-pic for gcc by Peng Fan · 9 years ago
  80. c5e954e ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined by Wang Dongsheng · 9 years ago
  81. 11aa6a3 arm: cache: Implement cache range check for v7 by Marek Vasut · 9 years ago
  82. 8890c2f arm: Remove S bit from MMU section entry by Marek Vasut · 9 years ago
  83. a592e6f arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7 by Marek Vasut · 9 years ago
  84. 8a36287 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  85. dd8204d ARM: tegra: shut down USB device controller at boot by Stephen Warren · 9 years ago
  86. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  87. afe6462 arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type() by Bin Meng · 9 years ago
  88. cd85bec Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  89. 19bde03 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  90. b0f20ca armv8/ls1043aqds: add QSPI boot support by Qianyu Gong · 9 years ago
  91. 166ef1e armv8/ls1043aqds: add QSPI support in SD boot by Gong Qianyu · 9 years ago
  92. 2970e14 armv8/ls1043aqds: Add lpuart support by Wenbin Song · 9 years ago
  93. 8e728aa armv8/ls1043aqds: Spilt off board device tree by Wenbin Song · 9 years ago
  94. d041288 secure_boot: enable chain of trust for ARM platforms by Aneesh Bansal · 9 years ago
  95. 0a6b271 secure_boot: create function to determine boot mode by Aneesh Bansal · 9 years ago
  96. bdc2207 secure_boot: split the secure boot functionality in two parts by Aneesh Bansal · 9 years ago
  97. 74eecd8 secure_boot: include/configs: move definition of CONFIG_CMD_BLOB by Aneesh Bansal · 9 years ago
  98. ef6c55a secure_boot: include/configs: make secure boot header file uniform by Aneesh Bansal · 9 years ago
  99. af813ac ARM64: zynqmp: Add support for SD1 boot mode by Michal Simek · 9 years ago
  100. 0a5bcc8 ARM64: zynqmp: Modify the SD and QSPI bootmode values by Siva Durga Prasad Paladugu · 10 years ago