1. d605152 binman: Adjust size of test SPL binary by Simon Glass · Mon Nov 13 18:54:59 2017 -0700
  2. ff33925 binman: Add tests binaries with binman symbols by Simon Glass · Mon Nov 13 18:54:58 2017 -0700
  3. d543125 binman: Drop a stale comment about the 'board' feature by Simon Glass · Mon Nov 13 18:54:57 2017 -0700
  4. 0a6da31 binman: Add support for including spl/u-boot-spl-nodtb.bin by Simon Glass · Mon Nov 13 18:54:56 2017 -0700
  5. 9aa6a6f binman: Add support for including spl/u-boot-spl.dtb by Simon Glass · Mon Nov 13 18:54:55 2017 -0700
  6. 24ad365 binman: Add a function to read ELF symbols by Simon Glass · Mon Nov 13 18:54:54 2017 -0700
  7. 9ba021c binman: Return non-zero exit code on test failure by Simon Glass · Sun Nov 12 21:52:29 2017 -0700
  8. a409c93 binman: Add add test for using an Intel MRC binary by Simon Glass · Sun Nov 12 21:52:28 2017 -0700
  9. 3d27423 binman: Add add test for SPL with a microcode pointer by Simon Glass · Sun Nov 12 21:52:27 2017 -0700
  10. e83679d binman: Add a test for x86-start16-spl by Simon Glass · Sun Nov 12 21:52:26 2017 -0700
  11. 7f94e83 binman: Add test for u-boot-spl-bss-pad by Simon Glass · Sun Nov 12 21:52:25 2017 -0700
  12. 2c3cf45 binman: Check for files missing from test coverage by Simon Glass · Sun Nov 12 21:52:24 2017 -0700
  13. 385e69b binman: Increase test coverage back to 100% by Simon Glass · Sun Nov 12 21:52:23 2017 -0700
  14. ac59991 binman: Add a main program to the tests by Simon Glass · Sun Nov 12 21:52:22 2017 -0700
  15. 8f52136 binman: Add tests for importlib availability by Simon Glass · Sun Nov 12 21:52:21 2017 -0700
  16. b339326 binman: Set up 'entry' to permit full test coverage by Simon Glass · Sun Nov 12 21:52:20 2017 -0700
  17. c303b9a binman: Append to PYTHONPATH when running test coverage by Simon Glass · Sun Nov 12 21:52:19 2017 -0700
  18. 076e63b binman: Rename tests to ftest by Simon Glass · Sun Nov 12 21:52:08 2017 -0700
  19. 151ba36 binman: Add a Makefile for test-program compilation by Simon Glass · Sun Nov 12 21:52:07 2017 -0700
  20. 4b94ac9 binman: Add docs explaining how to enable binman for a board by Simon Glass · Sun Nov 12 21:52:06 2017 -0700
  21. 2eee32b binman: Add better Makefile debugging by Simon Glass · Sun Nov 12 21:52:05 2017 -0700
  22. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · Tue Oct 17 13:42:43 2017 +0900
  23. d7bcdf5 tools: binman: Add a new entry type for Intel VBT by Bin Meng · Tue Aug 15 22:41:54 2017 -0700
  24. dde3e71 binman: Put our local modules ahead of system modules by Simon Glass · Tue Jun 20 21:28:49 2017 -0600
  25. a944093 fdt: Drop fdt_select.py by Simon Glass · Sat May 27 07:38:30 2017 -0600
  26. 22c92ca binman: Rename fdt variable to dtb by Simon Glass · Sat May 27 07:38:29 2017 -0600
  27. 07309ac binman: Drop a special case related to fdt_fallback by Simon Glass · Sat May 27 07:38:27 2017 -0600
  28. bac25c8 fdt: Drop fdt_fallback library by Simon Glass · Sat May 27 07:38:26 2017 -0600
  29. 55901ff fdt: Support use of the new python libfdt library by Simon Glass · Sat May 27 07:38:22 2017 -0600
  30. d022a7d fdt: dtoc: Add a full set of property tests by Simon Glass · Sat May 27 07:38:21 2017 -0600
  31. 28c7105 fdt: Update fdt_test to use 'dt' instead of 'fdt' by Simon Glass · Sat May 27 07:38:20 2017 -0600
  32. b711b3f tools: binman: Add missing filenames for various x86 rom tests by Bin Meng · Tue Apr 04 21:17:14 2017 -0700
  33. 47c0989 binman: Remove hard-coded file name for x86 flash-descriptor & intel-me by Stefan Roese · Thu Mar 30 12:58:12 2017 +0200
  34. cd6d46e tools: binman: change shebang from python into python2 by Jörg Krause · Mon Mar 06 21:07:11 2017 +0100
  35. c40c9d2 tools: binman: Handle optional microcode case in SPL image by Bin Meng · Wed Jan 18 03:33:00 2017 -0800
  36. ed5ab3e tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr by Bin Meng · Wed Jan 18 03:32:59 2017 -0800
  37. a5b2007 binman: add tools directory to the python path by Emmanuel Vadot · Mon Jan 16 08:14:46 2017 +0100
  38. a5c90ac tools: binman: Use /usr/bin/env to find python executable by Emmanuel Vadot · Tue Dec 27 22:36:08 2016 +0100
  39. 23a4d8a binman: Remove hard-coded file name for x86 CMC/FSP/VGA by Bin Meng · Sun Dec 25 20:52:47 2016 -0800
  40. 52debad binman: Automatically include a U-Boot .dtsi file by Simon Glass · Fri Nov 25 20:15:59 2016 -0700
  41. b4176d4 binman: Add support for building x86 images with FSP/CMC by Simon Glass · Fri Nov 25 20:15:56 2016 -0700
  42. d2dfb5f binman: Add support for building x86 ROMs with SPL by Simon Glass · Fri Nov 25 20:15:55 2016 -0700
  43. 996021e binman: Add support for u-boot.img as an input binary by Simon Glass · Fri Nov 25 20:15:54 2016 -0700
  44. 7223245 binman: Add support for building x86 ROMs by Simon Glass · Fri Nov 25 20:15:53 2016 -0700
  45. 57454f4 binman: Add basic entry types for U-Boot by Simon Glass · Fri Nov 25 20:15:52 2016 -0700
  46. 2574ef6 binman: Introduce binman, a tool for building binary images by Simon Glass · Fri Nov 25 20:15:51 2016 -0700