1. 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  2. f0c0748 binman: Expand documentation for entries by Simon Glass · 6 years ago
  3. 63a336b binman: Allow help to work without libfdt by Simon Glass · 6 years ago
  4. 2ca5203 binman: Support an entry that holds text by Simon Glass · 6 years ago
  5. 91710b3 binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  6. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  7. 3a9a2b8 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  8. def77b5 binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  9. 4114f97 binman: Add comments to elf_test by Simon Glass · 6 years ago
  10. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  11. e6854aa binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  12. a87014e binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  13. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  14. 9230773 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  15. 29dae67 binman: Complete documentation of stages by Simon Glass · 6 years ago
  16. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  17. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  18. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  19. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  20. 6ba679c binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  21. 820af1d binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  22. 09d3c8d binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  23. c2a849d binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  24. 2edb84e binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  25. 3b78d53 binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  26. 3073266 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  27. 1e32400 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  28. 5666f9a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  29. 4ba8d50 binman: Add documentation for pos-unset property by Simon Glass · 6 years ago
  30. a91e115 binman: Add support for sections by Simon Glass · 6 years ago
  31. 691198c binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  32. ad5a771 binman: Rename Entry property to 'section' by Simon Glass · 6 years ago
  33. 8a6f56e binman: Rename ELF parameters to 'section' by Simon Glass · 6 years ago
  34. eca3221 binman: Refactor much of the image code into 'section' by Simon Glass · 6 years ago
  35. e76a3e6 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
  36. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  37. c3c0b6d tools: Update python "help" tests to cope with "more" oddities by Tom Rini · 7 years ago
  38. ade2ef6 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · 7 years ago
  39. be83bc7 binman: Add documentation for the symbol feature by Simon Glass · 7 years ago
  40. 4ca8e04 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
  41. 075a45c binman: Support enabling debug in tests by Simon Glass · 7 years ago
  42. d605152 binman: Adjust size of test SPL binary by Simon Glass · 7 years ago
  43. ff33925 binman: Add tests binaries with binman symbols by Simon Glass · 7 years ago
  44. d543125 binman: Drop a stale comment about the 'board' feature by Simon Glass · 7 years ago
  45. 0a6da31 binman: Add support for including spl/u-boot-spl-nodtb.bin by Simon Glass · 7 years ago
  46. 9aa6a6f binman: Add support for including spl/u-boot-spl.dtb by Simon Glass · 7 years ago
  47. 24ad365 binman: Add a function to read ELF symbols by Simon Glass · 7 years ago
  48. 9ba021c binman: Return non-zero exit code on test failure by Simon Glass · 7 years ago
  49. a409c93 binman: Add add test for using an Intel MRC binary by Simon Glass · 7 years ago
  50. 3d27423 binman: Add add test for SPL with a microcode pointer by Simon Glass · 7 years ago
  51. e83679d binman: Add a test for x86-start16-spl by Simon Glass · 7 years ago
  52. 7f94e83 binman: Add test for u-boot-spl-bss-pad by Simon Glass · 7 years ago
  53. 2c3cf45 binman: Check for files missing from test coverage by Simon Glass · 7 years ago
  54. 385e69b binman: Increase test coverage back to 100% by Simon Glass · 7 years ago
  55. ac59991 binman: Add a main program to the tests by Simon Glass · 7 years ago
  56. 8f52136 binman: Add tests for importlib availability by Simon Glass · 7 years ago
  57. b339326 binman: Set up 'entry' to permit full test coverage by Simon Glass · 7 years ago
  58. c303b9a binman: Append to PYTHONPATH when running test coverage by Simon Glass · 7 years ago
  59. 076e63b binman: Rename tests to ftest by Simon Glass · 7 years ago
  60. 151ba36 binman: Add a Makefile for test-program compilation by Simon Glass · 7 years ago
  61. 4b94ac9 binman: Add docs explaining how to enable binman for a board by Simon Glass · 7 years ago
  62. 2eee32b binman: Add better Makefile debugging by Simon Glass · 7 years ago
  63. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  64. d7bcdf5 tools: binman: Add a new entry type for Intel VBT by Bin Meng · 7 years ago
  65. dde3e71 binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
  66. a944093 fdt: Drop fdt_select.py by Simon Glass · 8 years ago
  67. 22c92ca binman: Rename fdt variable to dtb by Simon Glass · 8 years ago
  68. 07309ac binman: Drop a special case related to fdt_fallback by Simon Glass · 8 years ago
  69. bac25c8 fdt: Drop fdt_fallback library by Simon Glass · 8 years ago
  70. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · 8 years ago
  71. d022a7d fdt: dtoc: Add a full set of property tests by Simon Glass · 8 years ago
  72. 28c7105 fdt: Update fdt_test to use 'dt' instead of 'fdt' by Simon Glass · 8 years ago
  73. b711b3f tools: binman: Add missing filenames for various x86 rom tests by Bin Meng · 8 years ago
  74. 47c0989 binman: Remove hard-coded file name for x86 flash-descriptor & intel-me by Stefan Roese · 8 years ago
  75. cd6d46e tools: binman: change shebang from python into python2 by Jörg Krause · 8 years ago
  76. c40c9d2 tools: binman: Handle optional microcode case in SPL image by Bin Meng · 8 years ago
  77. ed5ab3e tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr by Bin Meng · 8 years ago
  78. a5b2007 binman: add tools directory to the python path by Emmanuel Vadot · 8 years ago
  79. a5c90ac tools: binman: Use /usr/bin/env to find python executable by Emmanuel Vadot · 8 years ago
  80. 23a4d8a binman: Remove hard-coded file name for x86 CMC/FSP/VGA by Bin Meng · 8 years ago
  81. 52debad binman: Automatically include a U-Boot .dtsi file by Simon Glass · 8 years ago
  82. b4176d4 binman: Add support for building x86 images with FSP/CMC by Simon Glass · 8 years ago
  83. d2dfb5f binman: Add support for building x86 ROMs with SPL by Simon Glass · 8 years ago
  84. 996021e binman: Add support for u-boot.img as an input binary by Simon Glass · 8 years ago
  85. 7223245 binman: Add support for building x86 ROMs by Simon Glass · 8 years ago
  86. 57454f4 binman: Add basic entry types for U-Boot by Simon Glass · 8 years ago
  87. 2574ef6 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago