1. 9a4fbe4 mmc: add bcm2835 driver by Stephen Warren · 12 years ago
  2. 8807728 ARM: bcm2835: add mailbox driver by Stephen Warren · 12 years ago
  3. e2d282a Add initial support for Wandboard dual lite and solo. by Fabio Estevam · 12 years ago
  4. 99e2dc5 i.MX6: Add hdmidet command to detect attached HDMI monitor by Eric Nelson · 12 years ago
  5. 982a3c4 imx-common: timer: fix 32-bit overflow by Knut Wohlrab · 12 years ago
  6. b33426c mxs: spl_mem_init: Align DDR2 init with FSL bootlets source by Fabio Estevam · 12 years ago
  7. 192868b x86: Move PCI init before SPI init by Simon Glass · 12 years ago
  8. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  9. 68794b9 sparc: Fix build warnings in serial.c by Simon Glass · 12 years ago
  10. eb33809 sparc: Fix out-of-tree building by Simon Glass · 12 years ago
  11. 81e2ff0 avr32: Fix cast warning in board.c by Simon Glass · 12 years ago
  12. 9e97834 blackfin: Remove noreturn attribute from cpu_init_f() by Simon Glass · 12 years ago
  13. 4da2551 blackfin: Fix up board_type global data by Simon Glass · 12 years ago
  14. 949747b x86: Enable generic board by Simon Glass · 12 years ago
  15. e424c15 x86: Enable generic board support by Simon Glass · 12 years ago
  16. 86cfb6b x86: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  17. 660c60c ppc: Enable generic board support by Simon Glass · 12 years ago
  18. 959daa2 arm: Enable generic board support by Simon Glass · 12 years ago
  19. 6f6430d Introduce generic post-relocation board_r.c by Simon Glass · 12 years ago
  20. 1938f4a Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  21. a6741bc Declare watchdog functions in watchdog.h by Simon Glass · 12 years ago
  22. 716cc8c Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  23. e103b7a arm: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  24. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  25. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  26. b27673c Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  27. 6579d15 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  28. 477393e Tegra114: Dalmore: Add pad config tables/code based on pinmux code by Tom Warren · 12 years ago
  29. 5647c03 Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras by Tom Warren · 12 years ago
  30. 36c48be Tegra114: Fix/update GP padcfg register struct by Tom Warren · 12 years ago
  31. b3b6ddf Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entry by Tom Warren · 12 years ago
  32. 38797bc Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30 by Tom Warren · 12 years ago
  33. 1baa4e7 Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now) by Tom Warren · 12 years ago
  34. 8ca79b2 Tegra30: Cardhu: Add pad config tables/code based on pinmux code by Tom Warren · 12 years ago
  35. 8b7776b Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 init by Tom Warren · 12 years ago
  36. 19a970a Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car) by Tom Warren · 12 years ago
  37. 16bb08d ARM: tegra: implement WAR for Tegra114 CPU reset vector by Stephen Warren · 12 years ago
  38. 527519a Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock) by Tom Warren · 12 years ago
  39. c9aa831 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  40. 126685a Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files by Tom Warren · 12 years ago
  41. 6c5be64 Tegra: fdt: Change /include/ to #include for C preprocessor by Tom Warren · 12 years ago
  42. b77c354 Tegra114: fdt: Update DT files with I2C info for T114/Dalmore by Tom Warren · 12 years ago
  43. e32624e Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 12 years ago
  44. 702b872 Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to work by Tom Warren · 12 years ago
  45. d7a55e1 tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop] by Lucas Stach · 12 years ago
  46. 7ae18f3 tegra: usb: move implementation into right directory by Lucas Stach · 12 years ago
  47. a63eb6b tegra: usb: various small cleanups by Lucas Stach · 12 years ago
  48. fdb4b9a tegra: usb: move controller init into start_port by Lucas Stach · 12 years ago
  49. a4bdcc3 tegra: usb: remove unneeded function parameter by Lucas Stach · 12 years ago
  50. b0bbab8 tegra: usb: make controller init functions more self contained by Lucas Stach · 12 years ago
  51. 2f3ec34 tegra: usb: set USB_PORTS_MAX to correct value by Lucas Stach · 12 years ago
  52. 0678587 ARM: implement some Cortex-A9 errata workarounds by Stephen Warren · 12 years ago
  53. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  54. 3ebd1cb arm: make __bss_start and __bss_end__ compiler-generated by Albert ARIBAUD · 12 years ago
  55. 65cdd64 Remove linker lists (LGAs) from SPL linker scripts by Albert ARIBAUD · 12 years ago
  56. 2fd34f2 arm: omap: map u_boot_lists section to .sram by Albert ARIBAUD · 12 years ago
  57. 1acba33 Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  58. 08f0533 ARM: sam9x5: fix ethernet pins in MII mode by Jesse Gilles · 12 years ago
  59. fc14fba ARM: at91sam9x5: Using CPU string directly by Bo Shen · 12 years ago
  60. 3a0b1da Exynos5: TMU: Add hardware tripping by Akshay Saraswat · 12 years ago
  61. 618766c Exynos5: FDT: Add TMU device node values by Akshay Saraswat · 12 years ago
  62. 39d182d Exynos5: TMU: Add driver for Thermal Management Unit by Akshay Saraswat · 12 years ago
  63. c42ffff EXYNOS: Correct ordering of SPL machine_params by Simon Glass · 12 years ago
  64. 7c9e89b ppc: Remove PCIPPC2 and PCIPPC6 boards by Stefan Roese · 12 years ago
  65. 76b40ab Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
  66. de62688 arm: dra7xx: Add silicon id support for DRA752 soc by Lokesh Vutla · 12 years ago
  67. 687054a arm: dra7xx: Add board files for DRA7XX socs by Lokesh Vutla · 12 years ago
  68. 7831419 arm: dra7xx: Add DDR related data for DRA752 ES1.0 by Lokesh Vutla · 12 years ago
  69. 8b12f17 arm: dra7xx: Add control module changes by Lokesh Vutla · 12 years ago
  70. ea8eff1 arm: dra7xx: clock: Add the dplls data by Lokesh Vutla · 12 years ago
  71. d4e4129 arm: dra7xx: clock: Add the prcm changes by Lokesh Vutla · 12 years ago
  72. d4d986e ARM: OMAP5: srcomp: enable slew rate compensation cells after powerup by Lokesh Vutla · 12 years ago
  73. 9100ede ARM: OMAP5: Add DDR changes required for OMAP543X ES2.0 SOCs by Lokesh Vutla · 12 years ago
  74. 47abc3d ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendum by SRICHARAN R · 12 years ago
  75. afc2f9d ARM: OMAP5: clock: Add the prcm register changes required for ES2.0 by SRICHARAN R · 12 years ago
  76. eed7c0f ARM: OMAP5: Add silicon id support for ES2.0 revision. by SRICHARAN R · 12 years ago
  77. ef1697e ARM: OMAP5: Clean up iosettings code by Lokesh Vutla · 12 years ago
  78. c43c833 ARM: OMAP4+: Make control module register structure generic by Lokesh Vutla · 12 years ago
  79. e05a4f1 ARM: OMAP4+: Cleanup emif specific files by Lokesh Vutla · 12 years ago
  80. 3fcdd4a ARM: OMAP4+: Clean up the pmic code by SRICHARAN R · 12 years ago
  81. ee9447b ARM: OMAP4+: Cleanup the clocks layer by SRICHARAN R · 12 years ago
  82. 01b753f ARM: OMAP4+: Change the PRCM structure prototype common for all Socs by SRICHARAN R · 12 years ago
  83. 9ca8bfe ARM: OMAP4+: emif: Detect SDRAM from SDRAM config register by Lokesh Vutla · 12 years ago
  84. 6b3dcc4 Allow AM33xx boards to setup GPMC chipselects. by Mark Jackson · 12 years ago
  85. b51a5e3 OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled. by Enric Balletbo i Serra · 12 years ago
  86. a615dfd mpc512x: Adjust the DRAM init sequence to the datasheet spec by Anatolij Gustschin · 12 years ago
  87. fcc7fe4 mpc512x: add ifm ac14xx board by Anatolij Gustschin · 12 years ago
  88. 5643709 mpc512x: allow configuring board specific IPS divider by Anatolij Gustschin · 12 years ago
  89. 1d63b8f mpc512x: optionally configure DIU, LPC and NFC deviders by Anatolij Gustschin · 12 years ago
  90. e5f5386 mpc512x: use common code for clock setting for all mpc512x boards by Anatolij Gustschin · 12 years ago
  91. b84d6d2 mpc512x: add common LAW and Chip Select configuration by Anatolij Gustschin · 12 years ago
  92. b4dc0bd mpc5200: spl_boot.c: Change init oder to first enable printf by Stefan Roese · 12 years ago
  93. 66c7f39 SPL: ONENAND: Fix some ONENAND related defines. by Enric Balletbo i Serra · 12 years ago
  94. bcc6cc9 omap3: allow dynamic selection of gfx_format by Nikita Kiryanov · 12 years ago
  95. bc84b18 omap3: add useful dss defines by Nikita Kiryanov · 12 years ago
  96. e3913f5 omap_hsmmc: add driver check for write protection by Nikita Kiryanov · 12 years ago
  97. e874d5b omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
  98. fa3a692 omap: consolidate common mmc definitions by Nikita Kiryanov · 12 years ago
  99. 1c382ea am33xx: Update DDR3 EMIF configuration sequence by Tom Rini · 12 years ago
  100. a006076 EXYNOS5: Add function to enable XXTI clock source by Rajeshwari Shinde · 12 years ago