1. 44cfc3a Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  2. 9f5f515 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  3. 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 10 years ago
  4. 60a4f39 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · 10 years ago
  5. 23ff29b arm: pxa: move SP check from start.S to cpuinfo.c by Albert ARIBAUD · 10 years ago
  6. cd6cc34 arm: move reset_cpu from start.S into cpu.c by Albert ARIBAUD · 10 years ago
  7. b4ee149 arm1136: move cache code from start.S to cache.c by Albert ARIBAUD · 10 years ago
  8. 2364e15 ARM: tegra: use a CPU freq that all SKUs can support by Stephen Warren · 10 years ago
  9. 3365479 ARM: tegra: Venice2 pinmux spreadsheet updates by Stephen Warren · 10 years ago
  10. 2eba87a ARM: tegra: update Venice2 pinmux by Stephen Warren · 10 years ago
  11. 4ff213b ARM: tegra: clamp inputs on Jetson TK1 by Stephen Warren · 10 years ago
  12. 9348532 ARM: tegra: make use of GPIO init table on Jetson TK1 by Stephen Warren · 10 years ago
  13. bb14469 ARM: tegra: add function to enable input clamping on tristate by Stephen Warren · 10 years ago
  14. eceb3f2 ARM: tegra: add GPIO initialization table function by Stephen Warren · 10 years ago
  15. 4a68d34 ARM: tegra: allow pinmux mux option not to be set by init tables by Stephen Warren · 10 years ago
  16. 48ec7a9 ARM: tegra: fix CPU VDD comment in Tegra30 CPU init code by Stephen Warren · 10 years ago
  17. f175603 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 10 years ago
  18. 9b97b72 S5P: Exynos: Config: Enable GPIO CMD config by Akshay Saraswat · 10 years ago
  19. f6ae1ca S5P: Exynos: Add GPIO pin numbering and rename definitions by Akshay Saraswat · 10 years ago
  20. bfbc47c ARM: Samsung: s5p_goni: maintainer update by Mateusz Zalega · 10 years ago
  21. e6fe968 Exynos5: config: Enable FIT by Akshay Saraswat · 10 years ago
  22. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  23. 605d7e2 samsung: misc: remove download mode info screen by Przemyslaw Marczak · 10 years ago
  24. f418a1c samsung: misc: menu: increase delay in menu main loop by Przemyslaw Marczak · 10 years ago
  25. 0954dd6 samsung: misc: add env default option to lcd menu by Inha Song · 10 years ago
  26. 5c7b8a3 samsung: misc: add gpt restore option to lcd menu by Przemyslaw Marczak · 10 years ago
  27. e6bfe79 samsung: misc: allows using environmental macros as args in menu commands by Przemyslaw Marczak · 10 years ago
  28. 188c42b ARM: exynos: remove the unused code by Jaehoon Chung · 10 years ago
  29. 6afc3f6 trats: config: fix: Set default console to ttySAC2 by Łukasz Majewski · 10 years ago
  30. 2ee9324 trats2: config: fix: Set default console to ttySAC2 by Łukasz Majewski · 10 years ago
  31. 173d294 Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  32. 33b0f7b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  33. a1a1f6e Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  34. 3c3f13f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  35. 870e0bd serial: zynq: Fix typo in suffix function name by Michal Simek · 10 years ago
  36. 6c4da35 serial: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  37. 2fd2489 net: zynq: Fix sparse warnings in gem by Michal Simek · 10 years ago
  38. c1a9fa4 net: zynq: Use predefined macros instead of hardcoded value by Michal Simek · 11 years ago
  39. d1d37b5 microblaze: Wire up OF support for emaclite by Stephan Linz · 12 years ago
  40. af41d6b common: fixed linker-list example by Mateusz Zalega · 10 years ago
  41. 25fbf96 USB: gadget: save driver name before registering it by Stephen Warren · 10 years ago
  42. c4d0e85 USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 10 years ago
  43. fad8edf am335x: dfu: disable DFU in am335x_evm SPL build by Mateusz Zalega · 10 years ago
  44. 41c2d60 ums: always initialize mmc before ums_disk_init() by Mateusz Zalega · 10 years ago
  45. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  46. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  47. 75504e9 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 10 years ago
  48. 6b423b7 part: header fix by Mateusz Zalega · 10 years ago
  49. 07a2d42 mmc: mmc header fix by Mateusz Zalega · 10 years ago
  50. 52fded7 Merge branch 'next' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  51. 7904b70 ARM: highbank: use default prompt by Rob Herring · 10 years ago
  52. ac9ae13 ARM: highbank: use config_distro_defaults.h by Rob Herring · 10 years ago
  53. 2fc5dab usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 10 years ago
  54. a022c1e usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 10 years ago
  55. fcf2ede usb: ci_udc: support variants with hostpc register by Stephen Warren · 10 years ago
  56. 0c51dc6 usb: ci_udc: make PHY initialization conditional by Stephen Warren · 10 years ago
  57. 8aac6e9 usb: ci_udc: set ep->req.actual after transfer by Stephen Warren · 10 years ago
  58. f5c0300 usb: ci_udc: Support larger packets by Stephen Warren · 10 years ago
  59. 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 10 years ago
  60. e6e493f exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT by andrey.konovalov@linaro.org · 10 years ago
  61. 078d730 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 10 years ago
  62. 52d4501 usb: handle NULL table in usb_gadget_get_string by Rob Herring · 10 years ago
  63. fd2a89b usb:gadget:f_thor: fix write to filesystem by add dfu_flush() by Przemyslaw Marczak · 10 years ago
  64. adfc17b usb:gadget:f_thor: code cleanup in function download_tail() by Przemyslaw Marczak · 10 years ago
  65. 08a98b8 usb: Fix USB keyboard polling via control endpoint by Adrian Cox · 10 years ago
  66. ea42777 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 10 years ago
  67. ede4d5e usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs by Nobuhiro Iwamatsu · 10 years ago
  68. 994b566 sh: delete an unused source file by Masahiro Yamada · 10 years ago
  69. a405764 drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · 10 years ago
  70. dec1861 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  71. 8854070 Merge branch 'master' of git://www.denx.de/git/u-boot-arc by Tom Rini · 10 years ago
  72. 5fcb084 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · 10 years ago
  73. b71bf4a Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 10 years ago
  74. 080d897 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  75. 0cdd762 axs101: bump DDR size from 256 to 512 Mb by Alexey Brodkin · 10 years ago
  76. 6bfa442 axs101: increase EEPROM page write delay from 32 to 64 msec by Alexey Brodkin · 11 years ago
  77. e634c9d ppc4xx: add support for new PMC440 revision with cleanup by Matthias Fuchs · 11 years ago
  78. eaf8c98 mpc83xx: add ids8313 support by Heiko Schocher · 11 years ago
  79. 9950969 mpc8313, bootcount: mpc8313 has no qe muram by Heiko Schocher · 11 years ago
  80. e7e9090 powerpc, ids8247: create vendor board dir ids by Heiko Schocher · 11 years ago
  81. adcdeac Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 10 years ago
  82. 794d5f5 Revert "build: Use filechk rules to create and update u-boot.lds" by Masahiro Yamada · 10 years ago
  83. 08ad9b0 ar8031: modify the config func of ar8031 to ar8021_config by Zhao Qiang · 10 years ago
  84. b603699 powerpc/T4QDS: add two stage boot of nand/sd by Shaohui Xie · 10 years ago
  85. cb75385 powerpc/t4240: updated RCW and PBI for rev2.0 by Shaohui Xie · 10 years ago
  86. b33bd8c powerpc/mpc85xx:Update FM1 clock select and shift for B4420 by Prabhakar Kushwaha · 10 years ago
  87. ef531c7 board/t2080rdb: some update for t2080rdb by Shengzhou Liu · 10 years ago
  88. 4d66668 board/t208xrdb: Add support of 2-stage NAND/SPI/SD boot by Shengzhou Liu · 10 years ago
  89. b19e288 board/t208xqds: Add support of 2-stage NAND/SPI/SD boot by Shengzhou Liu · 10 years ago
  90. d1c561c powerpc/mpc85xx: Add Differential SYSCLK config support T1040 by Nikhil Badola · 10 years ago
  91. 0c12a15 powerpc/85xx: Enhance get_sys_info() to check clocking mode by vijay rai · 10 years ago
  92. b0615f0 powerpc/t1040rdb: added a break in switch case by Shaohui Xie · 10 years ago
  93. e2c9bc5 Powerpc/mpc8536DS: Increase SPI/SD uboot Image size to 768K by Haijun.Zhang · 10 years ago
  94. 9307cba powerpc/mpc85xx:Update MONITOR_LEN for 768KB u-boot size by Prabhakar Kushwaha · 10 years ago
  95. 0938b60 powerpc/mpc85xx:Avoid fix address of bootpg section by Prabhakar Kushwaha · 10 years ago
  96. 18c0144 board/t104xrdb: Add support of NAND, SD, SPI boot for T104xRDB by Prabhakar Kushwaha · 10 years ago
  97. c5dfe6e board/b4qds:Add support of 2 stage NAND boot-loader by Prabhakar Kushwaha · 10 years ago
  98. 89ad7be Makefile: Add support of CONFIG_SPL_FSL_PBL by Prabhakar Kushwaha · 10 years ago
  99. 1eaa742 driver: Add support of image load for MMC & SPI in SPL by Prabhakar Kushwaha · 10 years ago
  100. e278ddc driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL by Prabhakar Kushwaha · 10 years ago