1. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  2. d7cb93b ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · 12 years ago
  3. d4c4e0e ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · 12 years ago
  4. 026b2fe ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · 12 years ago
  5. f088125 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · 12 years ago
  6. 55cdbb8 ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  7. 24dafad ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · 12 years ago
  8. 8082fda ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · 12 years ago
  9. 37189a1 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  10. 8e1b836 ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · 12 years ago
  11. 9f8a6e7 omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. by Pavel Machek · 12 years ago
  12. 6abbe74 omap-common: Fix typo in save_boot_params() in lowlevel_init.S by Tom Rini · 12 years ago
  13. 861a86f omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
  14. 0da113e spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · 12 years ago
  15. d193c1b Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  16. 29f3e3f Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  17. 22e7394 tegra20: usb: rework set_host_mode by Lucas Stach · 12 years ago
  18. ea00e59 MX: set a common place to share code for Freescale i.MX by Stefano Babic · 12 years ago
  19. 14dace7 am33xx: Remove redundant timer config by Tom Rini · 12 years ago
  20. ecb0f31 mx5/6: Fix cpu_mmc_init() return value by Benoît Thébaudeau · 12 years ago
  21. 124a06d imx-common/cmd_bmode.c: add imx bmode (bootmode) command by Troy Kisky · 12 years ago
  22. 18c6399 mx5: cosmetic: Clean up lowlevel_init by Benoît Thébaudeau · 12 years ago
  23. 68d919d mx5/6 timer: Round up tick_to_time() value by Benoît Thébaudeau · 12 years ago
  24. 78ff1a6 mx5: Enable dcache by Benoît Thébaudeau · 12 years ago
  25. d7957d1 arm:exynos: Enable data cache at exynos based processors. by Łukasz Majewski · 12 years ago
  26. b651667 EXYNOS5: support display port phy control function by Donghwa Lee · 12 years ago
  27. 46524be EXYNOS5: support display system register control by Donghwa Lee · 12 years ago
  28. 2c5cd25 EXYNOS5: support exynos5 lcd clock control by Donghwa Lee · 12 years ago
  29. f8c5cfa ARM: EXYNOS: fixed compiler warning message by Jaehoon Chung · 12 years ago
  30. 3936b4f arm/s5pxx: Fix get_timer_masked to get the time. by Zhong Hongbo · 12 years ago
  31. fd8ef01 EXYNOS5 : Modify pinnumx settings as per Exynos5250 Rev 1.0 by Rajeshwari Shinde · 12 years ago
  32. 10bc1a7 EXYNOS5: CLOCK: Add BPLL support by Rajeshwari Shinde · 12 years ago
  33. 6071bca EXYNOS5: CLOCK: Modify MPLL clock out for Exynos5250 Rev 1.0 by Rajeshwari Shinde · 12 years ago
  34. 6f0dba8 arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0 by Tetsuyuki Kobayashi · 12 years ago
  35. cca6076 tegra20: Remove armv4t build flags by Allen Martin · 12 years ago
  36. 12b7b70 tegra20: enable SPL for tegra20 boards by Allen Martin · 12 years ago
  37. d9e73a8 tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common by Allen Martin · 12 years ago
  38. 00a2749 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  39. f418597 snowball: Adding board specific cache cleanup routine by Mathieu J. Poirier · 12 years ago
  40. 53e6f6a armv7: Adding cpu specific cache managmenent by Mathieu J. Poirier · 12 years ago
  41. 75dfe96 u8500: Enabling power to MMC device on AB8500 V2 by Mathieu J. Poirier · 12 years ago
  42. 1e37322 u8500: Moving processor-specific functions to cpu area. by Mathieu J. Poirier · 12 years ago
  43. 101a769 snowball: Moving to ux500.v2 addess scheme for PRCMU access by Mathieu J. Poirier · 12 years ago
  44. 81637e2 snowball: Adding CPU clock initialisation by Mathieu J. Poirier · 12 years ago
  45. 9652de7 snowball: Adding architecture dependent initialisation by Mathieu J. Poirier · 12 years ago
  46. 42cb8fb u8500: Moving prcmu to cpu directory by Mathieu J. Poirier · 12 years ago
  47. 6995a28 am33xx evm: Update secure_emif_sdram_config during ddr init by Satyanarayana, Sandhya · 12 years ago
  48. 975b71b armv7: Make lowlevel_init.S's lowlevel_init do ABI compatible stack by Tom Rini · 12 years ago
  49. 41aebf8 omap4/5/am33xx: Make lowlevel_init available to all armv7 platforms by Tom Rini · 12 years ago
  50. 4c0620b am33xx: Add support, update omap3 McSPI driver by Tom Rini · 12 years ago
  51. 0689a2e am33xx: Correct MMC1, remove MMC2 support by Tom Rini · 12 years ago
  52. e972d72 imx: Use a clear identification of an unidentified CPU type by Otavio Salvador · 12 years ago
  53. 308252a dm: Move OMAP GPIO driver to drivers/gpio/ by Marek Vasut · 12 years ago
  54. db7dd81 am33xx: Rework pinmux functions by Tom Rini · 12 years ago
  55. 726c05d am33xx evm: Add CONFIG_CMD_EEPROM and related by Tom Rini · 12 years ago
  56. 65d750b am33xx: Add support for TI AM335x StarterKit EVM by Tom Rini · 12 years ago
  57. 973b663 am33xx: Remove board/ti/am335x/evm.c by Tom Rini · 12 years ago
  58. d4898ea am33xx: Add DDR3 (Micron MT41J128M16JT-125) timings and support by Tom Rini · 12 years ago
  59. 318f27c am33xx: Rework config_ddr to make DDR3 support easier. by Tom Rini · 12 years ago
  60. 942d3f0 am33xx: Move some variables in emif4.c, mark them static. by Tom Rini · 12 years ago
  61. a74f0c7 am33xx: Correct and clean up ddr_regs struct by Tom Rini · 12 years ago
  62. 82afcc9 am33xx: Do not touch 'ratio1' fields by Tom Rini · 12 years ago
  63. 5ac3b7a am33xx: Rework config_io_ctrl slightly by Tom Rini · 12 years ago
  64. ff7ec0f am33xx: Use emif_regs struct for storing initialization values by Tom Rini · 12 years ago
  65. 87a1acb am33xx: Turn a number of 'int' functions to 'void' by Tom Rini · 12 years ago
  66. c48c895 am33xx: Document what we're doing with ddrctrl->ddrckectrl by Tom Rini · 12 years ago
  67. c8da4a5 am33xx: Clean up unused DDR defines, prefix more with 'DDR2' by Tom Rini · 12 years ago
  68. b971dfa am33xx: Move the call to ddr_pll_config, make it take the frequency by Tom Rini · 12 years ago
  69. fda35eb am33xx: Pass to config_ddr the type of memory that is connected by Tom Rini · 12 years ago
  70. bce58fe am33xx: Make config_cmd_ctrl / config_ddr_data take const structs by Tom Rini · 12 years ago
  71. 10e7e36 am33xx: Rework DDR2 EMIF initalization slightly by Tom Rini · 12 years ago
  72. 372f11f am33xx: Bugfix to config_sdram() by Tom Rini · 12 years ago
  73. 13f1c44 am33xx: Remove extra check in enable_ddr_clocks by Tom Rini · 12 years ago
  74. 7d5eb34 am33xx: Convert to using <asm/emif.h> to describe the EMIF by Tom Rini · 12 years ago
  75. a438c75 am33xx: Enable gpio0 clock by Tom Rini · 12 years ago
  76. e79cd8e am33xx: CPSW init and definitions by Chandan Nath · 12 years ago
  77. c50afc1 Revert "arm: armv7: add compile option -mno-unaligned-access if available" by Albert ARIBAUD · 12 years ago
  78. d3decde omap: am335x_evm: enable i2c1 channel by Steve Sakoman · 12 years ago
  79. 3b97152 omap: am33xx: enable gpio support by Steve Sakoman · 12 years ago
  80. 0044c42 Consolidate bootcount code into drivers/bootcount by Stefan Roese · 12 years ago
  81. c65c05f EXYNOS: PINMUX: Add pinmux support for I2C by Rajeshwari Shinde · 12 years ago
  82. 989feb8 EXYNOS: CLK: Add i2c clock by Rajeshwari Shinde · 12 years ago
  83. cc54a0f imx-common: add i2c.c for bus recovery support by Troy Kisky · 12 years ago
  84. 18c0ad2 i.mx: iomux-v3.c: move to imx-common directory by Troy Kisky · 12 years ago
  85. af2a35f i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  86. d3394ec iomux-v3: remove include of mx6x_pins.h by Troy Kisky · 12 years ago
  87. 5eb4974 arm: armv7: add compile option -mno-unaligned-access if available by Tetsuyuki Kobayashi · 12 years ago
  88. 448217d arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
  89. 895f3e0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  90. 30704da EXYNOS: Fix USB compiler warning by Rajeshwari Shinde · 12 years ago
  91. ba662f8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  92. a016e14 tegra: add GMC/GMD funcmux entry for SFLASH by Stephen Warren · 12 years ago
  93. 9cd3f3a tegra: add enterrcm command by Stephen Warren · 12 years ago
  94. f857fff tegra: usb: fix wrong error check by Lucas Stach · 12 years ago
  95. f97daaa tegra: add ULPI on USB2 funcmux entry by Lucas Stach · 12 years ago
  96. c48ac11 EXYNOS: Add power Enable/Disable for USB-EHCI by Rajeshwari Shinde · 12 years ago
  97. 71045da USB: EXYNOS: Set USB 2.0 HOST Link mode by Rajeshwari Shinde · 12 years ago
  98. 18277f7 Revert "arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0" by Wolfgang Denk · 12 years ago
  99. 5427d29 No need to define CONFIG_ARCH_CPU_INIT. by Fabio Estevam · 13 years ago
  100. fa04218 arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0 by Tetsuyuki Kobayashi · 12 years ago