summaryrefslogtreecommitdiff
path: root/tools/binman/elf.py
Commit message (Expand)AuthorAgeFilesLines
* binman: Use target-specific tools when cross-compilingAlper Nebi Yasak2020-09-221-2/+4
* patman: Move to absolute importsSimon Glass2020-04-261-3/+3
* binman: Move to absolute importsSimon Glass2020-04-261-1/+1
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass2019-11-111-1/+1
* binman: Correct symbol calculation with non-zero image baseSimon Glass2019-11-021-3/+1
* binman: Use tools.Run() to run objdumpSimon Glass2019-10-151-1/+1
* binman: Handle hidden symbols in ELF filesSimon Glass2019-10-151-1/+1
* binman: Drop .note section from ELFSimon Glass2019-10-151-0/+3
* binman: Add a bit of logging in entries when packingSimon Glass2019-07-291-6/+3
* binman: Add a function to decode an ELF fileSimon Glass2019-07-231-0/+77
* binman: Add a function to create a sample ELF fileSimon Glass2019-07-231-0/+97
* binman: Use items() instead of iteritems()Simon Glass2019-07-101-2/+2
* binman: Rename 'position' to 'offset'Simon Glass2018-08-011-3/+3
* binman: Don't depend on dict order in ELF testOutsideFile()Simon Glass2018-08-011-1/+3
* binman: Rename ELF parameters to 'section'Simon Glass2018-06-071-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* binman: Support accessing binman tables at run timeSimon Glass2017-12-121-3/+52
* binman: Support enabling debug in testsSimon Glass2017-12-121-0/+3
* binman: Add a function to read ELF symbolsSimon Glass2017-12-121-0/+77