1. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  2. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  3. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  4. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  5. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · Thu Dec 03 16:55:19 2020 -0700
  6. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  7. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  8. 93daa01 dtoc: Tidy up more Python style in dtb_platdata by Simon Glass · Thu Dec 03 16:55:16 2020 -0700
  9. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · Sat Nov 28 17:50:10 2020 -0700
  10. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · Sat Nov 28 17:50:09 2020 -0700
  11. 21a3088 dm: core: Combine the flattree and livetree binding code by Simon Glass · Sat Nov 28 17:50:08 2020 -0700
  12. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · Sat Nov 28 17:50:07 2020 -0700
  13. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · Sat Nov 28 17:50:06 2020 -0700
  14. 1876ffe dm: core: Drop dev_set_of_offset() by Simon Glass · Sat Nov 28 17:50:05 2020 -0700
  15. 9030b39 dm: Drop uses of dev_set_of_offset() by Simon Glass · Sat Nov 28 17:50:04 2020 -0700
  16. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · Sat Nov 28 17:50:03 2020 -0700
  17. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  18. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  19. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  20. 0e29873 test: unit test for exception command by Heinrich Schuchardt · Thu Nov 12 00:29:59 2020 +0100
  21. a8466ad efi_selftest: implement exception test for sandbox by Heinrich Schuchardt · Thu Nov 12 00:29:58 2020 +0100
  22. adaea9c cmd: sandbox: implement exception command by Heinrich Schuchardt · Thu Nov 12 00:29:57 2020 +0100
  23. 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · Thu Nov 12 00:29:56 2020 +0100
  24. 5420957 sandbox: serial: Update to use membuff by Simon Glass · Sun Nov 08 20:36:50 2020 -0700
  25. fb6268d sandbox: serial: Convert to livetree by Simon Glass · Sun Nov 08 20:36:49 2020 -0700
  26. 0b8ffa7 serial: sandbox: Drop unnecessary #ifdefs by Simon Glass · Sun Nov 08 20:36:48 2020 -0700
  27. 94ee3bd dtoc: Tidy up Python style in dtb_platdata by Simon Glass · Sun Nov 08 20:36:21 2020 -0700
  28. 632b84c patman: Drop tools.ToChar() and ToChars() by Simon Glass · Sun Nov 08 20:36:20 2020 -0700
  29. c27ee7c patman: Drop tools.ToByte() by Simon Glass · Sun Nov 08 20:36:19 2020 -0700
  30. 9dfb311 patman: Drop unicode helper functions by Simon Glass · Sun Nov 08 20:36:18 2020 -0700
  31. c9a032c fdt: Use an Enum for the data type by Simon Glass · Sun Nov 08 20:36:17 2020 -0700
  32. 2472903 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Thu Dec 10 13:54:33 2020 -0500
  33. cb9ff4e efi_loader: link partition to block device by Heinrich Schuchardt · Fri Jan 10 12:36:01 2020 +0100
  34. 9c89d14 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · Fri Jan 10 12:33:59 2020 +0100
  35. ee3d1e0 efi_selftest: test EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · Tue Dec 08 15:55:01 2020 +0100
  36. e6f2db0 efi_selftest: clean up Makefile by Heinrich Schuchardt · Tue Dec 08 07:12:10 2020 +0100
  37. 8260827 efi_loader: support EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · Sun Dec 06 13:00:15 2020 +0100
  38. 3dd733e efi_loader: carve out efi_load_image_from_file() by Heinrich Schuchardt · Sun Dec 06 10:47:57 2020 +0100
  39. 471db44 efi_loader: pass boot_policy to efi_load_image_from_path by Heinrich Schuchardt · Fri Dec 04 09:27:41 2020 +0100
  40. 485956d efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · Fri Dec 04 03:33:41 2020 +0100
  41. 1d59a57 efi_loader: resequence functions in efi_boottime.c by Heinrich Schuchardt · Fri Dec 04 03:02:03 2020 +0100
  42. 2a2654f efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL by Heinrich Schuchardt · Mon Dec 07 18:20:57 2020 +0100
  43. 5461f80 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · Wed Dec 09 07:38:46 2020 +0100
  44. 284e85b fs: fat: deletion of long file names by Heinrich Schuchardt · Thu Nov 19 07:31:18 2020 +0100
  45. 9a4564e fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · Thu Nov 19 07:44:08 2020 +0100
  46. f600119 fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · Thu Nov 19 06:47:35 2020 +0100
  47. 7a3f610 fs: fat: search file should not allocate cluster by Heinrich Schuchardt · Thu Nov 26 16:10:01 2020 +0100
  48. 524d13a fs: fat: reuse deleted directory entries by Heinrich Schuchardt · Sun Nov 22 11:54:22 2020 +0100
  49. 5bc30a5 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · Sun Nov 22 09:58:44 2020 +0100
  50. e09f3e4 fs: fat: flush new directory cluster by Heinrich Schuchardt · Thu Nov 26 19:06:55 2020 +0100
  51. 51d5b2a fs: fat: set start cluster for root directory by Heinrich Schuchardt · Sun Nov 22 16:04:47 2020 +0100
  52. 3b9d843 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · Sun Nov 22 19:24:46 2020 +0100
  53. 24977e5 fs: fat: generate unique short names by Heinrich Schuchardt · Wed Nov 25 16:33:55 2020 +0100
  54. 7afbd60 fs: fat: call set_name() only once by Heinrich Schuchardt · Sun Nov 22 19:19:39 2020 +0100
  55. ac4ab75 fs: fat: pass shortname to fill_dir_slot by Heinrich Schuchardt · Sat Nov 21 08:32:50 2020 +0100
  56. ba9c44e fs: fat: create correct short names by Heinrich Schuchardt · Fri Nov 20 12:55:22 2020 +0100
  57. 497d874 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · Sun Nov 22 09:19:52 2020 +0100
  58. 00cf076 fs: fat: correct first cluster for '..' by Heinrich Schuchardt · Tue Nov 24 21:04:07 2020 +0100
  59. 0256017 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · Wed Oct 21 18:32:58 2020 -0500
  60. 58f0a1c Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next by Tom Rini · Mon Dec 07 17:16:23 2020 -0500
  61. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  62. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · Thu Nov 05 10:33:47 2020 -0700
  63. 7b48ce8 x86: zimage: Add silent-console processing by Simon Glass · Thu Nov 05 10:33:46 2020 -0700
  64. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  65. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  66. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · Thu Nov 05 10:33:43 2020 -0700
  67. 7a8a429 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · Thu Nov 05 10:33:42 2020 -0700
  68. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · Thu Nov 05 10:33:41 2020 -0700
  69. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:40 2020 -0700
  70. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · Thu Nov 05 10:33:39 2020 -0700
  71. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  72. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · Thu Nov 05 10:33:37 2020 -0700
  73. 76427fb board: sl28: add OP-TEE Trusted OS support (bl32) by Michael Walle · Wed Nov 18 17:46:02 2020 +0100
  74. f5253fb board: sl28: add ATF support (bl31) by Michael Walle · Wed Nov 18 17:46:01 2020 +0100
  75. 24f72a1 board: sl28: remove u-boot from loadable DT node by Michael Walle · Wed Nov 18 17:46:00 2020 +0100
  76. 3ab8062 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · Wed Nov 18 17:45:59 2020 +0100
  77. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · Wed Nov 18 17:45:58 2020 +0100
  78. 0e4d90c spl: atf: remove helper structure from common header by Michael Walle · Wed Nov 18 17:45:57 2020 +0100
  79. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · Wed Nov 18 17:45:56 2020 +0100
  80. 203fede spl: atf: move storage for bl31_params into function by Michael Walle · Wed Nov 18 17:45:55 2020 +0100
  81. 16fd24c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · Wed Nov 18 17:45:54 2020 +0100
  82. db8b8c3 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Thu Dec 03 16:21:51 2020 -0500
  83. 57b062f sandbox: enable capsule update for testing by AKASHI Takahiro · Tue Nov 17 09:28:05 2020 +0900
  84. 30a7c61 test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · Mon Nov 30 18:12:17 2020 +0900
  85. 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · Mon Nov 30 18:12:16 2020 +0900
  86. 19122aa tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · Mon Nov 30 18:12:15 2020 +0900
  87. 38833c8 cmd: add "efidebug capsule" command by AKASHI Takahiro · Tue Nov 17 09:28:01 2020 +0900
  88. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · Tue Nov 17 09:28:00 2020 +0900
  89. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · Mon Nov 30 18:12:12 2020 +0900
  90. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · Mon Nov 30 18:12:11 2020 +0900
  91. 73d77ae efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · Tue Nov 17 09:27:57 2020 +0900
  92. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · Tue Nov 17 09:27:56 2020 +0900
  93. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · Tue Nov 17 09:27:55 2020 +0900
  94. c2e7a36 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · Thu Nov 19 09:37:19 2020 +0900
  95. a51fb1c cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · Mon Nov 30 11:47:41 2020 +0200
  96. 967650d efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · Mon Nov 30 11:47:40 2020 +0200
  97. cae28ef tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · Mon Nov 30 11:47:39 2020 +0200
  98. 7f59c71 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · Thu Nov 26 23:07:22 2020 +0200
  99. 42c8ba2 efi_loader: replace printf by log in efi_uclass.c by Heinrich Schuchardt · Tue Dec 01 09:06:29 2020 +0100
  100. 3ac3836 Merge branch '2020-12-01-next-imports' into next by Tom Rini · Wed Dec 02 11:35:02 2020 -0500