aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini44-96/+45
2018-01-16tools: Update python "help" tests to cope with "more" odditiesTom Rini1-1/+4
2018-01-15dtoc: Allow DTC environment variable to provide path to dtcSimon Glass1-0/+4
2017-12-12binman: Add documentation for the symbol featureSimon Glass1-1/+31
2017-12-12binman: Support accessing binman tables at run timeSimon Glass10-10/+323
2017-12-12binman: Support enabling debug in testsSimon Glass4-6/+23
2017-12-12binman: Adjust size of test SPL binarySimon Glass5-14/+14
2017-12-12binman: Add tests binaries with binman symbolsSimon Glass9-1/+103
2017-12-12binman: Drop a stale comment about the 'board' featureSimon Glass1-1/+0
2017-12-12binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass3-0/+33
2017-12-12binman: Add support for including spl/u-boot-spl.dtbSimon Glass3-0/+37
2017-12-12binman: Add a function to read ELF symbolsSimon Glass8-11/+128
2017-11-22binman: Return non-zero exit code on test failureSimon Glass1-2/+6
2017-11-22binman: Add add test for using an Intel MRC binarySimon Glass2-0/+20
2017-11-22binman: Add add test for SPL with a microcode pointerSimon Glass3-31/+84
2017-11-22binman: Add a test for x86-start16-splSimon Glass2-1/+22
2017-11-22binman: Add test for u-boot-spl-bss-padSimon Glass6-1/+64
2017-11-22binman: Check for files missing from test coverageSimon Glass1-3/+19
2017-11-22binman: Increase test coverage back to 100%Simon Glass1-7/+4
2017-11-22binman: Add a main program to the testsSimon Glass2-0/+8
2017-11-22binman: Add tests for importlib availabilitySimon Glass2-2/+36
2017-11-22binman: Set up 'entry' to permit full test coverageSimon Glass3-5/+10
2017-11-22binman: Append to PYTHONPATH when running test coverageSimon Glass1-1/+1
2017-11-22binman: Rename tests to ftestSimon Glass2-2/+2
2017-11-22binman: Add a Makefile for test-program compilationSimon Glass3-8/+36
2017-11-22binman: Add docs explaining how to enable binman for a boardSimon Glass1-0/+21
2017-11-22binman: Add better Makefile debuggingSimon Glass1-1/+2
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada1-1/+1
2017-09-16tools: binman: Add a new entry type for Intel VBTBin Meng3-1/+36
2017-07-11binman: Put our local modules ahead of system modulesSimon Glass1-5/+4
2017-06-02fdt: Drop fdt_select.pySimon Glass4-4/+4
2017-06-02binman: Rename fdt variable to dtbSimon Glass3-12/+11
2017-06-02binman: Drop a special case related to fdt_fallbackSimon Glass1-9/+4
2017-06-02fdt: Drop fdt_fallback librarySimon Glass2-39/+13
2017-06-02fdt: Support use of the new python libfdt librarySimon Glass1-0/+3
2017-06-02fdt: dtoc: Add a full set of property testsSimon Glass2-0/+69
2017-06-02fdt: Update fdt_test to use 'dt' instead of 'fdt'Simon Glass1-9/+9
2017-04-10tools: binman: Add missing filenames for various x86 rom testsBin Meng5-0/+6
2017-04-10binman: Remove hard-coded file name for x86 flash-descriptor & intel-meStefan Roese2-6/+0
2017-03-11tools: binman: change shebang from python into python2Jörg Krause1-1/+1
2017-02-07tools: binman: Handle optional microcode case in SPL imageBin Meng1-0/+6
2017-02-07tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptrBin Meng1-1/+1
2017-01-20binman: add tools directory to the python pathEmmanuel Vadot1-0/+1
2017-01-02tools: binman: Use /usr/bin/env to find python executableEmmanuel Vadot1-1/+1
2016-12-26binman: Remove hard-coded file name for x86 CMC/FSP/VGABin Meng3-9/+0
2016-12-20binman: Automatically include a U-Boot .dtsi fileSimon Glass1-0/+39
2016-12-20binman: Add support for building x86 images with FSP/CMCSimon Glass5-0/+74
2016-12-20binman: Add support for building x86 ROMs with SPLSimon Glass13-1/+315
2016-12-20binman: Add support for u-boot.img as an input binarySimon Glass3-0/+33
2016-12-20binman: Add support for building x86 ROMsSimon Glass23-3/+760