1. ba169d9 board_f: prevent misleading "Watchdog enabled" output by Anatolij Gustschin · 8 years ago
  2. 46d7a3b board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y by Anatolij Gustschin · 8 years ago
  3. 0ec807b configs: da850evm: enable bootz command by Sekhar Nori · 8 years ago
  4. 663f6fc ARM: OMAP5+: Enable errata i727 by Lokesh Vutla · 8 years ago
  5. b6fefa7 mkimage: fix missing break for -p switch by Teddy Reed · 8 years ago
  6. 19e8649 bootm: fixup silent Linux out of BOOTM_STATE_LOADOS state by Hector Palacios · 8 years ago
  7. 4b2fd72 stm32: Change USART port to USART6 for stm32f746 discovery board by Toshifumi NISHINAGA · 8 years ago
  8. 25c1b13 stm32: Add SDRAM support for stm32f746 discovery board by Toshifumi NISHINAGA · 8 years ago
  9. ba0a3c1 stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board by Toshifumi NISHINAGA · 8 years ago
  10. a3e2efc dragonboard410c: adding missing default addr for script and pxe boot by Ricardo Salveti de Araujo · 8 years ago
  11. 5a6f576 dragonboard410c: prefer sdcard boot over emmc by Ricardo Salveti de Araujo · 8 years ago
  12. 8729d58 test: Convert the vboot test to test/py by Simon Glass · 8 years ago
  13. 1152a05 tools: Correct error handling in fit_image_process_hash() by Simon Glass · 8 years ago
  14. 655cc69 tools: Add an error code when fit_handle_file() fails by Simon Glass · 8 years ago
  15. 73a9054 test/py: Add a helper to run a list of U-Boot commands by Simon Glass · 8 years ago
  16. 9e17b03 test/py: Provide a way to check that a command fails by Simon Glass · 8 years ago
  17. 8b304a3 test/py: Add an option to execute a string containing a command by Simon Glass · 8 years ago
  18. f3d3e95 test/py: Return output from run_and_log() by Simon Glass · 8 years ago
  19. 86845bf test/py: Provide output from exceptions with RunAndLog() by Simon Glass · 8 years ago
  20. 3b8d9d9 test/py: Allow RunAndLog() to return the output by Simon Glass · 8 years ago
  21. 0671960 test/py: Allow tests to control the sandbox device-tree file by Simon Glass · 8 years ago
  22. b9c771b sandbox: Don't exit when bootm completes by Simon Glass · 8 years ago
  23. 07f4ead test: Add a simple script to run tests on sandbox by Simon Glass · 8 years ago
  24. f6349c3 test: Add a README by Simon Glass · 8 years ago
  25. 022885c tools: Allow building with debug enabled by Simon Glass · 8 years ago
  26. 51f03e6 mkimage: Show item lists for all categories by Simon Glass · 8 years ago
  27. f24e105 mkimage: Use generic code for showing an 'image type' error by Simon Glass · 8 years ago
  28. 3066422 mkimage: Allow display of a list of any image header category by Simon Glass · 8 years ago
  29. 1426220 image: Add functions to obtain category information by Simon Glass · 8 years ago
  30. 30495bf image: Add a name for invalid types by Simon Glass · 8 years ago
  31. 56d7ab7 image: Create a table of information for each category by Simon Glass · 8 years ago
  32. 555f45d image: Convert the IH_... values to enums by Simon Glass · 8 years ago
  33. 3a45f38 image: Correct auto-fit architecture property name by Simon Glass · 8 years ago
  34. 58b2247 mkimage: Drop blank line before main() by Simon Glass · 8 years ago
  35. 63ef31b mkimage: Drop premature setting of params.fit_image_type by Simon Glass · 8 years ago
  36. e324a92 mkimage: Require a data file when auto-fit is used by Simon Glass · 8 years ago
  37. 3c23c0f mkimage: Explain the auto-fit imagefile special case by Simon Glass · 8 years ago
  38. 20deadd mkimage: Honour the default image type with auto-fit by Simon Glass · 8 years ago
  39. 9a38712 linux/io.h: add generic ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  40. c74b8fc arm, nds32, sh: remove useless ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  41. 95ebc25 types.h: move and redefine resource_size_t by Masahiro Yamada · 8 years ago
  42. 8662bea doc: Update info on using secure devices from TI by Andreas Dannenberg · 8 years ago
  43. e29878f arm: am4x: add U-Boot FIT signing and SPL image post-processing by Madan Srinivas · 8 years ago
  44. 17c2987 arm: omap5: add U-Boot FIT signing and SPL image post-processing by Andreas Dannenberg · 8 years ago
  45. da74d1f spl: fit: add support for post-processing of images by Daniel Allred · 8 years ago
  46. bf9ec86 arm: omap-common: Update to generate secure U-Boot FIT blob by Andreas Dannenberg · 8 years ago
  47. 1bb0a21 arm: omap-common: secure ROM signature verify API by Andreas Dannenberg · 8 years ago
  48. d86f7af arm: omap-common: add secure rom call API for secure devices by Andreas Dannenberg · 8 years ago
  49. 51d0638 arm: omap-common: add secure smc entry by Daniel Allred · 8 years ago
  50. ec6f610 arm: cache: add missing dummy functions for when dcache disabled by Daniel Allred · 8 years ago
  51. 6b6024e arm64: add better and more generic spin-table support by Masahiro Yamada · 8 years ago
  52. 3a592a1 Revert "armv8: Enable CPUECTLR.SMPEN for coherency" by Tom Rini · 8 years ago
  53. b8e5997 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  54. 9532fe3 x86: link: Correct a failure in DRAM init by Simon Glass · 8 years ago
  55. 215099a x86: Add Advantech SOM-DB5800/SOM-6867 support by George McCollister · 8 years ago
  56. 3ff11aa x86: baytrail: acpi: Hide internal UART per GNVS setting by Bin Meng · 8 years ago
  57. 79c2c25 x86: acpi: Pack global NVS into ACPI table by Bin Meng · 8 years ago
  58. cf7108b x86: quark: Introduce ACPI global NVS by Bin Meng · 8 years ago
  59. 2047390 x86: baytrail: Introduce ACPI global NVS by Bin Meng · 8 years ago
  60. f2a751b x86: conga-qeval20-qa3: Add support for internal UART by Stefan Roese · 8 years ago
  61. d9703a0 x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART by Bin Meng · 8 years ago
  62. 377656b x86: baytrail: Introduce a Kconfig option for the internal UART by Bin Meng · 8 years ago
  63. f698baa pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · 8 years ago
  64. c0aea6b pci: Make load_oprom and run_oprom independent by Bin Meng · 8 years ago
  65. b45dd66 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · 8 years ago
  66. bff97dd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  67. 94fbd3e tools: patman: Handle missing 'END' in non-last commit of a series by Bin Meng · 8 years ago
  68. 57b6b19 tools: patman: Handle missing blank line for 'Series-changes' by Bin Meng · 8 years ago
  69. 0d57718 tools: patman: Generate cover letter correctly when 'END' is missing by Bin Meng · 8 years ago
  70. 13b98d9 tools: patman: Handle tag sections without an 'END' by Bin Meng · 8 years ago
  71. e7df218 tools: patman: Use cover_match for 'Cover-letter' by Bin Meng · 8 years ago
  72. 6f0e7a3 dm: Sort the uclass id in alphabetical order by Bin Meng · 8 years ago
  73. 920c696 sandbox: Find keyboard driver using driver model by Simon Glass · 8 years ago
  74. 39ea0ee fdt: x86: Tidy up a few COMPAT string definitions by Simon Glass · 8 years ago
  75. 01a227d fdt: Add a note to avoid adding new compatible strings by Simon Glass · 8 years ago
  76. da9e0a9 fdt: Drop unused exynos compatible strings by Simon Glass · 8 years ago
  77. 6cd2602 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · 8 years ago
  78. ec3cde1 common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV by Xu Ziyuan · 8 years ago
  79. 4b689f0 dm: gpio: MPC85XX GPIO platform data support by Hamish Martin · 8 years ago
  80. 797d1b9 dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  81. 87bce4e dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · 8 years ago
  82. 4b00bdb dm: mmc: msmsdhic: Drop old MMC code by Simon Glass · 8 years ago
  83. 91cbc3f dm: mmc: Move dragonboard410c to use CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  84. 12293f6 dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  85. ef1e4ed dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  86. 2a80909 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · 8 years ago
  87. 9a46bd3 dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS by Simon Glass · 8 years ago
  88. 3649a0f rockchip: Add MAINTAINER files for kylin_rk3036, evb_rk3036 by Simon Glass · 8 years ago
  89. 42b37d8 dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards by Simon Glass · 8 years ago
  90. 691272f dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  91. 8ca51e5 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  92. 7d1c8d9 rockchip: Disable CONFIG_SDHCI by Simon Glass · 8 years ago
  93. c0c76eb mmc: Move tracing code into separate functions by Simon Glass · 8 years ago
  94. 6775e01 dm: mmc: rockchip: Support only CONFIG_BLK by Simon Glass · 8 years ago
  95. c40704f mmc: Move MMC boot code into its own file by Simon Glass · 8 years ago
  96. 5aed4cb dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · 8 years ago
  97. eede897 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  98. 7dba0b9 mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · 8 years ago
  99. aa15038 rockchip: Use 'select' instead of defaults in Kconfig by Simon Glass · 8 years ago
  100. e7a773a dm: mmc: dwmmc: Add comments to the dwmmc setup functions by Simon Glass · 8 years ago