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