aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-20binman: Add basic entry types for U-BootSimon Glass34-0/+1080
2016-12-20binman: Introduce binman, a tool for building binary imagesSimon Glass9-0/+1255