1. c043440 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  2. 138181a common: board_f: Sort includes by Mario Six · 6 years ago
  3. 23471ae board_f: Add reset status printing by Mario Six · 6 years ago
  4. 08c4531 spl: Allow remoteproc drivers to be used within SPL by Lokesh Vutla · 6 years ago
  5. 8802741 spl: Allow mailbox drivers to be used within SPL by Lokesh Vutla · 6 years ago
  6. 586bde9 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · 6 years ago
  7. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  8. 555e378 cli: handle getch error by Patrick Delaunay · 6 years ago
  9. 273a125 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · 6 years ago
  10. c3c19c2 spl: Kconfig: Fix typo in 'Upgrade' by Fabio Estevam · 6 years ago
  11. f3da76e malloc_simple: calloc: don't call memset if malloc failed by Simon Goldschmidt · 6 years ago
  12. e1904f4 common: avb_verify: Fix division by zero in mmc_byte_io() by Eugeniu Rosca · 6 years ago
  13. 47e4163 common: avb_verify: Fix never-occurring avb_free(ops_data) by Eugeniu Rosca · 6 years ago
  14. 047bc5c common: avb_verify: Fix memory leaks by Eugeniu Rosca · 6 years ago
  15. 55d56d2 common: avb_verify: Make local data static by Eugeniu Rosca · 6 years ago
  16. 87c814d common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDS by Eugeniu Rosca · 6 years ago
  17. 2e2067b common: avb_verify: Fix invalid 'for' loop condition by Eugeniu Rosca · 6 years ago
  18. d03e76a cmd: Add dtimg command by Sam Protsenko · 6 years ago
  19. c044733 common: Add support for Android DT image by Sam Protsenko · 6 years ago
  20. 94cb986 spl: fix debug print in spl_common_init() by Simon Goldschmidt · 6 years ago
  21. 8ccf98b Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  22. 0041670 kconfig: fix typo 'parition' by Simon Goldschmidt · 6 years ago
  23. 6b6f216 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · 6 years ago
  24. 7a5fbfe avb2.0: add get_size_of_partition() by Igor Opaniuk · 6 years ago
  25. 17585e2 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  26. 188ebc7 Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  27. cd1457d common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · 6 years ago
  28. e13278c power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · 6 years ago
  29. 0cba6e9 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  30. dbf6be9 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  31. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  32. 6f796a9 sunxi: add support for Allwinner H6 SoC by Icenowy Zheng · 6 years ago
  33. 563273d common: Log should depends on DM not be selected by DM by Michal Simek · 6 years ago
  34. 2a1f4f1 Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · 6 years ago
  35. 0e8a8a3 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  36. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  37. b2f58d8 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  38. 7550dbe spl: Add option SPL_PAYLOAD by York Sun · 6 years ago
  39. 73a555d Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 6 years ago
  40. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  41. 02db548 spl: remove dependency to "asm/utils.h" by Paulo Zaneti · 6 years ago
  42. e9ee739 avb2.0: use block API in AVB ops by Igor Opaniuk · 6 years ago
  43. b0aa74a avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  44. 9d04b5f configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · 6 years ago
  45. de5dd4c spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 6 years ago
  46. b27dc8e bootmenu: Extend BOOTDELAY help text by Alex Kiernan · 6 years ago
  47. 25dabd7 spl: Make the spl_nand_load_image static by Michael Trimarchi · 6 years ago
  48. 7267fbf spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · 6 years ago
  49. 14acea0 spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined by York Sun · 6 years ago
  50. 6ecd820 spl: nor: Add FIT support by York Sun · 6 years ago
  51. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  52. 3907eef spl: fit: display a message when an FPGA image is loaded by Luis Araneda · 6 years ago
  53. 1473b12 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  54. 4fb67f4 usb_kdb: Get stdio_dev directly from sdev pointer by Michal Simek · 6 years ago
  55. f8f3e0e usb_kbd: Add support for watchdog by Michal Simek · 6 years ago
  56. 27eb7bc common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
  57. 3723324 common: command: Use command_ret_t enum values instead of values by Michal Simek · 6 years ago
  58. 67a2616 common/memsize.c: Increase save array for supporting memory size > 4GB by Tien Fong Chee · 6 years ago
  59. 3804f5b common: print \n in initr_scsi() by Heinrich Schuchardt · 6 years ago
  60. 7346c1e vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  61. 72239fc vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  62. d154ca6 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
  63. 56419ea spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 6 years ago
  64. 26ad648 spl: spi: Support full fitImage handling by Marek Vasut · 6 years ago
  65. 8b1531f spl: fat: Support full fitImage handling by Marek Vasut · 6 years ago
  66. 078e558 fit: Verify all configuration signatures by Marek Vasut · 6 years ago
  67. bfc6bae reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  68. de76610 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  69. ec15d5f board_r: Do not initialize IDE when DM BLK is on by Bin Meng · 6 years ago
  70. 487b5fa bootm: Handle kernel_noload on arm64 by Marek Vasut · 6 years ago
  71. af880e2 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  72. c2e4e7e log: Fix incorect range check in log_get_cat_name() by Simon Glass · 6 years ago
  73. e0212df iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  74. 7e9be3e iotrace: move record definitons to header file by Ramon Fried · 6 years ago
  75. 5d4fd87 avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  76. 3af30e4 avb2.0: implement AVB ops by Igor Opaniuk · 6 years ago
  77. 1da1938 spl: Add default values for ARCH_MX7 by Fabio Estevam · 6 years ago
  78. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  79. b5e0e36 common: iotrace: add timestamp to iotrace records by Ramon Fried · 6 years ago
  80. a74440b iotrace: add IO region limit by Ramon Fried · 6 years ago
  81. ff2b2ba board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 6 years ago
  82. 86fbad2 menu: fix timeout duration by Masahiro Yamada · 6 years ago
  83. 329da48 Define board_quiesce_devices() in a shared location by Simon Glass · 6 years ago
  84. c232d14 mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  85. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  86. 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  87. c3c8638 add FIT data-position & data-offset property support by Kelvin Cheung · 6 years ago
  88. ee038c5 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 6 years ago
  89. 8a9dc16 spl: Add full fitImage support by Marek Vasut · 6 years ago
  90. 0298d20 fit: Add standalone image type handling by Marek Vasut · 6 years ago
  91. a3c43b1 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 6 years ago
  92. b527b9c fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 6 years ago
  93. 26a6422 spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 6 years ago
  94. 16c4b16 FIT: Make fit_conf_print() be a static function by Tom Rini · 6 years ago
  95. 3b52847 Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 6 years ago
  96. 6915dcf tools: zynqmpimage: Add bif support by Alexander Graf · 6 years ago
  97. 3aba3fd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  98. 23c6489 xyz-modem: va_start() must be matched by va_end() by Heinrich Schuchardt · 6 years ago
  99. 8140816 Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected by Alex Kiernan · 6 years ago
  100. a8be249 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 6 years ago