1. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  2. 58bda79 mmc: extend the mmc hwpartition sub-command to change write reliability by Diego Santa Cruz · 10 years ago
  3. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · 10 years ago
  4. 420fc16 mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  5. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  6. ca25e06 mmc: the ext_csd data may be used during init even if reading failed by Diego Santa Cruz · 10 years ago
  7. a7a7599 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · 10 years ago
  8. 173c79e mmc: show the erase group size and HC WP group size in mmcinfo output by Diego Santa Cruz · 10 years ago
  9. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · 10 years ago
  10. 747f6fa mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · 10 years ago
  11. 2b45f58 mmc: display size and start of eMMC enhanced user data area in mmcinfo by Diego Santa Cruz · 10 years ago
  12. 3b62d84 mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · 10 years ago
  13. e5a2a3a mmc: computation of eMMC GP partition size was missing 512 KiB factor by Diego Santa Cruz · 10 years ago
  14. cea8c5c mmc: incomplete test to switch to high-capacity group size definitions by Diego Santa Cruz · 10 years ago
  15. 1f69e22 mmc: skip mmcinfo partition info processing for eMMC < 4.41 by Diego Santa Cruz · 10 years ago
  16. d835843 mmc: make eMMC general purpose partition numbering match spec by Diego Santa Cruz · 10 years ago
  17. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  18. 99ca028 mmc: show hardware partition sizes in mmcinfo output by Diego Santa Cruz · 10 years ago
  19. 3ec5f86 mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC by Nobuhiro Iwamatsu · 10 years ago
  20. 868ba89 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  21. 31e68c6 powerpc: 74xx_7xx: remove 74xx_7xx cpu support by Masahiro Yamada · 10 years ago
  22. ffef618 mpc8xx: remove unused linker script by Masahiro Yamada · 10 years ago
  23. 60275dd ppc4xx: remove dead code by Masahiro Yamada · 10 years ago
  24. 9a13e99 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  25. 655b610 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  26. 7e803e1 buildman: Add the option to download toolchains from kernel.org by Simon Glass · 10 years ago
  27. c1528c1 buildman: Allow architecture to alias to multiple toolchains by Simon Glass · 10 years ago
  28. 4bea81e buildman: Don't use the local settings when running tests by Simon Glass · 10 years ago
  29. e03e944 buildman: Don't complain about missing sections in ~/.buildman by Simon Glass · 10 years ago
  30. 3cb033e buildman: Add documentation about the .buildman file by Simon Glass · 10 years ago
  31. 9107571 buildman: Add a note about Python pre-requisites by Simon Glass · 10 years ago
  32. d48a46c buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  33. 3831455 buildman: Put the toolchain path first instead of last in PATH by Simon Glass · 10 years ago
  34. 28ed006 buildman: Try to avoid hard-coded string parsing by Simon Glass · 10 years ago
  35. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  36. 30a664d buildman: Don't remove entire output directory when testing by Simon Glass · 10 years ago
  37. e87bde1 buildman: Add an option to flatten output directory trees by Simon Glass · 10 years ago
  38. f204ab1 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  39. b9a9b7c buildman: Don't prune output space for 'current source' build by Simon Glass · 10 years ago
  40. dbc01c7 buildman: Put build in 'current', not 'current/current' by Simon Glass · 10 years ago
  41. 2e1646c buildman: Add tests that check the correct output directory is used by Simon Glass · 10 years ago
  42. 86a6b44d4 Merge branch 'next' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  43. 66106f9 net: Declare physical address as phys_addr_t unsigned type by Michal Simek · 10 years ago
  44. 5dc7d12 ARM: armv8: Fix typo in commentary by Michal Simek · 10 years ago
  45. cc39a17 doc: ARM: Use the right function name by Michal Simek · 10 years ago
  46. 693744a Kconfig: move CONFIG_SYS_CLK_FREQ to Kconfig by Alexey Brodkin · 10 years ago
  47. 225581b spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT by Masahiro Yamada · 10 years ago
  48. caee41f image: Enable OpenRTOS booting via fitImage by Marek Vasut · 10 years ago
  49. 0e3b512 image: bootm: Add OpenRTOS image type by Marek Vasut · 10 years ago
  50. e80958b Add support for Seagate BlackArmor NAS220 by Evgeni Dobrev · 10 years ago
  51. 2ec5262 arm: vf610: Remove duplicate MTD defines. by Bill Pringlemeir · 10 years ago
  52. f36c07c lzo: Update dst_len even on error by Simon Glass · 10 years ago
  53. 49d42c0 gunzip: Update lenp even on error by Simon Glass · 10 years ago
  54. 487298b bzlib: Update destLen even on error by Simon Glass · 10 years ago
  55. 4f6e6d7 bootm: Factor out common parts of image decompression code by Simon Glass · 10 years ago
  56. 632570c bootm: Use print_decomp_msg() in all cases by Simon Glass · 10 years ago
  57. 6d084ce test: Add unit tests for bootm image decompression by Simon Glass · 10 years ago
  58. a36b190 test: Rename test_compression to ut_compression by Simon Glass · 10 years ago
  59. 5aeccc2 bootm: Export bootm_decomp_image() by Simon Glass · 10 years ago
  60. b5f97d5 test: Add DEBUG output option to test-fit.py by Simon Glass · 10 years ago
  61. 73a0445 sandbox: Correct ordering of 'sb save' commands by Simon Glass · 10 years ago
  62. 10ae419 bootm: Move compression progress/error messages into a function by Simon Glass · 10 years ago
  63. 47f204a lzma: fix buffer bound check error further by Simon Glass · 10 years ago
  64. cc17fd9 common/memsize.c: Coding style cleanup by Wolfgang Denk · 10 years ago
  65. 3029f5b .travis.yml: build u-boot on travis-ci by Meier, Roger · 10 years ago
  66. 07df0c7 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  67. b27e0bc README.scrapyard: fill commit and date fields by Masahiro Yamada · 10 years ago
  68. 6fd0962 scripts: add a utility to fill blank fields of doc/README.scrapyard by Masahiro Yamada · 10 years ago
  69. e573b3c sunxi: usbc: Add support for usb-vbus0 controller by axp drivebus pin by Hans de Goede · 10 years ago
  70. e7b852a sunxi: usbc: Add support for usb0 to the common usbc code by Hans de Goede · 10 years ago
  71. a144198 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · 10 years ago
  72. 230fed4 sunxi: axp221: Add support for controlling the drivebus pin by Hans de Goede · 10 years ago
  73. 4e2d76e sunxi: axp221: Protect axp221_init against multiple calls by Hans de Goede · 10 years ago
  74. 1413574 sunxi: axp221: correct ALDO2 description for sun6i by Chen-Yu Tsai · 10 years ago
  75. 2256dcd sunxi: Hummingbird_A31_defconfig: Enable VGA output through external DAC by Chen-Yu Tsai · 10 years ago
  76. 9ed1952 sunxi: video: Add support for external DAC enable pin by Chen-Yu Tsai · 10 years ago
  77. 39ca4c1 sunxi: video: Allow external DACs for VGA on platforms without TV encoders by Chen-Yu Tsai · 10 years ago
  78. c8907a3 sunxi: Enable pre-console buffer by Siarhei Siamashka · 10 years ago
  79. 616d03e console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  80. f2f9a80 sun7i: Move psci_arch_init close to text_end by Jan Kiszka · 10 years ago
  81. fdb0ff7 sun7i: Add support for taking CPUs offline via PSCI by Jan Kiszka · 10 years ago
  82. 797a0f5 sunxi: video: Add lvds support by Hans de Goede · 10 years ago
  83. baa85e2 sunxi: add Linksprite pcDuino v1/v2 support by Zoltan HERPAI · 10 years ago
  84. 9159371 sunxi: video: Add a hpd_delay parameter to configure hpd delay by Hans de Goede · 10 years ago
  85. 260f520 sunxi: video: Add VGA output support by Hans de Goede · 10 years ago
  86. 7977ec2 sunxi: video: Fallback from HDMI to VGA on boards with VGA by Hans de Goede · 10 years ago
  87. c3d1504 sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1 by Hans de Goede · 10 years ago
  88. ac5d43d sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delay by Hans de Goede · 10 years ago
  89. 83243c4 sunxi: video: Remove sunxi_display.enabled variable by Hans de Goede · 10 years ago
  90. 1d6829a sunxi: Ippo_q8h defconfigs: Enable the LCD panel found on these tablets. by Hans de Goede · 10 years ago
  91. 299ce8a sunxi: A13-OLinuXino defconfigs: Enable VGA output, add lcd-mode for 7" LCD by Hans de Goede · 10 years ago
  92. 3400a7c sunxi: sunxi-common.h: Reduce bootm_size to take the framebuffer into account by Hans de Goede · 10 years ago
  93. ac1633c sunxi: video: Add support for VGA via external DACs connected to the LCD pins by Hans de Goede · 10 years ago
  94. e954459 sunxi: video: Enable video on sun8i, which supports LCD but not HDMI by Hans de Goede · 10 years ago
  95. 7e68a1b sunxi: video: Add lcd output support by Hans de Goede · 10 years ago
  96. 115e4b4 sunxi: video: Move sunxi_drc_init by Hans de Goede · 10 years ago
  97. c5a3b4b sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1 by Hans de Goede · 10 years ago
  98. 4125f92 sunxi: video: Prepare for lcd support by Hans de Goede · 10 years ago
  99. a0b1b73 sunxi: video: Improve monitor video-mode option handling by Hans de Goede · 10 years ago
  100. 1fc9c4a sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · 10 years ago