1. de4e126 Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  2. 9dfc34e Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  3. b00a9de sandbox: Fix set_working_fdt_addr users by Alexander Graf · 6 years ago
  4. f354c3f spl: fit: Enable GZIP compression also for no kernel partitions by Michal Simek · 6 years ago
  5. 37ad270 arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig by Michal Simek · 6 years ago
  6. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  7. 2bb020e board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  8. 7194f25 common: board_f: Sort includes by Mario Six · 6 years ago
  9. 4481a5d board_f: Add reset status printing by Mario Six · 6 years ago
  10. 1a6f8e0 spl: Allow remoteproc drivers to be used within SPL by Lokesh Vutla · 6 years ago
  11. 2aeb934 spl: Allow mailbox drivers to be used within SPL by Lokesh Vutla · 6 years ago
  12. 9bdec00 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · 6 years ago
  13. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  14. f0017d2 cli: handle getch error by Patrick Delaunay · 6 years ago
  15. d837c53 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · 6 years ago
  16. 96bdff5 spl: Kconfig: Fix typo in 'Upgrade' by Fabio Estevam · 6 years ago
  17. be17881 malloc_simple: calloc: don't call memset if malloc failed by Simon Goldschmidt · 6 years ago
  18. 3135da5 common: avb_verify: Fix division by zero in mmc_byte_io() by Eugeniu Rosca · 6 years ago
  19. c966354 common: avb_verify: Fix never-occurring avb_free(ops_data) by Eugeniu Rosca · 6 years ago
  20. a5f012e common: avb_verify: Fix memory leaks by Eugeniu Rosca · 6 years ago
  21. f43f113 common: avb_verify: Make local data static by Eugeniu Rosca · 6 years ago
  22. d6d3597 common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDS by Eugeniu Rosca · 6 years ago
  23. 4c94c89 common: avb_verify: Fix invalid 'for' loop condition by Eugeniu Rosca · 6 years ago
  24. 92f95bb cmd: Add dtimg command by Sam Protsenko · 6 years ago
  25. 2f770a9 common: Add support for Android DT image by Sam Protsenko · 6 years ago
  26. 7dbffe4 spl: fix debug print in spl_common_init() by Simon Goldschmidt · 6 years ago
  27. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  28. 6206705 kconfig: fix typo 'parition' by Simon Goldschmidt · 6 years ago
  29. 9cab183 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · 6 years ago
  30. 276129d avb2.0: add get_size_of_partition() by Igor Opaniuk · 6 years ago
  31. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  32. 12e6f56 Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  33. c2ed007 common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · 6 years ago
  34. 3775fed power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · 6 years ago
  35. 7674fb5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  36. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  37. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  38. 0c01b96 sunxi: add support for Allwinner H6 SoC by Icenowy Zheng · 6 years ago
  39. 4fcaf49 common: Log should depends on DM not be selected by DM by Michal Simek · 6 years ago
  40. 37fdd6a Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · 6 years ago
  41. ee201d2 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  42. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  43. c2f3954 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  44. 5349267 spl: Add option SPL_PAYLOAD by York Sun · 6 years ago
  45. 7b4e9a5 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 6 years ago
  46. f3d4014 fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  47. 43c385d spl: remove dependency to "asm/utils.h" by Paulo Zaneti · 6 years ago
  48. ceb54dc avb2.0: use block API in AVB ops by Igor Opaniuk · 6 years ago
  49. e0df035 avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  50. 7cd5199 configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · 6 years ago
  51. 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
  52. 1fbafc6 bootmenu: Extend BOOTDELAY help text by Alex Kiernan · 6 years ago
  53. 93e8802 spl: Make the spl_nand_load_image static by Michael Trimarchi · 6 years ago
  54. cea8821 spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · 6 years ago
  55. f0370c0 spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined by York Sun · 6 years ago
  56. 7975725 spl: nor: Add FIT support by York Sun · 6 years ago
  57. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  58. eece623 spl: fit: display a message when an FPGA image is loaded by Luis Araneda · 6 years ago
  59. 94a1d52 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  60. 2b0634d usb_kdb: Get stdio_dev directly from sdev pointer by Michal Simek · 6 years ago
  61. 07b3cc9 usb_kbd: Add support for watchdog by Michal Simek · 6 years ago
  62. 2e1b90b common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
  63. 44bdb57 common: command: Use command_ret_t enum values instead of values by Michal Simek · 6 years ago
  64. 62fd0c1 common/memsize.c: Increase save array for supporting memory size > 4GB by Tien Fong Chee · 6 years ago
  65. 34cef30 common: print \n in initr_scsi() by Heinrich Schuchardt · 6 years ago
  66. 9767bf4 vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  67. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  68. 54a9119 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
  69. 72bc5d5 spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 7 years ago
  70. f6e0e5c spl: spi: Support full fitImage handling by Marek Vasut · 7 years ago
  71. c659e58 spl: fat: Support full fitImage handling by Marek Vasut · 7 years ago
  72. 5dee134 fit: Verify all configuration signatures by Marek Vasut · 7 years ago
  73. 9caf712 reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  74. cb5660e Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  75. f05614e board_r: Do not initialize IDE when DM BLK is on by Bin Meng · 6 years ago
  76. 2142579 bootm: Handle kernel_noload on arm64 by Marek Vasut · 6 years ago
  77. 18fc706 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  78. 8909656 log: Fix incorect range check in log_get_cat_name() by Simon Glass · 6 years ago
  79. 75aa898 iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  80. d03cc69 iotrace: move record definitons to header file by Ramon Fried · 6 years ago
  81. f0f3bfe avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  82. bb4aac4 avb2.0: implement AVB ops by Igor Opaniuk · 6 years ago
  83. 22a1fab spl: Add default values for ARCH_MX7 by Fabio Estevam · 6 years ago
  84. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  85. a55c6a0 common: iotrace: add timestamp to iotrace records by Ramon Fried · 7 years ago
  86. d01a417 iotrace: add IO region limit by Ramon Fried · 7 years ago
  87. c76af2a board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 7 years ago
  88. c46d0fe menu: fix timeout duration by Masahiro Yamada · 7 years ago
  89. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · 7 years ago
  90. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 7 years ago
  91. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 7 years ago
  92. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 7 years ago
  93. 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · 7 years ago
  94. 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 7 years ago
  95. 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
  96. 93e9575 fit: Add standalone image type handling by Marek Vasut · 7 years ago
  97. 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 7 years ago
  98. 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 7 years ago
  99. 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 7 years ago
  100. 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · 7 years ago