1. b112ac2 efi_loader: fix efi_install_fdt() description by Heinrich Schuchardt · Fri Feb 07 22:10:49 2020 +0100
  2. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  3. db5a97e cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage by Joel Johnson · Wed Jan 29 09:17:18 2020 -0700
  4. 8abb4cb cmd/elf.c: Add SPDX tag by Tom Rini · Wed Jan 29 11:03:34 2020 -0500
  5. a01e78d cmd: gpio: Correct do_gpio() return value by Luka Kovacic · Sun Jan 05 20:10:56 2020 +0100
  6. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  7. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  8. 0282757 cmd: Add command to dump drivers and compatible strings by Sean Anderson · Fri Jan 17 14:48:09 2020 -0500
  9. cbe9739 cmd: tpm: add a subcommand device by Philippe Reynes · Thu Jan 09 18:45:46 2020 +0100
  10. cd43fa1 doc: android: Convert to Sphinx format by Sam Protsenko · Fri Jan 24 17:53:44 2020 +0200
  11. d8efc7c doc: android: Add documentation for Android Boot Image by Sam Protsenko · Fri Jan 24 17:53:43 2020 +0200
  12. 035502e cmd: abootimg: Add abootimg command by Sam Protsenko · Fri Jan 24 17:53:42 2020 +0200
  13. b0d3c0b cmd/gpt: Address error cases during gpt rename more correctly by Tom Rini · Tue Jan 21 11:53:38 2020 -0500
  14. a5b0bd0 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Mon Jan 27 19:57:13 2020 -0500
  15. 39d9a10 pmic: allow dump command for non contiguous register maps by Martin Fuzzey · Tue Jan 14 15:56:18 2020 +0000
  16. 18b9a67 cmd: sata: Add block unbind device function by Peng Ma · Wed Dec 04 10:36:47 2019 +0000
  17. 67e20fe cmd: spi: Permit setting bus frequency by Marek Vasut · Fri Dec 20 12:44:57 2019 +0100
  18. a29ae45 cmd: mtd: solve bad block support in erase command by Patrick Delaunay · Fri Sep 20 09:20:12 2019 +0200
  19. 61dff3b zfs: remove unused buf variable by Joel Johnson · Sat Jan 11 09:09:34 2020 -0700
  20. a2fe8b2 cmd: pxe: execute the cls command only when supported by Patrick Delaunay · Tue Dec 03 09:38:35 2019 +0100
  21. fad4898 cmd: add tlv_eeprom command by Baruch Siach · Tue Jan 21 15:44:54 2020 +0200
  22. 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · Sat Dec 28 10:45:10 2019 -0700
  23. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  24. 606f09b common: Rename and move source() by Simon Glass · Sat Dec 28 10:45:04 2019 -0700
  25. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  26. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  27. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  28. 1f26500 common: Drop floppy disk support by Simon Glass · Sat Dec 28 10:44:47 2019 -0700
  29. 1b3f75f common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · Sat Dec 28 10:44:44 2019 -0700
  30. 6e51ee1 common: Move do_tftpb() to net.h by Simon Glass · Sat Dec 28 10:44:43 2019 -0700
  31. a606ffc common: Move flash_perror() to flash.h by Simon Glass · Sat Dec 28 10:44:40 2019 -0700
  32. a40315e aes: add support of aes192 and aes256 by Philippe Reynes · Mon Jan 06 15:22:35 2020 +0100
  33. 458db3c aes: add a define for the size of a block by Philippe Reynes · Mon Jan 06 15:22:34 2020 +0100
  34. d2dc8c5 cmd/blk_common: clarify no partition error message by Alexandre Besnard · Fri Dec 20 15:25:22 2019 +0100
  35. f268906 cmd: adtimg: Refactor usage style by Eugeniu Rosca · Tue Dec 24 17:51:08 2019 +0100
  36. a91a78e cmd: adtimg: Rename internal symbols by Eugeniu Rosca · Tue Dec 24 17:51:07 2019 +0100
  37. ee98dac dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg by Eugeniu Rosca · Tue Dec 24 17:51:06 2019 +0100
  38. 0c1ca6d cmd/eeprom.c: prepend 0x to hex numbers in output message format by Klaus H. Sorensen · Wed Dec 11 11:18:29 2019 +0000
  39. 99ebf03 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Jan 09 08:51:57 2020 -0500
  40. 3768a0e Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jan 08 18:57:11 2020 -0500
  41. 1d0b1fc cmd/Kconfig: Add more dependencies to OSE bootm support by Tom Rini · Thu Dec 05 18:46:11 2019 -0500
  42. a31a594 cmd: add rng command by Heinrich Schuchardt · Tue Dec 24 22:17:37 2019 +0100
  43. 6aca598 bootm: Add a bootm command for type IH_OS_EFI by Cristian Ciocaltea · Tue Dec 24 18:05:39 2019 +0200
  44. c414d88 cmd: efidebug: capitalize UEFI by Heinrich Schuchardt · Tue Jan 07 07:48:15 2020 +0100
  45. 75844e5 cmd: efidebug: new sub-command tables by Heinrich Schuchardt · Tue Jan 07 05:57:47 2020 +0100
  46. c6fc502 cmd: efidebug: simplify get_guid_text() by Heinrich Schuchardt · Tue Jan 07 06:02:33 2020 +0100
  47. e626395 efi_loader: free load options after execution by Heinrich Schuchardt · Fri Jan 03 22:53:42 2020 +0100
  48. 6246741 efi_loader: export efi_install_fdt() by Heinrich Schuchardt · Sun Dec 08 01:07:01 2019 +0100
  49. ffb9059 efi_loader: carve out efi_run_image() by Heinrich Schuchardt · Sat Dec 07 20:51:06 2019 +0100
  50. e478ad5 efi_loader: use hardware device tree by default by Heinrich Schuchardt · Wed Dec 04 12:31:12 2019 +0100
  51. 6fbb8ac efi_loader: pass address to efi_install_fdt() by Heinrich Schuchardt · Thu Nov 28 06:46:09 2019 +0100
  52. 16536df bdinfo: show multi_dtb_fit by Heiko Schocher · Sat Nov 09 04:56:10 2019 +0100
  53. 1e41401 dfu: Add optional timeout parameter by Andy Shevchenko · Wed Nov 27 18:12:15 2019 +0200
  54. 9bb63ec dfu: Refactor do_dfu() to handle optional argument by Andy Shevchenko · Wed Nov 27 18:12:14 2019 +0200
  55. 95518ae x86: Update the fsp command for FSP2 by Simon Glass · Fri Dec 06 21:42:27 2019 -0700
  56. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · Fri Dec 06 21:41:54 2019 -0700
  57. 6273f13 cmd: pxe: Increase maximum path length by Ben Wolsieffer · Thu Nov 28 00:07:08 2019 -0500
  58. deb6c50 cmd: mdio/mii: add Kconfig help and allow break dependency by Ramon Fried · Fri Sep 13 18:25:03 2019 +0300
  59. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · Fri Sep 13 19:21:16 2019 -0500
  60. 51ba522 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · Wed Nov 13 09:44:49 2019 +0900
  61. 7f87165 cmd: pxe: Fix checkpatch WARNING/CHECK by Patrice Chotard · Mon Nov 25 09:07:41 2019 +0100
  62. 1918e73 cmd: sysboot: Fix checkpatch WARNING/CHECK by Patrice Chotard · Mon Nov 25 09:07:40 2019 +0100
  63. 6233de4 cmd: pxe_utils: Fix checkpatch WARNING/CHECK by Patrice Chotard · Mon Nov 25 09:07:39 2019 +0100
  64. 7b81c05 cmd: sysboot: Create a sysboot command dedicated file by Patrice Chotard · Mon Nov 25 09:07:38 2019 +0100
  65. 17e8804 cmd: Prepare sysboot command independence by Patrice Chotard · Mon Nov 25 09:07:37 2019 +0100
  66. ceed4b4 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · Mon Nov 25 09:07:36 2019 +0100
  67. b5f461a cmd: cp: add missing map_sysmem by Philippe Reynes · Mon Dec 02 17:33:22 2019 +0100
  68. f6f75ee iminfo: add missing map_sysmem by Philippe Reynes · Mon Dec 02 15:45:50 2019 +0100
  69. d241820 cmd: make MTD commands depend on MTD by Miquel Raynal · Fri Oct 25 19:39:30 2019 +0200
  70. 617fd79 cmd: nand/sf: isolate legacy code by Miquel Raynal · Fri Oct 25 19:39:29 2019 +0200
  71. f21322f cmd: mtdparts: Kconfig: join mtdparts command entry with its options by Miquel Raynal · Thu Oct 03 19:50:25 2019 +0200
  72. 2e35dbb mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · Thu Oct 03 19:50:05 2019 +0200
  73. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  74. 0fb975d Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Dec 03 18:12:58 2019 -0500
  75. dab93f4 cmd: efidebug: fix a build error in show_efi_boot_opt() by AKASHI Takahiro · Tue Nov 26 10:11:22 2019 +0900
  76. 7ca4e2c cmd: pxe: Fix bootm argument count by Abhishek Shah · Mon Nov 18 16:41:49 2019 -0800
  77. 609a074 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · Mon Dec 02 10:52:31 2019 -0500
  78. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · Thu Nov 14 12:57:50 2019 -0700
  79. 320a5d4 common: Drop board_show_dram() by Simon Glass · Thu Nov 14 12:57:44 2019 -0700
  80. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  81. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  82. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  83. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  84. 3673618 common: Move serial functions out of common.h by Simon Glass · Thu Nov 14 12:57:24 2019 -0700
  85. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  86. 16ff570 common: Move sorting functions to their own header file by Simon Glass · Thu Nov 14 12:57:19 2019 -0700
  87. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  88. c2226bf crc: Fix code style with crc functions by Simon Glass · Thu Nov 14 12:57:15 2019 -0700
  89. 970b61e common: Move older CPU functions to their own header by Simon Glass · Thu Nov 14 12:57:09 2019 -0700
  90. 0f675d9 efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · Thu Nov 07 08:05:17 2019 +0100
  91. 8d95b6e cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKS by AKASHI Takahiro · Fri Nov 08 10:32:15 2019 +0900
  92. 6cae4f4 cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZES by Alexander Dahl · Wed Oct 30 16:53:55 2019 +0100
  93. 2e5aad6 cmd: nand: Remove not used declaration by Alexander Dahl · Wed Oct 30 16:53:54 2019 +0100
  94. 7593603 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Wed Nov 06 07:11:02 2019 -0500
  95. 6f5056f Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Nov 01 09:37:02 2019 -0400
  96. f6b91bf cmd: avb: Support A/B slots by Sam Protsenko · Mon Oct 21 13:55:16 2019 +0300
  97. ac80a98 cmd: avb: Fix requested partitions list by Sam Protsenko · Thu Aug 15 20:49:47 2019 +0300
  98. 0616403 dfu: allow to manage DFU on several devices by Patrick Delaunay · Mon Oct 14 09:28:02 2019 +0200
  99. af23348 thor: fix error path after g_dnl_register() failure by Marek Szyprowski · Wed Oct 02 14:29:21 2019 +0200
  100. de4752e cmd: thor: select DFU subsystem also for 'thor' download tool by Marek Szyprowski · Wed Oct 02 12:29:08 2019 +0200