aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/elf.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-13binman: Support updating the dtb in an ELF fileSimon Glass1-0/+21
2021-11-13binman: Support reading the offset of an ELF-file symbolSimon Glass1-3/+50
2021-01-30binman: Support finding symbols in sub-sectionsSimon Glass1-1/+2
2020-12-13patman: Drop tools.ToByte()Simon Glass1-3/+3
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak1-2/+4
2020-04-26patman: Move to absolute importsSimon Glass1-3/+3
2020-04-26binman: Move to absolute importsSimon Glass1-1/+1
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass1-1/+1
2019-11-02binman: Correct symbol calculation with non-zero image baseSimon Glass1-3/+1
2019-10-15binman: Use tools.Run() to run objdumpSimon Glass1-1/+1
2019-10-15binman: Handle hidden symbols in ELF filesSimon Glass1-1/+1
2019-10-15binman: Drop .note section from ELFSimon Glass1-0/+3
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass1-6/+3
2019-07-23binman: Add a function to decode an ELF fileSimon Glass1-0/+77
2019-07-23binman: Add a function to create a sample ELF fileSimon Glass1-0/+97
2019-07-10binman: Use items() instead of iteritems()Simon Glass1-2/+2
2018-08-01binman: Rename 'position' to 'offset'Simon Glass1-3/+3
2018-08-01binman: Don't depend on dict order in ELF testOutsideFile()Simon Glass1-1/+3
2018-06-07binman: Rename ELF parameters to 'section'Simon Glass1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-12binman: Support accessing binman tables at run timeSimon Glass1-3/+52
2017-12-12binman: Support enabling debug in testsSimon Glass1-0/+3
2017-12-12binman: Add a function to read ELF symbolsSimon Glass1-0/+77