1. 1fc56f1 mx53loco: Allow to print CPU information at a later stage by Fabio Estevam · 12 years ago
  2. 70cc86a mx5: Add clock config interface by Fabio Estevam · 12 years ago
  3. 6a37604 imx-common: Factor out get_ahb_clk() by Fabio Estevam · 12 years ago
  4. 28fdbdd i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow by Eric Nelson · 12 years ago
  5. 0c23d84 mx31pdk: Allow booting a zImage kernel by Fabio Estevam · 12 years ago
  6. f0e77b3 mx6qarm2: Allow booting a zImage kernel by Fabio Estevam · 12 years ago
  7. 5fbfd1c2 mx6qsabrelite: Allow booting a zImage kernel by Fabio Estevam · 12 years ago
  8. 34990e1 mx28evk: Allow booting a zImage kernel by Fabio Estevam · 12 years ago
  9. b91ce01 m28evk: Allow to booting a dt kernel by Fabio Estevam · 12 years ago
  10. e310016 mx28evk: Allow to booting a dt kernel by Fabio Estevam · 12 years ago
  11. bdb9f76 mx6qsabrelite: No need to set the direction for GPIO3_23 again by Fabio Estevam · 12 years ago
  12. 2083106 pmic: Add support for the Dialog DA9053 PMIC by Fabio Estevam · 13 years ago
  13. f92e4e6 MX53: mx53loco: Add SATA support by Stefano Babic · 13 years ago
  14. 79656d2 MX53: Add support to ESG ima3 board by Stefano Babic · 13 years ago
  15. 9f472e6 SATA: add driver for MX5 / MX6 SOCs by Stefano Babic · 13 years ago
  16. 8c38b5d MX53: add function to set SATA clock to internal by Stefano Babic · 13 years ago
  17. 71cadda SATA: check for return value from sata functions by Stefano Babic · 13 years ago
  18. d87c85c MX5: Add definitions for SATA controller by Stefano Babic · 13 years ago
  19. b774fe9 NET: fec_mxc.c: Add a way to disable auto negotiation by Stefano Babic · 13 years ago
  20. 4a9677e Define UART4 and UART5 base addresses by Stefano Babic · 13 years ago
  21. f78095e EXYNOS: Change bits per pixel value proper for u-boot. by Donghwa Lee · 12 years ago
  22. 51b1cd6 EXYNOS: support TRATS board display function by Donghwa Lee · 12 years ago
  23. bba09e9 LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI by Donghwa Lee · 12 years ago
  24. 2c7396c EXYNOS: support EXYNOS MIPI DSI interface driver. by Donghwa Lee · 12 years ago
  25. 6d4339f EXYNOS: support EXYNOS framebuffer and FIMD display drivers. by Donghwa Lee · 12 years ago
  26. 559a05c LCD: add data structure for EXYNOS display driver by Donghwa Lee · 12 years ago
  27. 37835d4 EXYNOS: add LCD and MIPI DSI clock interface. by Donghwa Lee · 12 years ago
  28. 283591f EXYNOS: definitions of system resgister and power management registers. by Donghwa Lee · 12 years ago
  29. 8f2fabe SMDK5250: fix compiler warning by Minkyu Kang · 12 years ago
  30. 04ce68e misc:pmic:samsung Convert TRATS target to use MAX8997 instead of MAX8998 by Łukasz Majewski · 13 years ago
  31. 8504296 misc:pmic:max8997 MAX8997 support for PMIC driver by Łukasz Majewski · 13 years ago
  32. e687c5a TRATS: modify the trats's configuration by Jaehoon Chung · 13 years ago
  33. 4d86bf0 ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement by Łukasz Majewski · 13 years ago
  34. 9000509 EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc by Chander Kashyap · 13 years ago
  35. 2d594fd arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT by Nobuhiro Iwamatsu · 12 years ago
  36. 8913e6b arm: cam_enc_4xx: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT by Nobuhiro Iwamatsu · 12 years ago
  37. 79874ae cm-t35: add I2C multi-bus support by Nikita Kiryanov · 12 years ago
  38. 4ac16f2 include/configs: Remove CONFIG_SYS_64BIT_STRTOUL by Tom Rini · 12 years ago
  39. 1005ccf include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF by Tom Rini · 12 years ago
  40. 8a87a3d omap3: Introduce weak misc_init_r by Tom Rini · 12 years ago
  41. 60bd10d omap730p2: Remove empty misc_init_r by Tom Rini · 12 years ago
  42. b8f4a72 omap5912osk: Remove empty misc_init_r by Tom Rini · 12 years ago
  43. aa2889c omap4+: Remove CONFIG_ARCH_CPU_INIT by Tom Rini · 12 years ago
  44. 4335517 omap4: Remove CONFIG_SYS_MMC_SET_DEV by Tom Rini · 12 years ago
  45. 9baa37b OMAP3: pandora: drop console kernel argument by Grazvydas Ignotas · 13 years ago
  46. 7cad446 OMAP3: pandora: revise GPIO configuration by Grazvydas Ignotas · 13 years ago
  47. 10cd73b OMAP3: pandora: pin mux updates for DM3730 board variant by Grazvydas Ignotas · 13 years ago
  48. 06a119a Makefile: Add a 'checkthumb' rule by Tom Rini · 13 years ago
  49. 19a695f tools, config.mk: Add gcc-version.sh, cc-version test from Linux by Tom Rini · 13 years ago
  50. 20c6312 OMAP4: enable Thumb build by Aneesh V · 13 years ago
  51. 03f69dc omap4+: Avoid using __attribute__ ((__packed__)) by Aneesh V · 13 years ago
  52. f61faeb armv7: Use -march=armv7-a and thereby enable Thumb-2 by Aneesh V · 13 years ago
  53. 5356f54 ARM: enable Thumb build by Aneesh V · 13 years ago
  54. 74236ac armv7: add appropriate headers for assembly functions by Aneesh V · 13 years ago
  55. 7245536 arm: adapt asm/linkage.h from Linux by Aneesh V · 13 years ago
  56. 0696473 OMAP5: reset: Use cold reset in case of 5430ES1.0 by SRICHARAN R · 13 years ago
  57. d417d1db5f OMAP3+: reset: Create a common reset layer. by SRICHARAN R · 13 years ago
  58. 328aeca mmc: omap5evm: Add eMMC saveenv support by Balaji T K · 13 years ago
  59. dd23e59 omap5: pbias ldo9 turn on by Balaji T K · 13 years ago
  60. 2114429 power: twl6035: add palmas PMIC support by SRICHARAN R · 13 years ago
  61. f75231b arm: omap5: correct boot device mode7 for eMMC by Balaji T K · 13 years ago
  62. aaec448 OMAP4/5: emif: Correct the emif power mgt shadow register bit fields. by SRICHARAN R · 13 years ago
  63. 971f2ba OMAP5: ddr: Change the ddr device name. by SRICHARAN R · 13 years ago
  64. 7a4bf20 OMAP5: defconfig: Align the defconfig for 5430 ES1.0 by SRICHARAN R · 13 years ago
  65. c1fa3c3 OMAP4/5: device: Add support to get the device type. by SRICHARAN R · 13 years ago
  66. 002a2c0 OMAP4/5: Make the sysctrl structure common by SRICHARAN R · 13 years ago
  67. 47c5014 OMAP5: SRAM: Change the SRAM base address. by SRICHARAN R · 13 years ago
  68. 087189f OMAP4/5: Make the silicon revision variable common. by SRICHARAN R · 13 years ago
  69. cdd50a8 OMAP5: hwinit: Add the missing break statement by SRICHARAN R · 13 years ago
  70. 8de17f4 OMAP5: palmas: Configure nominal opp vdd values by SRICHARAN R · 13 years ago
  71. f401073 OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon. by SRICHARAN R · 13 years ago
  72. 6ad8d67 OMAP5: io: Configure the io settings for omap5430 sevm board. by SRICHARAN R · 13 years ago
  73. 84b16af OMAP5: board: Add pinmux data for omap5_evm board. by SRICHARAN R · 13 years ago
  74. 5f14d91 OMAP5: clocks: Change clock settings as required for ES1.0 silicon. by SRICHARAN R · 13 years ago
  75. dc7a9e6 OMAP3: igep00x0: Reduce lines of code for IGEP-based boards. by Enric Balletbò i Serra · 13 years ago
  76. f2ae6c1 OMAP4: scale voltage of core before MPU scales by Nishanth Menon · 13 years ago
  77. 3acb553 OMAP4460: TPS Ensure SET1 is selected after voltage configuration by Nishanth Menon · 13 years ago
  78. a78274b OMAP3+: Introduce generic logic for OMAP voltage controller by Nishanth Menon · 13 years ago
  79. bbbc1ae ARM:OMAP+:MMC: Add parameters to MMC init by Jonathan Solnit · 13 years ago
  80. 1d0f5fa kirkwood: add support for Cloud Engines Pogoplug E02 by David Purdy · 13 years ago
  81. e5841e1 kirkwood: add NAS62x0 board support by Luka Perkov · 12 years ago
  82. 463ec1c devkit3250: add Timll DevKit3250 board initial support by Vladimir Zapolskiy · 12 years ago
  83. cc35fdb serial: add LPC32X0 high-speed UART devices support by Vladimir Zapolskiy · 12 years ago
  84. 52f69f8 arm926ejs: add NXP LPC32x0 cpu series support by Vladimir Zapolskiy · 12 years ago
  85. 5f2e142 ARM: dreamplug: Enable FDT support by Ian Campbell · 13 years ago
  86. 0a6deb3 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 12 years ago
  87. e0f6a4e Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 12 years ago
  88. 4212657 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 12 years ago
  89. 6777a3c lin_gadget: use common linux/compat.h by Mike Frysinger · 12 years ago
  90. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  91. 4e2c058 lin_gadget: use common mdelay by Mike Frysinger · 12 years ago
  92. e3ed057 gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 12 years ago
  93. 9a800ac fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 12 years ago
  94. dec049d part_dos: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 13 years ago
  95. f588bb0 Allow for parallel builds and saved output by Andy Fleming · 12 years ago
  96. 05f132d Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 12 years ago
  97. 5f6db68 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 12 years ago
  98. 3f8550c Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 12 years ago
  99. 04a9cb8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 12 years ago
  100. 0cdf37b Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 12 years ago