1. 94384d1 MIPS: kconfig: merge targets qemu_mips and qemu_mips64 by Daniel Schwierzeck · 10 years ago
  2. 99e7af2 MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS by Daniel Schwierzeck · 10 years ago
  3. 256034d MIPS: kconfig: add options for CPU type select by Daniel Schwierzeck · 10 years ago
  4. a4c242b MIPS: kconfig: add options for endianess select by Daniel Schwierzeck · 10 years ago
  5. 393db65 arm: interrupt_init: set sp in IRQ/FIQ modes by Georges Savoundararadj · 10 years ago
  6. 58623d1 arm: relocate the exception vectors by Georges Savoundararadj · 10 years ago
  7. c381084 arm: make .vectors section allocatable by Georges Savoundararadj · 10 years ago
  8. 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · 10 years ago
  9. ef6073e i2c: designware: Convert driver to multibus/multiadapter framework by Stefan Roese · 10 years ago
  10. 55844a7 i2c: mxs: Add support for I2C 1 on i.MX28 by Marek Vasut · 10 years ago
  11. 051f0ea i2c: mxs: Pass the i2c_adapter around by Marek Vasut · 10 years ago
  12. f6da94a i2c: mxs: Add basic support for i2c framework by Marek Vasut · 10 years ago
  13. 1910402 i2c: mxs: Consolidate hard-coded bus address by Marek Vasut · 10 years ago
  14. 42fec60 ppc/arm: zap EMK boards by Wolfgang Denk · 10 years ago
  15. bce9b15 doc/README.scrapyard: update commit IDs by Wolfgang Denk · 10 years ago
  16. 7653a73 dwc_ahsata: use bitwise operator in sata_port_status by Nikita Kiryanov · 10 years ago
  17. f527ef7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  18. b9f6623 e1000: add i211 and unprogrammed i210/i211 support by Marcel Ziswiler · 10 years ago
  19. d68a255 odroid: dts: fix name of included dtsi by Przemyslaw Marczak · 10 years ago
  20. ef08253 odroid: dts: adjust sd cd-gpios for SD Card by Przemyslaw Marczak · 10 years ago
  21. 16fa980 trats2: dts: adjust gpio numbers after gpio rework by Przemyslaw Marczak · 10 years ago
  22. 0f84892 trats: dts: adjust gpio numbers to new api by Przemyslaw Marczak · 10 years ago
  23. fe6bf5d universal: dts: adjust gpio numbers to new api by Przemyslaw Marczak · 10 years ago
  24. 3e02e6a universal: request soft i2c gpio by Przemyslaw Marczak · 10 years ago
  25. 26003a4 exynos4210: dts: fix gpio offset in pinctrl-uboot by Przemyslaw Marczak · 10 years ago
  26. 43a7f09 exynos4412: dts: adjust pinctrl-uboot to changed gpio order by Przemyslaw Marczak · 10 years ago
  27. eace490 exynos4412: dts: fix bad gpio order in pinctrl by Przemyslaw Marczak · 10 years ago
  28. 03bd8f9 exynos: common: enable generic fs operations by Przemyslaw Marczak · 10 years ago
  29. 98e605c mmc: s5p: set SD detection pin as input by Przemyslaw Marczak · 10 years ago
  30. ab3210b git-mailrc: add pmic custodian by Przemyslaw Marczak · 10 years ago
  31. ed37f8a gitignore: ignore atmel pmecc parameter tool by Andreas Bießmann · 10 years ago
  32. ad24412 spl: move comment to the right place by Andreas Bießmann · 10 years ago
  33. c9d1bac Use __stringify() instead of xstr() by Anatolij Gustschin · 10 years ago
  34. 86c9e38 ppc4xx: update PMC440 board support by Matthias Fuchs · 10 years ago
  35. 9a1cb5d image: Fix Android boot image support by Ahmad Draidi · 10 years ago
  36. 1ab1b87 arm: db-mv784mp-gp/maxbcm Add placeholder bin_hdr file so that linking works by Stefan Roese · 10 years ago
  37. 787b0c5 cmd_mem: call unmap_sysmem() after map_sysmem() by Masahiro Yamada · 10 years ago
  38. 682195e common: command: trivial coding style fixes by Masahiro Yamada · 10 years ago
  39. eb61df5 Correct two non-functional misspellings "overrided". by Robert P. J. Day · 10 years ago
  40. 6f871d0 Correct single misspelling of "consitant" in source tree. by Robert P. J. Day · 10 years ago
  41. 536d317 doc: fix README.standalone by Masahiro Yamada · 10 years ago
  42. fe9d960 e1000: fix sw fw sync on igb i210/i211 by Marcel Ziswiler · 10 years ago
  43. 182a4d7 README.kconfig: fix typo by Igor Grinberg · 10 years ago
  44. f5ebc99 kconfig: add CONFIG_SUPPORT_TPL by Masahiro Yamada · 10 years ago
  45. 6e0971b kconfig: add CONFIG_SUPPORT_SPL by Masahiro Yamada · 10 years ago
  46. 49d0333 common/cmd_io.c: Fix incorrect help for iod/iow by Bin Meng · 10 years ago
  47. 4303a83 net/e1000: Fix EEPROM access error by York Sun · 10 years ago
  48. 9b4aa24 aboot: fix block addressing for don't care chunk type by Rob Herring · 10 years ago
  49. f4990e9 TI:OMAP4: enable EXT support in SPL for OMAP4 boards by Guillaume GARDET · 10 years ago
  50. a23ec1d spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT. by Guillaume GARDET · 10 years ago
  51. 5065b71 doc: Update documentation according to the EXT SPL support patch set by Guillaume GARDET · 10 years ago
  52. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  53. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  54. cc89c59 test: Add a simple test to detected warnings with uint64_t, uintptr_t by Simon Glass · 10 years ago
  55. b43f768 usb: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  56. c82961d scsi: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  57. 91b5ed8 x86: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  58. 08ea373 Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  59. d1c377f Use uint64_t instead of u64 in put_dec() by Simon Glass · 10 years ago
  60. 0e10316 Use uint64_t for time types by Simon Glass · 10 years ago
  61. b3384f8 ext4: Use inttypes for printf() string by Simon Glass · 10 years ago
  62. 690fb81 Add some standard headers external code might need by Gabe Black · 10 years ago
  63. 3687fe4 Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  64. 9a59ec7 Revert "common, env: Fix support for environment in i2c eeprom" by Valentin Longchamp · 10 years ago
  65. 06212d0 doc: Fix comparison operator by Olaf Mandel · 10 years ago
  66. 2a13937 wireless_space: set myself as maintainer by Albert ARIBAUD · 10 years ago
  67. 94cb9c2 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  68. 11432d4 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  69. 4b07ce1 ppc: Zap TQM8272 board by Marek Vasut · 10 years ago
  70. 12ffcb0 ppc: Zap TQM8260 board by Marek Vasut · 10 years ago
  71. 27cb17d ppc: Zap IDS8247 board by Marek Vasut · 10 years ago
  72. a34567e ppc: Zap HWW1U1A board by Marek Vasut · 10 years ago
  73. 4cdede6 ppc: Zap Hymod board by Marek Vasut · 10 years ago
  74. 0f7369a ppc: Zap MHPC board by Marek Vasut · 10 years ago
  75. 1bb644e ppc: Zap ICU862 board by Marek Vasut · 10 years ago
  76. 2ced070 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
  77. d82b281 README.scrapyard: update commit IDs by Wolfgang Denk · 10 years ago
  78. 890ba1c powerpc: mpc5121ads: update board config info in README by Anatolij Gustschin · 10 years ago
  79. 8762355 powerpc: digsy_mtc: convert to generic board by Anatolij Gustschin · 10 years ago
  80. ac15684 powerpc: mecp5123: convert to generic board by Anatolij Gustschin · 10 years ago
  81. eecf6ca powerpc: ac14xx: convert to generic board by Anatolij Gustschin · 10 years ago
  82. f730bd8 powerpc: aria: convert to generic board by Anatolij Gustschin · 10 years ago
  83. caad928 powerpc: pdm360ng: convert to generic board by Anatolij Gustschin · 10 years ago
  84. 5aca67b powerpc: mpc5121ads: convert to generic board by Anatolij Gustschin · 10 years ago
  85. 8b5073b powerpc: mpc512x: fix boot breakage by Anatolij Gustschin · 10 years ago
  86. f0e1f8d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  87. ed6144f Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  88. 16aefab Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  89. 9f19312 arm: socfpga: config: Add USB support example by Marek Vasut · 10 years ago
  90. cec5819 tools/socfpgaimage.c: fix build on darwin by Andreas Bießmann · 10 years ago
  91. 08f9bf3 arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro by Marek Vasut · 10 years ago
  92. ea0123c arm: socfpga: Zap spl.h and ad-hoc related syms by Marek Vasut · 10 years ago
  93. 54c282e arm: socfpga: Move code from misc_init_r() to arch_early_init_r() by Marek Vasut · 10 years ago
  94. 70e507e Merge http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  95. 77a7384 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  96. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  97. dffb827 i2c: designware: add an implement i2c protos by Jeroen Hofstee · 10 years ago
  98. dc549d9 tegra: add proto for pin_mux_mmc by Jeroen Hofstee · 10 years ago
  99. 454c071 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · 10 years ago
  100. d491ad0 mmc: add prototype for mmc_get_env_addr by Jeroen Hofstee · 10 years ago