1. ea6922e binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  2. b2b0df8 binman: Add comments to elf_test by Simon Glass · 6 years ago
  3. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  4. 46d61a2 binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  5. 16b8d6b binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  6. 078ab1a binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  7. ecab897 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  8. 0a4357c binman: Complete documentation of stages by Simon Glass · 6 years ago
  9. c3f9454 binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  10. ff1fd6c binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  11. 5c89023 binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  12. 2cd0128 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  13. 736bb0a binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  14. adc5701 binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  15. 1835cd2 binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  16. 16d836c binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  17. 844e5b2 binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  18. c8d48ef binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  19. 3b0c382 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  20. 7ae5f31 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  21. 084059a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  22. 258fb0e binman: Add documentation for pos-unset property by Simon Glass · 6 years ago
  23. 1854695 binman: Add support for sections by Simon Glass · 6 years ago
  24. badf0ec binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  25. 25ac0e6 binman: Rename Entry property to 'section' by Simon Glass · 6 years ago
  26. f55382b binman: Rename ELF parameters to 'section' by Simon Glass · 6 years ago
  27. 8f1da50 binman: Refactor much of the image code into 'section' by Simon Glass · 6 years ago
  28. dd57c13 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
  29. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  30. 3759df0 tools: Update python "help" tests to cope with "more" oddities by Tom Rini · 7 years ago
  31. 3ed0de3 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · 7 years ago
  32. 39c1502 binman: Add documentation for the symbol feature by Simon Glass · 7 years ago
  33. 1979063 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
  34. 7fe9173 binman: Support enabling debug in tests by Simon Glass · 7 years ago
  35. f689890 binman: Adjust size of test SPL binary by Simon Glass · 7 years ago
  36. 5cfcf7e binman: Add tests binaries with binman symbols by Simon Glass · 7 years ago
  37. 00ae40b binman: Drop a stale comment about the 'board' feature by Simon Glass · 7 years ago
  38. 4e6fdbe binman: Add support for including spl/u-boot-spl-nodtb.bin by Simon Glass · 7 years ago
  39. 47419ea binman: Add support for including spl/u-boot-spl.dtb by Simon Glass · 7 years ago
  40. b50e561 binman: Add a function to read ELF symbols by Simon Glass · 7 years ago
  41. 9677faa binman: Return non-zero exit code on test failure by Simon Glass · 7 years ago
  42. ca4f4ff binman: Add add test for using an Intel MRC binary by Simon Glass · 7 years ago
  43. 6b187df binman: Add add test for SPL with a microcode pointer by Simon Glass · 7 years ago
  44. 8772213 binman: Add a test for x86-start16-spl by Simon Glass · 7 years ago
  45. 5650984 binman: Add test for u-boot-spl-bss-pad by Simon Glass · 7 years ago
  46. a25ebed binman: Check for files missing from test coverage by Simon Glass · 7 years ago
  47. a9871c6 binman: Increase test coverage back to 100% by Simon Glass · 7 years ago
  48. 9fc60b4 binman: Add a main program to the tests by Simon Glass · 7 years ago
  49. 934cdcf binman: Add tests for importlib availability by Simon Glass · 7 years ago
  50. 4d5994f binman: Set up 'entry' to permit full test coverage by Simon Glass · 7 years ago
  51. 5a3f222 binman: Append to PYTHONPATH when running test coverage by Simon Glass · 7 years ago
  52. 680e331 binman: Rename tests to ftest by Simon Glass · 7 years ago
  53. 00ebd1f binman: Add a Makefile for test-program compilation by Simon Glass · 7 years ago
  54. 9c0a8b1 binman: Add docs explaining how to enable binman for a board by Simon Glass · 7 years ago
  55. 511fd0b binman: Add better Makefile debugging by Simon Glass · 7 years ago
  56. 15b97f5 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  57. 59ea8c2 tools: binman: Add a new entry type for Intel VBT by Bin Meng · 7 years ago
  58. 7feccfd binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
  59. 99ed4a2 fdt: Drop fdt_select.py by Simon Glass · 7 years ago
  60. ec3f378 binman: Rename fdt variable to dtb by Simon Glass · 7 years ago
  61. 515d3f0 binman: Drop a special case related to fdt_fallback by Simon Glass · 7 years ago
  62. 160a766 fdt: Drop fdt_fallback library by Simon Glass · 7 years ago
  63. b436020 fdt: Support use of the new python libfdt library by Simon Glass · 7 years ago
  64. 4a28b00 fdt: dtoc: Add a full set of property tests by Simon Glass · 7 years ago
  65. 1d88ebb fdt: Update fdt_test to use 'dt' instead of 'fdt' by Simon Glass · 7 years ago
  66. ae5564d tools: binman: Add missing filenames for various x86 rom tests by Bin Meng · 7 years ago
  67. 2b4c652 binman: Remove hard-coded file name for x86 flash-descriptor & intel-me by Stefan Roese · 8 years ago
  68. 66a7a24 tools: binman: change shebang from python into python2 by Jörg Krause · 8 years ago
  69. 9d1adf0 tools: binman: Handle optional microcode case in SPL image by Bin Meng · 8 years ago
  70. cdfc0a0 tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr by Bin Meng · 8 years ago
  71. 80d2ae5 binman: add tools directory to the python path by Emmanuel Vadot · 8 years ago
  72. 6d799d0 tools: binman: Use /usr/bin/env to find python executable by Emmanuel Vadot · 8 years ago
  73. d26a38f binman: Remove hard-coded file name for x86 CMC/FSP/VGA by Bin Meng · 8 years ago
  74. 6d427c6 binman: Automatically include a U-Boot .dtsi file by Simon Glass · 8 years ago
  75. da22909 binman: Add support for building x86 images with FSP/CMC by Simon Glass · 8 years ago
  76. 75db086 binman: Add support for building x86 ROMs with SPL by Simon Glass · 8 years ago
  77. c49deb8 binman: Add support for u-boot.img as an input binary by Simon Glass · 8 years ago
  78. e0ff855 binman: Add support for building x86 ROMs by Simon Glass · 8 years ago
  79. 4f44304 binman: Add basic entry types for U-Boot by Simon Glass · 8 years ago
  80. bf7fd50 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago