1. 2be381d binman: Adjust state.fdt_files to be keyed by entry type by Simon Glass · 5 years ago
  2. 684a4f1 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · 5 years ago
  3. a3030a5 binman: Rename state.GetFdt() by Simon Glass · 5 years ago
  4. 5a30060 binman: Rename state.GetFdts() by Simon Glass · 5 years ago
  5. 267112e binman: Convert GetFdtSet() to use a dict by Simon Glass · 5 years ago
  6. d3151ff binman: Move image/fdt code into PrepareImagesAndDtbs() by Simon Glass · 5 years ago
  7. dc4aeef binman: Use print() to print output by Simon Glass · 5 years ago
  8. 26d7e8e binman: Move GetFdtSet() into blob_dtb by Simon Glass · 5 years ago
  9. b766c5e5 binman: Move image-processing code into a function by Simon Glass · 5 years ago
  10. 4b1113c dtoc: Return a non-zero exit code when tests fail by Simon Glass · 5 years ago
  11. 752db5b buildman: fix invocation examples typos by Baruch Siach · 5 years ago
  12. 52d0621 binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  13. 980a284 binman: Add an 'extract' command by Simon Glass · 5 years ago
  14. e1b605d binman: Support reading from CBFS entries by Simon Glass · 5 years ago
  15. 4c613bf binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  16. 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  17. b2fd11d binman: Support listing an image by Simon Glass · 5 years ago
  18. 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  19. b8424fa binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  20. ed39a3c binman: Support locating an image header by Simon Glass · 5 years ago
  21. 8d8bf4e binman: Support locating an FDT map by Simon Glass · 5 years ago
  22. 6b156f8 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  23. 3c9b4f2 binman: Detect bad CBFS file types by Simon Glass · 5 years ago
  24. 151bbbf binman: Support FDT update for CBFS by Simon Glass · 5 years ago
  25. 4f37433 binman: Use the cbfs memlen field only for uncompressed length by Simon Glass · 5 years ago
  26. 3170e54 binman: Provide the actual data address for cbfs files by Simon Glass · 5 years ago
  27. 90d2968 binman: Allow device-tree entries to be compressed by Simon Glass · 5 years ago
  28. e61b6f6 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  29. cbc80e8 binman: Add a control for post-pack entry expansion by Simon Glass · 5 years ago
  30. ec84985 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · 5 years ago
  31. a40f30c binman: Call ProcessUpdateContents() consistently by Simon Glass · 5 years ago
  32. d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  33. 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
  34. 7550293 binman: Drop an unused arg in Entry.Lookup() by Simon Glass · 5 years ago
  35. aa2fcf9 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
  36. f46732a binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  37. cec34ba binman: Add an image header by Simon Glass · 5 years ago
  38. 0f62133 binman: Add an FDT map by Simon Glass · 5 years ago
  39. 5b4bce3 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  40. 43062bc binman: Update help for new features by Simon Glass · 5 years ago
  41. a9408f8 binman: Update future features by Simon Glass · 5 years ago
  42. 97011e1 binman: Simplify the entry test by Simon Glass · 5 years ago
  43. c2f1aed binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  44. a61e6fe binman: Pad empty areas of the CBFS with files by Simon Glass · 5 years ago
  45. 759af87 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  46. 1de3448 binman: Add support for CBFS entries by Simon Glass · 5 years ago
  47. 96a6296 binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  48. 578d53e patman: Add a function to write ifwitool by Simon Glass · 5 years ago
  49. cebfab2 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  50. 1c420c9 binman: Allow preserving test directories by Simon Glass · 5 years ago
  51. 8a50b4a binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  52. 38a411c binman: Fix up the _DoTestFile() function -u argument by Simon Glass · 5 years ago
  53. a899f71 binman: Support ELF files for TPL by Simon Glass · 5 years ago
  54. 5dcc21d binman: Correct comment in u_boot_spl_elf by Simon Glass · 5 years ago
  55. e2f3c0c binman: Use tools compression function for blob handling by Simon Glass · 5 years ago
  56. c9a5455 binman: Drop unnecessary debug handling by Simon Glass · 5 years ago
  57. ccec026 binman: Use the tools.Decompress method by Simon Glass · 5 years ago
  58. dfd1901 patman: Add functions to compress and decompress data by Simon Glass · 5 years ago
  59. 47f6a62 binman: Allow text directly in the node by Simon Glass · 5 years ago
  60. ed365eb binman: Update entry.SetOffsetSize to be optional by Simon Glass · 5 years ago
  61. c4056b8 binman: Don't assume there is an ME region by Simon Glass · 5 years ago
  62. b9fa857 binman: Assume Intel descriptor is at the start of the image by Simon Glass · 5 years ago
  63. 40778d7 binman: Ensure that coverage has access to site packages by Simon Glass · 5 years ago
  64. 567b682 binman: Add a function to decode an ELF file by Simon Glass · 5 years ago
  65. 4f379ea binman: Add a function to create a sample ELF file by Simon Glass · 5 years ago
  66. 231976a binman: Detect skipped tests by Simon Glass · 5 years ago
  67. ac4738b binman: Use a better error for missing Intel descriptor by Simon Glass · 5 years ago
  68. 720d567 binman: Tidy up help for --indir by Simon Glass · 5 years ago
  69. 224bc66 binman: Add missing comments toentry by Simon Glass · 5 years ago
  70. d84c310 binman: Add missing comments to bsection by Simon Glass · 5 years ago
  71. 6244fa4 binman: Add a --toolpath option to set the tool search path by Simon Glass · 5 years ago
  72. 90c3c4c patman: Add a way to set the search path for tools by Simon Glass · 5 years ago
  73. a16dd6e binman: Add coverage tools info for Python 3 by Simon Glass · 5 years ago
  74. 0d67379 binman: Correct two typos in function names in ftest by Simon Glass · 5 years ago
  75. 221883d binman: Fix comment in bsection.GetEntries() by Simon Glass · 5 years ago
  76. 097483d tools: Drop duplicate raise_on_error argument by Simon Glass · 5 years ago
  77. d7dbfce x86: Add ifwitool for Intel Integrated Firmware Image by Simon Glass · 5 years ago
  78. 871820d tools: mkenvimage: Always consider non-regular files by Andre Przywara · 5 years ago
  79. edc33d0 tools: mkenvimage: Fix reading from slow pipe by Andre Przywara · 5 years ago
  80. abf8eb2 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  81. 1469090 trace: do not limit trace buffer to 2GiB by Heinrich Schuchardt · 5 years ago
  82. 1bc0686 Add a simple script to remove boards by Simon Glass · 6 years ago
  83. 102b21c patman: Update cover-coverage tests for Python 3 by Simon Glass · 6 years ago
  84. 17b84eb binman: Update the README.entries file by Simon Glass · 6 years ago
  85. 1aeb751 binman: Document parallel tests by Simon Glass · 6 years ago
  86. b377475 binman: Read map files as text by Simon Glass · 6 years ago
  87. 848cdb5 binman: Fix up a format string in AssertInList() by Simon Glass · 6 years ago
  88. 13e1c6a binman: Update 'text' entry for Python 3 by Simon Glass · 6 years ago
  89. 616933dd patman: Update fmap code for Python 3 by Simon Glass · 6 years ago
  90. cb7b8d7 binman: Update entry_test to support Python 3 by Simon Glass · 6 years ago
  91. 303f62f binman: Convert to use bytes type by Simon Glass · 6 years ago
  92. 4277543 binman: Avoid changing a dict during iteration by Simon Glass · 6 years ago
  93. 0696ee6 patman: Allow reading files in text mode by Simon Glass · 6 years ago
  94. 534eda9 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 6 years ago
  95. c69b450 dtoc: Update fdt_util for Python 3 by Simon Glass · 6 years ago
  96. 5872f0c dtoc: Add a unit test for BytesToValue() by Simon Glass · 6 years ago
  97. b0a34a4 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 6 years ago
  98. 80d54ee dtoc: Use binary mode for reading files by Simon Glass · 6 years ago
  99. a57cfee dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 6 years ago
  100. 74b472e dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 6 years ago