aboutsummaryrefslogtreecommitdiffstats
path: root/tools/binman/elf.py
Commit message (Expand)AuthorAgeFilesLines
* binman: elf: Check for ELF_TOOLS availability and remove extra semicolonLukas Funke2023-08-021-4/+6
* binman: Update elf to return number of written symbolsSimon Glass2023-07-201-2/+11
* patman: Move library functions into a library directorySimon Glass2023-03-081-3/+3
* binman: Support positioning an entry by and ELF symbolSimon Glass2023-01-181-0/+23
* binman: Provide general support for updating ELF symbolsSimon Glass2023-01-181-2/+6
* binman: Add a way to check for a valid ELF fileSimon Glass2023-01-181-0/+15
* binman: Support writing symbols into ELF filesSimon Glass2022-10-311-8/+33
* binman: Allow obtaining a symbol valueSimon Glass2022-10-311-8/+45
* spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak2022-06-281-3/+9
* elf: Rename load_segments() and module failureSimon Glass2022-03-181-3/+3
* binman: Complete elf test coverageSimon Glass2022-03-181-2/+2
* binman: Expand elf support a littleSimon Glass2022-03-101-7/+51
* elf: Add a way to read segment information from an ELF fileSimon Glass2022-02-221-0/+37
* patman: Convert camel case in tout.pySimon Glass2022-02-091-3/+3
* patman: Convert camel case in command.pySimon Glass2022-02-091-1/+1
* patman: Convert camel case in tools.pySimon Glass2022-02-091-6/+6
* binman: Support updating the dtb in an ELF fileSimon Glass2021-11-131-0/+21
* binman: Support reading the offset of an ELF-file symbolSimon Glass2021-11-131-3/+50
* binman: Support finding symbols in sub-sectionsSimon Glass2021-01-301-1/+2
* patman: Drop tools.ToByte()Simon Glass2020-12-131-3/+3
* 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