1. 6563b20 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 4 years, 1 month ago
  2. a1a8a63 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 4 years, 1 month ago
  3. e2a7cfe spi: Tidy up get/set of device node by Simon Glass · 4 years, 1 month ago
  4. 079ac59 test: Move some test drivers into their own file by Simon Glass · 4 years, 1 month ago
  5. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 4 years, 1 month ago
  6. fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 4 years, 1 month ago
  7. 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 4 years, 1 month ago
  8. 8064739 dm: core: Add function to access uclass priv by Simon Glass · 4 years, 1 month ago
  9. 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years, 1 month ago
  10. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 4 years, 1 month ago
  11. 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 4 years, 1 month ago
  12. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 4 years, 1 month ago
  13. 04be98b efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 4 years, 1 month ago
  14. b4f20a5 efi_loader: Re-factor code to build the signature store from efi signature list by Sughosh Ganu · 4 years, 1 month ago
  15. 201b806 efi_loader: Make the pkcs7 header parsing function an extern by Sughosh Ganu · 4 years, 1 month ago
  16. ab201a1 fsp: Move and rename fsp_types.h file by Sughosh Ganu · 4 years, 1 month ago
  17. fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 4 years, 1 month ago
  18. f8212f0 efi_loader: use after free in efi_exit() by Heinrich Schuchardt · 4 years, 1 month ago
  19. 0ce3fb5 efi_loader: describe struct efi_loaded_image_obj by Heinrich Schuchardt · 4 years, 1 month ago
  20. c0029e4 fs/fat: implement fsuuid command by Heinrich Schuchardt · 4 years, 1 month ago
  21. d0be676 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 4 years, 1 month ago
  22. c0c21d6 efi_loader: make variable store size customizable by Heinrich Schuchardt · 4 years, 1 month ago
  23. ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years, 1 month ago
  24. 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years, 1 month ago
  25. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years, 1 month ago
  26. a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years, 1 month ago
  27. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years, 1 month ago
  28. b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 4 years, 1 month ago
  29. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years, 1 month ago
  30. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years, 1 month ago
  31. 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 4 years, 1 month ago
  32. cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 4 years, 1 month ago
  33. d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years, 1 month ago
  34. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years, 1 month ago
  35. 0b2fa98 linker_lists: Fix alignment issue by Simon Glass · 4 years, 1 month ago
  36. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years, 2 months ago
  37. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years, 2 months ago
  38. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years, 2 months ago
  39. 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years, 2 months ago
  40. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years, 2 months ago
  41. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years, 2 months ago
  42. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years, 2 months ago
  43. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years, 2 months ago
  44. d0c20ce dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years, 2 months ago
  45. e80be74 dm: core: Drop device_bind_offset() by Simon Glass · 4 years, 2 months ago
  46. 0d56fba dm: core: Drop dev_set_of_offset() by Simon Glass · 4 years, 2 months ago
  47. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 4 years, 2 months ago
  48. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years, 2 months ago
  49. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years, 2 months ago
  50. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years, 2 months ago
  51. b46f30a sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years, 2 months ago
  52. f9ad240 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · 5 years ago
  53. b6f1109 efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · 4 years, 2 months ago
  54. d236e82 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · 4 years, 2 months ago
  55. 51bb338 bootm: Support string substitution in bootargs by Simon Glass · 4 years, 3 months ago
  56. 1a62d64 cli: Support macro processing with a fixed-size buffer by Simon Glass · 4 years, 3 months ago
  57. 4448fe8 bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years, 3 months ago
  58. b3c0167 bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years, 3 months ago
  59. d9477a0 bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years, 3 months ago
  60. 4dcb815 bootm: Rename fixup_silent_linux() by Simon Glass · 4 years, 3 months ago
  61. 4ae4264 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years, 3 months ago
  62. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 3 months ago
  63. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 4 years, 3 months ago
  64. 7b86682 spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years, 2 months ago
  65. 553825c spl: atf: remove helper structure from common header by Michael Walle · 4 years, 2 months ago
  66. d2cb0c8 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years, 2 months ago
  67. bb7e71d efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years, 2 months ago
  68. f27c201 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 4 years, 2 months ago
  69. 8d99026 efi_loader: capsule: support firmware update by AKASHI Takahiro · 4 years, 2 months ago
  70. ed9349c efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · 4 years, 2 months ago
  71. c74cd8b efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years, 2 months ago
  72. 2bc27ca efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years, 2 months ago
  73. c8d0fd5 efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 4 years, 2 months ago
  74. 8e0b087 tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · 4 years, 2 months ago
  75. e926136 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · 4 years, 2 months ago
  76. 7292a18 km/arm: coding style clean up by Holger Brunck · 4 years, 3 months ago
  77. 310f285 hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files by Patrick Delaunay · 4 years, 3 months ago
  78. d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years, 3 months ago
  79. 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years, 3 months ago
  80. 90a9901 test: Add some tests for setexpr by Simon Glass · 4 years, 3 months ago
  81. a7ab4b7 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 2 months ago
  82. 03699bc lib/efi_loader: fix ABI in efi_mm_communicate_header by Etienne Carriere · 4 years, 2 months ago
  83. 8ee802f mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years, 3 months ago
  84. d8d29a4 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · 4 years, 3 months ago
  85. 5739ef2 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · 4 years, 3 months ago
  86. 12e3963 Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 2 months ago
  87. 9aeb380 efi_loader: tcg2 protocol updates by Ilias Apalodimas · 4 years, 2 months ago
  88. 631a241 microblaze: Detect NOR flash based on DT by Michal Simek · 4 years, 3 months ago
  89. 09996b4 microblaze: Unify of setting for SPL_NOR/XIP support by Michal Simek · 4 years, 3 months ago
  90. a3c43fb microblaze: Remove CONFIG_SYS_FDT_SIZE by Michal Simek · 4 years, 3 months ago
  91. 6c5828d microblaze: Get rid of xparameters.h by Michal Simek · 4 years, 3 months ago
  92. 7556fa0 microblaze: Simplify cache handling by Michal Simek · 4 years, 3 months ago
  93. 91218f4 microblaze: Clean config file from ifdef mess by Michal Simek · 4 years, 3 months ago
  94. dd4866b fs/squashfs: implement exists() function by Richard Genoud · 4 years, 3 months ago
  95. c904a0b km/ppc: use Kconfig for MEMTEST configuration by Holger Brunck · 4 years, 3 months ago
  96. aef04a8 km: replace hardcoded address for imported environment by Matteo Ghidoni · 4 years, 3 months ago
  97. e210ec0 sunxi: DT: A64: update device tree files by Samuel Holland · 4 years, 3 months ago
  98. 9324c9a Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 2 months ago
  99. e4f7592 Nokia RX-51: Remove old comments from configs/nokia_rx51.h file by Pali Rohár · 4 years, 3 months ago
  100. 8d8c181 Nokia RX-51: Convert to CONFIG_DM_I2C by Pali Rohár · 4 years, 3 months ago