1. ee66511 TI:OMAP4: enable EXT support in SPL for OMAP4 boards by Guillaume GARDET · 10 years ago
  2. 7d2b4e7 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
  3. fae81c7 doc: Update documentation according to the EXT SPL support patch set by Guillaume GARDET · 10 years ago
  4. 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  5. 027a9a0 SPI: mxc_spi: delay initialisation until claim bus by Markus Niebel · 10 years ago
  6. ba3451d SPI: mxc_spi: remove second reset from ECSPI config handler by Markus Niebel · 10 years ago
  7. cdcdad8 spi: altera: Move the config options to the top by Marek Vasut · 10 years ago
  8. df15567 spi: altera: Add short note about EPCS/EPCQx1 by Marek Vasut · 10 years ago
  9. bc76b82 spi: altera: Clean up the use of variable d by Marek Vasut · 10 years ago
  10. 80d7333 spi: altera: Zap endless loop by Marek Vasut · 10 years ago
  11. 37dcc13 spi: altera: Clean up most checkpatch issues by Marek Vasut · 10 years ago
  12. 2e13da1 spi: altera: Clean up bit definitions by Marek Vasut · 10 years ago
  13. eef6702 spi: altera: Use struct-based register access by Marek Vasut · 10 years ago
  14. 205b4f3 Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  15. b01495e test: Add a simple test to detected warnings with uint64_t, uintptr_t by Simon Glass · 10 years ago
  16. 4fd074d usb: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  17. f360947 scsi: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  18. 6bcb8ad x86: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  19. c6da9ae Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  20. 6bf6725 Use uint64_t instead of u64 in put_dec() by Simon Glass · 10 years ago
  21. 19ea467 Use uint64_t for time types by Simon Glass · 10 years ago
  22. aac618a ext4: Use inttypes for printf() string by Simon Glass · 10 years ago
  23. 4166ecb Add some standard headers external code might need by Gabe Black · 10 years ago
  24. 0d296cc Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  25. 4bf3a56 Revert "common, env: Fix support for environment in i2c eeprom" by Valentin Longchamp · 10 years ago
  26. be9445c doc: Fix comparison operator by Olaf Mandel · 10 years ago
  27. 91e2be4 wireless_space: set myself as maintainer by Albert ARIBAUD · 10 years ago
  28. 87b6398 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  29. 0cf8761 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  30. f06f9a1 ppc: Zap TQM8272 board by Marek Vasut · 10 years ago
  31. ccc1950 ppc: Zap TQM8260 board by Marek Vasut · 10 years ago
  32. 6afb357 ppc: Zap IDS8247 board by Marek Vasut · 10 years ago
  33. 4109cb0 ppc: Zap HWW1U1A board by Marek Vasut · 10 years ago
  34. 5038d7f ppc: Zap Hymod board by Marek Vasut · 10 years ago
  35. 1655f9f ppc: Zap MHPC board by Marek Vasut · 10 years ago
  36. 4af5f0f ppc: Zap ICU862 board by Marek Vasut · 10 years ago
  37. 03b0040 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
  38. fc29778 README.scrapyard: update commit IDs by Wolfgang Denk · 10 years ago
  39. 0694f80 powerpc: mpc5121ads: update board config info in README by Anatolij Gustschin · 10 years ago
  40. 77d4357 powerpc: digsy_mtc: convert to generic board by Anatolij Gustschin · 10 years ago
  41. 5b8cdd8 powerpc: mecp5123: convert to generic board by Anatolij Gustschin · 10 years ago
  42. 37cf49c powerpc: ac14xx: convert to generic board by Anatolij Gustschin · 10 years ago
  43. 32ff89d powerpc: aria: convert to generic board by Anatolij Gustschin · 10 years ago
  44. 8aad332 powerpc: pdm360ng: convert to generic board by Anatolij Gustschin · 10 years ago
  45. 10e99d8 powerpc: mpc5121ads: convert to generic board by Anatolij Gustschin · 10 years ago
  46. c6832a9 powerpc: mpc512x: fix boot breakage by Anatolij Gustschin · 10 years ago
  47. 0ce4af9 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  48. 5aa7bec Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  49. 674ca84 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  50. 20cadbb arm: socfpga: config: Add USB support example by Marek Vasut · 10 years ago
  51. 686ed2c2 tools/socfpgaimage.c: fix build on darwin by Andreas Bießmann · 10 years ago
  52. a22a584 arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro by Marek Vasut · 10 years ago
  53. 34584d1 arm: socfpga: Zap spl.h and ad-hoc related syms by Marek Vasut · 10 years ago
  54. fc52089 arm: socfpga: Move code from misc_init_r() to arch_early_init_r() by Marek Vasut · 10 years ago
  55. b81fa61 arm: debug: adjust for U-Boot by Masahiro Yamada · 10 years ago
  56. 51b17d4 arm: debug: add Kconfig entries for lowlevel debug by Masahiro Yamada · 10 years ago
  57. 9345651 arm: debug: replace license blocks with SPDX by Masahiro Yamada · 10 years ago
  58. 1cfe9fa arm: debug: import debug files from Linux 3.16 by Masahiro Yamada · 10 years ago
  59. d0796de Merge http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  60. 1fba907 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  61. 84a6df0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  62. c69ecd9 i2c: designware: add an implement i2c protos by Jeroen Hofstee · 10 years ago
  63. 7b8119d tegra: add proto for pin_mux_mmc by Jeroen Hofstee · 10 years ago
  64. ce04822 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · 10 years ago
  65. aeb8055 mmc: add prototype for mmc_get_env_addr by Jeroen Hofstee · 10 years ago
  66. 611aee2 ide: add missing prototype by Jeroen Hofstee · 10 years ago
  67. 5b5ac64 gpio: add protype for name_to_gpio by Jeroen Hofstee · 10 years ago
  68. d50b07d fdt_support: add prototypes for __weak functions by Jeroen Hofstee · 10 years ago
  69. 6f38477 elf: add prototype for valid_elf_image by Jeroen Hofstee · 10 years ago
  70. f1bd871 bootm: add prototype for arch_preboot_os by Jeroen Hofstee · 10 years ago
  71. 49c4bc3 arm: vectors: provide protypes from vectors.S by Jeroen Hofstee · 10 years ago
  72. 522a4ae twister: add missing includes by Jeroen Hofstee · 10 years ago
  73. bf85502 omap3: board: add missing include and proto by Jeroen Hofstee · 10 years ago
  74. ee3fad8 net: davince: add missing include by Jeroen Hofstee · 10 years ago
  75. 7432194 mmc: bcm2835_sdhci: add missing include by Jeroen Hofstee · 10 years ago
  76. 1e96220 lib: bootm: add missing include by Jeroen Hofstee · 10 years ago
  77. 52422e3 leds: missing include by Jeroen Hofstee · 10 years ago
  78. 5624c6b imx: add missing includes by Jeroen Hofstee · 10 years ago
  79. 73063c0 common/cmd_elf.c: add missing include by Jeroen Hofstee · 10 years ago
  80. 67c398d arch-mx: add missing include by Jeroen Hofstee · 10 years ago
  81. 5afe73f string.h: add missing prototypes by Jeroen Hofstee · 10 years ago
  82. 482f469 common:console: add missing include by Jeroen Hofstee · 10 years ago
  83. 73144da modem.c: Switch to debug() from dbg found in common/console.c by Tom Rini · 10 years ago
  84. c5fe253 video: ipu: prevent warnings with W=1 by Jeroen Hofstee · 10 years ago
  85. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  86. 654f8d0 serial: make local functions static by Jeroen Hofstee · 10 years ago
  87. 6588c78 sdhci: make local functions static by Jeroen Hofstee · 10 years ago
  88. 4415297 omap_gpmc: fix warnigs with W=1 by Jeroen Hofstee · 10 years ago
  89. 98431d5 omap3: make local functions static by Jeroen Hofstee · 10 years ago
  90. 84f64c8 net: fec_mxc: make local functions static by Jeroen Hofstee · 10 years ago
  91. 750a6ff lmb: make local functions static by Jeroen Hofstee · 10 years ago
  92. 718feca image-fit: make local function static by Jeroen Hofstee · 10 years ago
  93. 2115d89 gpio: make local functions static by Jeroen Hofstee · 10 years ago
  94. 783a91f eth: make eth_address_set static by Jeroen Hofstee · 10 years ago
  95. 45f08d3 env_nand: make local functions static by Jeroen Hofstee · 10 years ago
  96. 2d17b48 ehci-hcd.c: make local functions static by Jeroen Hofstee · 10 years ago
  97. 76ee65b disk/part.c: make local function static by Jeroen Hofstee · 10 years ago
  98. 2588ba1 common: board_r: make local functions static by Jeroen Hofstee · 10 years ago
  99. 553d8c3 common: cmd_elf: make do_bootelf_exec static by Jeroen Hofstee · 10 years ago
  100. 69d2754 video: use __weak by Jeroen Hofstee · 10 years ago