summaryrefslogtreecommitdiff
path: root/tools/binman/elf.py
AgeCommit message (Expand)Author
2023-01-18binman: Support positioning an entry by and ELF symbolSimon Glass
2023-01-18binman: Provide general support for updating ELF symbolsSimon Glass
2023-01-18binman: Add a way to check for a valid ELF fileSimon Glass
2022-10-31binman: Support writing symbols into ELF filesSimon Glass
2022-10-31binman: Allow obtaining a symbol valueSimon Glass
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak
2022-03-18elf: Rename load_segments() and module failureSimon Glass
2022-03-18binman: Complete elf test coverageSimon Glass
2022-03-10binman: Expand elf support a littleSimon Glass
2022-02-22elf: Add a way to read segment information from an ELF fileSimon Glass
2022-02-09patman: Convert camel case in tout.pySimon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2021-11-13binman: Support updating the dtb in an ELF fileSimon Glass
2021-11-13binman: Support reading the offset of an ELF-file symbolSimon Glass
2021-01-30binman: Support finding symbols in sub-sectionsSimon Glass
2020-12-13patman: Drop tools.ToByte()Simon Glass
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass
2019-11-02binman: Correct symbol calculation with non-zero image baseSimon Glass
2019-10-15binman: Use tools.Run() to run objdumpSimon Glass
2019-10-15binman: Handle hidden symbols in ELF filesSimon Glass
2019-10-15binman: Drop .note section from ELFSimon Glass
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass
2019-07-23binman: Add a function to decode an ELF fileSimon Glass
2019-07-23binman: Add a function to create a sample ELF fileSimon Glass
2019-07-10binman: Use items() instead of iteritems()Simon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-08-01binman: Don't depend on dict order in ELF testOutsideFile()Simon Glass
2018-06-07binman: Rename ELF parameters to 'section'Simon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-12binman: Support accessing binman tables at run timeSimon Glass
2017-12-12binman: Support enabling debug in testsSimon Glass
2017-12-12binman: Add a function to read ELF symbolsSimon Glass