1. f75db1e binman: Convert to using the mkimage bintool by Simon Glass · 2 years, 10 months ago
  2. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 10 months ago
  3. a104bb2 binman: Convert to using the futility bintool by Simon Glass · 2 years, 10 months ago
  4. 388f04f binman: Convert to using the FIP bintool by Simon Glass · 2 years, 10 months ago
  5. 5417da5 binman: Convert to using the CBFS bintool by Simon Glass · 2 years, 10 months ago
  6. 56ee85e binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 10 months ago
  7. e1b7e4d binman: Add a bintool implementation for mkimage by Simon Glass · 2 years, 10 months ago
  8. 6f7eb0c binman: Add a bintool implementation for ifwitool by Simon Glass · 2 years, 10 months ago
  9. 9d3a7a2 binman: Add a bintool implementation for futility by Simon Glass · 2 years, 10 months ago
  10. bf87b20 binman: Add a bintool implementation for fiptool by Simon Glass · 2 years, 10 months ago
  11. d388333 binman: Add a bintool implementation for cbfstool by Simon Glass · 2 years, 10 months ago
  12. 3b47dfa binman: Add tests for bintool by Simon Glass · 2 years, 10 months ago
  13. 386c63c binman: Plumb in support for bintools by Simon Glass · 2 years, 10 months ago
  14. 252de6b binman: Add support for bintools by Simon Glass · 2 years, 10 months ago
  15. 81d6e3f binman: Add installation instructions by Simon Glass · 2 years, 10 months ago
  16. 7f29583 binman: Correct path for fip_util by Simon Glass · 2 years, 10 months ago
  17. f4590e0 binman: Allow faked blobs in blob-ext-list by Simon Glass · 2 years, 10 months ago
  18. 2cc8c1f binman: Drop the image name from the fake-blob message by Simon Glass · 2 years, 10 months ago
  19. 596fd10 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 10 months ago
  20. 5b79686 patman: Tidy up the download function a little by Simon Glass · 2 years, 10 months ago
  21. 8ea6d23 buildman: Move the download function to tools by Simon Glass · 2 years, 10 months ago
  22. ade5327 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 10 months ago
  23. 8bc78b7 binman: Expand the external FIT test a little by Simon Glass · 2 years, 10 months ago
  24. 206117a mkimage: Show the external-offset error by Simon Glass · 2 years, 10 months ago
  25. 1e18a69 binman: Tweak elf tests for a toolchain change by Simon Glass · 2 years, 10 months ago
  26. 8bbd8a3 Makefile: Fake external blobs by default with binman by Simon Glass · 2 years, 10 months ago
  27. 9876ae7 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 10 months ago
  28. a77f468 introduce CONFIG_DEVICE_TREE_INCLUDES by Rasmus Villemoes · 3 years ago
  29. 821ca60 usb: Use the first available device for ehci_gadget by Sean Anderson · 3 years ago
  30. c77504d acpi: Add myself as maintainer by Simon Glass · 3 years ago
  31. 979a24e acpi: Add some tables needed by ARM devices by Simon Glass · 3 years ago
  32. 02155e0 doc: Add usage information for the acpi command by Simon Glass · 3 years ago
  33. 06f6f3d acpi: Tidy up the table list by Simon Glass · 3 years ago
  34. a924641 acpi: Tidy up the item list by Simon Glass · 3 years ago
  35. 2d7c738 acpi: Collect tables in the acpi_item list by Simon Glass · 3 years ago
  36. 9d2adca x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · 3 years ago
  37. a7e53b9 x86: Move device-specific ACPI tables to a writer function by Simon Glass · 3 years ago
  38. 78031ad x86: acpi: Update acpi_fill_csrt() to use acpi_ctx by Simon Glass · 3 years ago
  39. 85b8161 x86: Move CSRT table to a writer function by Simon Glass · 3 years ago
  40. ef55f48 x86: Move TCPA table to a writer function by Simon Glass · 3 years ago
  41. c797f98b x86: Move MADT table to a writer function by Simon Glass · 3 years ago
  42. 9aacd83 x86: Move TPM2 table to a writer function by Simon Glass · 3 years ago
  43. d953137 x86: Move SSDT table to a writer function by Simon Glass · 3 years ago
  44. 379d3c1 x86: Move FACP table into separate functions by Simon Glass · 3 years ago
  45. 138d7ec x86: Move FADT table to a writer function by Simon Glass · 3 years ago
  46. 32af326 x86: Move GNVS table to a writer function by Simon Glass · 3 years ago
  47. eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
  48. a53d38f x86: Move FACS table to a writer function by Simon Glass · 3 years ago
  49. 94ba15a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  50. 31c27eb x86: Use the ACPI table writer by Simon Glass · 3 years ago
  51. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  52. 6afa63a acpi: Add a linker list for ACPI tables by Simon Glass · 3 years ago
  53. fb746fd acpi: Add a table start by Simon Glass · 3 years ago
  54. 383bf1b acpi: Move acpi_fill_header() to the generic header by Simon Glass · 3 years ago
  55. a16f488 acpi: Allow include files within the board directory by Simon Glass · 3 years ago
  56. 437992d acpi: Use finer-grained control of ACPI-table generation by Simon Glass · 3 years ago
  57. a9e414d efi: Correct address handling with ACPI tables by Simon Glass · 3 years ago
  58. 4764242 efi: Correct call to write_acpi_tables() by Simon Glass · 3 years ago
  59. 0679cca sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · 3 years ago
  60. 27ba628 x86: Tidy up use of CONFIG_ACPIGEN by Simon Glass · 3 years ago
  61. 0153723 arm: Allow supporting ACPI-table generation by Simon Glass · 3 years ago
  62. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 3 years ago
  63. e1722fc x86: Allow any arch to generate ACPI tables by Simon Glass · 3 years ago
  64. 6146cd6 Merge branch '2022-01-24-assorted-updates' by Tom Rini · 2 years, 10 months ago
  65. 54c5c2b configs: Resync with savedefconfig by Tom Rini · 2 years, 10 months ago
  66. 91197aa moveconfig: Fix some pylint errors by Simon Glass · 2 years, 11 months ago
  67. 37f815c moveconfig: Use a function to read files by Simon Glass · 2 years, 11 months ago
  68. 2fd85bd moveconfig: Use a function to write files by Simon Glass · 2 years, 11 months ago
  69. 478920d moveconfig: Drop check for old Python by Simon Glass · 2 years, 11 months ago
  70. b2e83c6 moveconfig: Convert to ArgumentParser by Simon Glass · 2 years, 11 months ago
  71. daa694d moveconfig: Use single quotes by Simon Glass · 2 years, 11 months ago
  72. 65d7fce moveconfig: Allow querying board configuration by Simon Glass · 2 years, 11 months ago
  73. 84067a5 moveconfig: Allow adding unit tests by Simon Glass · 2 years, 11 months ago
  74. e1ae563 moveconfig: Sort the options by Simon Glass · 2 years, 11 months ago
  75. 9d60339 moveconfig: Read the database in a separate function by Simon Glass · 2 years, 11 months ago
  76. a362708 moveconfig: Correct operation of the 'imply' feature by Simon Glass · 2 years, 11 months ago
  77. 93ad262 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 3 years ago
  78. feafc61 Makefile: Add a pylint checker to the build by Simon Glass · 3 years ago
  79. c761cf7 tools: Add init files for Python tools by Simon Glass · 3 years ago
  80. fd52009 patman: Update the list of modules by Simon Glass · 3 years ago
  81. 0c7cdd0 dtoc: Fix up a code comment that confuses pylint by Simon Glass · 3 years ago
  82. f0198f7 .gitignore: Ignore any html coverage directory by Simon Glass · 3 years ago
  83. 253373d pci: iproc: Set all 24 bits of PCI class code by Pali Rohár · 2 years, 10 months ago
  84. 21a1439 Merge branch '2022-01-24-assorted-fixes-and-updates' by Tom Rini · 2 years, 10 months ago
  85. 480245c cmd: Add Kconfig option for multiprocessor cmds by Ashok Reddy Soma · 2 years, 10 months ago
  86. c28f249 mkimage: struct stat.st_size may not be long by Heinrich Schuchardt · 2 years, 10 months ago
  87. 800f0d0 MAINTAINERS: Update e-mail in Xen maintainership by Anastasiia Lukianenko · 2 years, 10 months ago
  88. 5902a39 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 10 months ago
  89. 6ae2434 mkimage: Drop unused OPT_STRING constant by Jan Kiszka · 2 years, 10 months ago
  90. 4550ce9 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 10 months ago
  91. e44d2f5 misc: mark write buffer const by John Keeping · 2 years, 10 months ago
  92. 6f08eee tools/fitimage: make sure dumpimage still works when "@" are detected by Stefan Eichenberger · 2 years, 10 months ago
  93. 5390caf tools/fitimage: remove redundant format check by Stefan Eichenberger · 2 years, 10 months ago
  94. 51d8367 vexpress64: semi_defconfig: disable CRC32 support by Andre Przywara · 2 years, 10 months ago
  95. ae35c59 Merge tag 'u-boot-stm32-20220124' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 2 years, 10 months ago
  96. 22c0815 configs: stm32mp15: Enable OF_BOARD flag by Patrice Chotard · 2 years, 10 months ago
  97. 94e561f stm32prog: add partition name in treat_partition_list error messages by Patrick Delaunay · 2 years, 10 months ago
  98. 046bdb8 board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivated by Patrick Delaunay · 2 years, 10 months ago
  99. 6ddc71c stm32mp: fix board_get_alt_info_mmc() by Heinrich Schuchardt · 2 years, 10 months ago
  100. 332facc ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12 by Marek Vasut · 2 years, 11 months ago