summaryrefslogtreecommitdiff
path: root/tools/binman/etype
Commit message (Expand)AuthorAgeFilesLines
* binman: Set the pathname correctly for ELF filesSimon Glass2018-11-201-3/+2
* binman: Drop an unnecessary comma in blob handlingSimon Glass2018-11-201-1/+1
* binman: Add support for Intel reference codeSimon Glass2018-10-221-0/+27
* Merge git://git.denx.de/u-boot-dmTom Rini2018-09-3021-61/+371
|\
| * binman: Support ELF files for U-Boot and SPLSimon Glass2018-09-292-0/+63
| * binman: Correct fmap output on x86Simon Glass2018-09-292-10/+13
| * binman: Record the parent section of each sectionSimon Glass2018-09-291-1/+2
| * binman: Support x86 microcode in TPLSimon Glass2018-09-296-21/+83
| * binman: Support expanding entriesSimon Glass2018-09-292-1/+14
| * binman: Support adding filesSimon Glass2018-09-291-0/+57
| * binman: Support compressed entriesSimon Glass2018-09-291-9/+40
| * binman: Support updating all device tree filesSimon Glass2018-09-286-13/+52
| * binman: Move state information into a new moduleSimon Glass2018-09-281-3/+3
| * binman: Tidy up the vblock entrySimon Glass2018-09-281-3/+8
| * binman: Add x86 support for starting TPLSimon Glass2018-09-281-0/+30
| * binman: Generate an error when text is not providedSimon Glass2018-09-281-0/+3
| * binman: Allow 'fill' entry to have a size of 0Simon Glass2018-09-281-1/+1
| * binman: Move 'special properties' docs to README.entriesSimon Glass2018-09-281-0/+3
* | binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entryJagdish Gediya2018-09-271-0/+25
|/
* binman: Rename ReadContents() to ReadBlobContents()Simon Glass2018-08-013-4/+4
* binman: Add support for adding TPL binariesSimon Glass2018-08-014-2/+70
* binman: Add an entry for a Chromium vblockSimon Glass2018-08-011-0/+74
* binman: Add support for Chromium GBBSimon Glass2018-08-011-0/+96
* binman: Add an entry filled with a repeating byteSimon Glass2018-08-011-0/+32
* binman: Add support for a cros_ec imageSimon Glass2018-08-012-0/+56
* binman: Add support for flashrom FMAPSimon Glass2018-08-012-2/+66
* binman: Allow creation of entry documentationSimon Glass2018-08-011-1/+3
* binman: Expand documentation for entriesSimon Glass2018-08-0124-9/+305
* binman: Support an entry that holds textSimon Glass2018-08-011-0/+50
* binman: Add support for passing arguments to entriesSimon Glass2018-08-011-1/+18
* binman: Add a new 'image-pos' propertySimon Glass2018-08-011-0/+4
* binman: Enhance the map and fdt-update outputSimon Glass2018-08-011-3/+3
* binman: Rename 'position' to 'offset'Simon Glass2018-08-016-34/+35
* binman: Support updating the device tree with calc'd infoSimon Glass2018-07-091-0/+10
* binman: Add a SetCalculatedProperties() methodSimon Glass2018-07-091-0/+8
* binman: Add a ProcessFdt() methodSimon Glass2018-07-094-28/+30
* binman: Tidy up setting of entry contentsSimon Glass2018-07-094-6/+12
* binman: Correct operation of ObtainContents()Simon Glass2018-07-094-3/+14
* binman: Make the operation of Entry__testing explicitSimon Glass2018-07-091-4/+10
* binman: Add support for outputing a map fileSimon Glass2018-06-071-0/+9
* binman: Add support for sectionsSimon Glass2018-06-071-0/+50
* binman: Avoid setting sys.path globallySimon Glass2018-06-071-212/+0
* binman: Rename Entry property to 'section'Simon Glass2018-06-0724-74/+76
* binman: Rename ELF parameters to 'section'Simon Glass2018-06-072-4/+4
* binman: Allow unit addresses for binariesSimon Glass2018-06-071-0/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0724-50/+25
* binman: Support accessing binman tables at run timeSimon Glass2017-12-122-0/+14
* binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass2017-12-121-0/+17
* binman: Add support for including spl/u-boot-spl.dtbSimon Glass2017-12-121-0/+17
* binman: Add a function to read ELF symbolsSimon Glass2017-12-122-8/+8