summaryrefslogtreecommitdiff
path: root/tools/binman/elf_test.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-13binman: Support reading the offset of an ELF-file symbolSimon Glass1-0/+37
2021-11-13binman: Report an error if test files fail to compileSimon Glass1-2/+6
2021-01-31binman: Support finding symbols in sub-sectionsSimon Glass1-1/+3
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak1-1/+3
2020-04-26patman: Move to absolute importsSimon Glass1-4/+4
2020-04-26binman: Move to absolute importsSimon Glass1-1/+1
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass1-1/+1
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass1-2/+2
2019-10-15binman: Clean up unnecessary code related to ELF test filesSimon Glass1-4/+1
2019-10-15binman: Use the Makefile for u_boot_binman_syms_badSimon Glass1-2/+2
2019-10-15binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass1-2/+3
2019-10-15binman: Use the Makefile for u_boot_binman_symsSimon Glass1-4/+5
2019-10-15binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass1-1/+1
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass1-4/+15
2019-10-15binman: Use the Makefile to build ELF test filesSimon Glass1-0/+23
2019-10-15binman: Drop .note section from ELFSimon Glass1-1/+1
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass1-8/+11
2019-07-24binman: Add a function to decode an ELF fileSimon Glass1-0/+21
2019-07-24binman: Add a function to create a sample ELF fileSimon Glass1-0/+20
2019-07-11binman: Convert to use bytes typeSimon Glass1-2/+3
2019-07-11binman: Handle repeated bytes for Python 3Simon Glass1-1/+1
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass1-0/+5
2018-08-02binman: Add comments to elf_testSimon Glass1-0/+33
2018-07-09binman: Move capture_sys_output() to test_utilSimon Glass1-20/+2
2018-06-07binman: Rename ELF parameters to 'section'Simon Glass1-14/+14
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2017-12-13binman: Support accessing binman tables at run timeSimon Glass1-1/+91
2017-12-13binman: Add a function to read ELF symbolsSimon Glass1-0/+32