1. 4bdd300 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · 5 years ago
  2. 726e296 binman: Rename state.GetFdt() by Simon Glass · 5 years ago
  3. 4bdd115 binman: Rename state.GetFdts() by Simon Glass · 5 years ago
  4. a8adb6d binman: Convert GetFdtSet() to use a dict by Simon Glass · 5 years ago
  5. a8573c4 binman: Move image/fdt code into PrepareImagesAndDtbs() by Simon Glass · 5 years ago
  6. 7b77316 binman: Use print() to print output by Simon Glass · 5 years ago
  7. 9354612 binman: Move GetFdtSet() into blob_dtb by Simon Glass · 5 years ago
  8. b88e81c binman: Move image-processing code into a function by Simon Glass · 5 years ago
  9. 1000096 dtoc: Return a non-zero exit code when tests fail by Simon Glass · 5 years ago
  10. 2429613 buildman: fix invocation examples typos by Baruch Siach · 5 years ago
  11. e2705fa binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  12. 71ce0ba binman: Add an 'extract' command by Simon Glass · 5 years ago
  13. 3a9c252 binman: Support reading from CBFS entries by Simon Glass · 5 years ago
  14. f667e45 binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  15. eea264e binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  16. 61f564d binman: Support listing an image by Simon Glass · 5 years ago
  17. 8beb11e binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  18. ffded75 binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  19. 2d26003 binman: Support locating an image header by Simon Glass · 5 years ago
  20. e1925fa binman: Support locating an FDT map by Simon Glass · 5 years ago
  21. 41b8ba0 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  22. 8a1ad06 binman: Detect bad CBFS file types by Simon Glass · 5 years ago
  23. 69f7cb3 binman: Support FDT update for CBFS by Simon Glass · 5 years ago
  24. 52107ee binman: Use the cbfs memlen field only for uncompressed length by Simon Glass · 5 years ago
  25. 1223db0 binman: Provide the actual data address for cbfs files by Simon Glass · 5 years ago
  26. 6c223fd binman: Allow device-tree entries to be compressed by Simon Glass · 5 years ago
  27. c52c9e7 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  28. bf6906b binman: Add a control for post-pack entry expansion by Simon Glass · 5 years ago
  29. a0dcaf2 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · 5 years ago
  30. 7f9e00a binman: Call ProcessUpdateContents() consistently by Simon Glass · 5 years ago
  31. 5b463fc binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  32. e430440 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
  33. c073ced binman: Drop an unused arg in Entry.Lookup() by Simon Glass · 5 years ago
  34. 8287ee8 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
  35. 53cd5d9 binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  36. cf22894 binman: Add an image header by Simon Glass · 5 years ago
  37. 086cec9 binman: Add an FDT map by Simon Glass · 5 years ago
  38. 3c08131 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  39. 5746018 binman: Update help for new features by Simon Glass · 5 years ago
  40. 488b225 binman: Update future features by Simon Glass · 5 years ago
  41. e90fe1b binman: Simplify the entry test by Simon Glass · 5 years ago
  42. e073d4e binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  43. 7c173ce binman: Pad empty areas of the CBFS with files by Simon Glass · 5 years ago
  44. c5ac138 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  45. ac62fba binman: Add support for CBFS entries by Simon Glass · 5 years ago
  46. 4997a7e binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  47. 1cfdfc0 patman: Add a function to write ifwitool by Simon Glass · 5 years ago
  48. 8acce60 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  49. d5164a7 binman: Allow preserving test directories by Simon Glass · 5 years ago
  50. ee0c9a7 binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  51. 2569e10 binman: Fix up the _DoTestFile() function -u argument by Simon Glass · 5 years ago
  52. 4c65025 binman: Support ELF files for TPL by Simon Glass · 5 years ago
  53. a6a520e binman: Correct comment in u_boot_spl_elf by Simon Glass · 5 years ago
  54. c444b1a binman: Use tools compression function for blob handling by Simon Glass · 5 years ago
  55. 9382bb8 binman: Drop unnecessary debug handling by Simon Glass · 5 years ago
  56. ff5c7e3 binman: Use the tools.Decompress method by Simon Glass · 5 years ago
  57. 07d9e70 patman: Add functions to compress and decompress data by Simon Glass · 5 years ago
  58. aa88b50 binman: Allow text directly in the node by Simon Glass · 5 years ago
  59. cf54904 binman: Update entry.SetOffsetSize to be optional by Simon Glass · 5 years ago
  60. fa1c937 binman: Don't assume there is an ME region by Simon Glass · 5 years ago
  61. 79a0176 binman: Assume Intel descriptor is at the start of the image by Simon Glass · 5 years ago
  62. 86679ce binman: Ensure that coverage has access to site packages by Simon Glass · 5 years ago
  63. d8d4074 binman: Add a function to decode an ELF file by Simon Glass · 5 years ago
  64. f58558a binman: Add a function to create a sample ELF file by Simon Glass · 5 years ago
  65. 45cb9d8 binman: Detect skipped tests by Simon Glass · 5 years ago
  66. 458be45 binman: Use a better error for missing Intel descriptor by Simon Glass · 5 years ago
  67. 497409f binman: Tidy up help for --indir by Simon Glass · 5 years ago
  68. ed7dd5e binman: Add missing comments toentry by Simon Glass · 5 years ago
  69. 36b246e binman: Add missing comments to bsection by Simon Glass · 5 years ago
  70. c7d8035 binman: Add a --toolpath option to set the tool search path by Simon Glass · 5 years ago
  71. c22b8cf patman: Add a way to set the search path for tools by Simon Glass · 5 years ago
  72. 45f449b binman: Add coverage tools info for Python 3 by Simon Glass · 5 years ago
  73. 093d168 binman: Correct two typos in function names in ftest by Simon Glass · 5 years ago
  74. 4522852 binman: Fix comment in bsection.GetEntries() by Simon Glass · 5 years ago
  75. 512f455 tools: Drop duplicate raise_on_error argument by Simon Glass · 5 years ago
  76. 56bf4f8 x86: Add ifwitool for Intel Integrated Firmware Image by Simon Glass · 5 years ago
  77. 849f9be tools: mkenvimage: Always consider non-regular files by Andre Przywara · 5 years ago
  78. 40e7b3c tools: mkenvimage: Fix reading from slow pipe by Andre Przywara · 5 years ago
  79. 5b123e0 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  80. 2b7a388 trace: do not limit trace buffer to 2GiB by Heinrich Schuchardt · 5 years ago
  81. 00ba3b1 Add a simple script to remove boards by Simon Glass · 5 years ago
  82. 9550f9a patman: Update cover-coverage tests for Python 3 by Simon Glass · 5 years ago
  83. 5385f5a binman: Update the README.entries file by Simon Glass · 5 years ago
  84. 55660d0 binman: Document parallel tests by Simon Glass · 5 years ago
  85. eb546ac binman: Read map files as text by Simon Glass · 5 years ago
  86. 1fc62de binman: Fix up a format string in AssertInList() by Simon Glass · 5 years ago
  87. e16b7b6 binman: Update 'text' entry for Python 3 by Simon Glass · 5 years ago
  88. f3a58c8 patman: Update fmap code for Python 3 by Simon Glass · 5 years ago
  89. 0199d19 binman: Update entry_test to support Python 3 by Simon Glass · 5 years ago
  90. c6c10e7 binman: Convert to use bytes type by Simon Glass · 5 years ago
  91. 58632a7 binman: Avoid changing a dict during iteration by Simon Glass · 5 years ago
  92. 3c47e41 patman: Allow reading files in text mode by Simon Glass · 5 years ago
  93. 9b044f7 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 5 years ago
  94. 209a559 dtoc: Update fdt_util for Python 3 by Simon Glass · 5 years ago
  95. b5f0daf dtoc: Add a unit test for BytesToValue() by Simon Glass · 5 years ago
  96. e66d318 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 5 years ago
  97. 2ab6e13 dtoc: Use binary mode for reading files by Simon Glass · 5 years ago
  98. 6351805 dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 5 years ago
  99. 928527f dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 5 years ago
  100. f6b6481 dtoc: Use byte type instead of str in fdt by Simon Glass · 5 years ago