summaryrefslogtreecommitdiffstats
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* tools: Update python "help" tests to cope with "more" odditiesTom Rini2018-01-161-1/+4
* dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2018-01-151-0/+4
* binman: Add documentation for the symbol featureSimon Glass2017-12-121-1/+31
* binman: Support accessing binman tables at run timeSimon Glass2017-12-1210-10/+323
* binman: Support enabling debug in testsSimon Glass2017-12-124-6/+23
* binman: Adjust size of test SPL binarySimon Glass2017-12-125-14/+14
* binman: Add tests binaries with binman symbolsSimon Glass2017-12-129-1/+103
* binman: Drop a stale comment about the 'board' featureSimon Glass2017-12-121-1/+0
* binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass2017-12-123-0/+33
* binman: Add support for including spl/u-boot-spl.dtbSimon Glass2017-12-123-0/+37
* binman: Add a function to read ELF symbolsSimon Glass2017-12-128-11/+128
* binman: Return non-zero exit code on test failureSimon Glass2017-11-221-2/+6
* binman: Add add test for using an Intel MRC binarySimon Glass2017-11-222-0/+20
* binman: Add add test for SPL with a microcode pointerSimon Glass2017-11-223-31/+84
* binman: Add a test for x86-start16-splSimon Glass2017-11-222-1/+22
* binman: Add test for u-boot-spl-bss-padSimon Glass2017-11-226-1/+64
* binman: Check for files missing from test coverageSimon Glass2017-11-221-3/+19
* binman: Increase test coverage back to 100%Simon Glass2017-11-221-7/+4
* binman: Add a main program to the testsSimon Glass2017-11-222-0/+8
* binman: Add tests for importlib availabilitySimon Glass2017-11-222-2/+36
* binman: Set up 'entry' to permit full test coverageSimon Glass2017-11-223-5/+10
* binman: Append to PYTHONPATH when running test coverageSimon Glass2017-11-221-1/+1
* binman: Rename tests to ftestSimon Glass2017-11-222-2/+2
* binman: Add a Makefile for test-program compilationSimon Glass2017-11-223-8/+36
* binman: Add docs explaining how to enable binman for a boardSimon Glass2017-11-221-0/+21
* binman: Add better Makefile debuggingSimon Glass2017-11-221-1/+2
* pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2017-11-171-1/+1
* tools: binman: Add a new entry type for Intel VBTBin Meng2017-09-163-1/+36
* binman: Put our local modules ahead of system modulesSimon Glass2017-07-111-5/+4
* fdt: Drop fdt_select.pySimon Glass2017-06-024-4/+4
* binman: Rename fdt variable to dtbSimon Glass2017-06-023-12/+11
* binman: Drop a special case related to fdt_fallbackSimon Glass2017-06-021-9/+4
* fdt: Drop fdt_fallback librarySimon Glass2017-06-022-39/+13
* fdt: Support use of the new python libfdt librarySimon Glass2017-06-021-0/+3
* fdt: dtoc: Add a full set of property testsSimon Glass2017-06-022-0/+69
* fdt: Update fdt_test to use 'dt' instead of 'fdt'Simon Glass2017-06-021-9/+9
* tools: binman: Add missing filenames for various x86 rom testsBin Meng2017-04-105-0/+6
* binman: Remove hard-coded file name for x86 flash-descriptor & intel-meStefan Roese2017-04-102-6/+0
* tools: binman: change shebang from python into python2Jörg Krause2017-03-111-1/+1
* tools: binman: Handle optional microcode case in SPL imageBin Meng2017-02-071-0/+6
* tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptrBin Meng2017-02-071-1/+1
* binman: add tools directory to the python pathEmmanuel Vadot2017-01-201-0/+1
* tools: binman: Use /usr/bin/env to find python executableEmmanuel Vadot2017-01-021-1/+1
* binman: Remove hard-coded file name for x86 CMC/FSP/VGABin Meng2016-12-263-9/+0
* binman: Automatically include a U-Boot .dtsi fileSimon Glass2016-12-201-0/+39
* binman: Add support for building x86 images with FSP/CMCSimon Glass2016-12-205-0/+74
* binman: Add support for building x86 ROMs with SPLSimon Glass2016-12-2013-1/+315
* binman: Add support for u-boot.img as an input binarySimon Glass2016-12-203-0/+33
* binman: Add support for building x86 ROMsSimon Glass2016-12-2023-3/+760
* binman: Add basic entry types for U-BootSimon Glass2016-12-2034-0/+1080