aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/elf_test.py
AgeCommit message (Expand)AuthorFilesLines
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-23binman: Add a function to decode an ELF fileSimon Glass1-0/+21
2019-07-23binman: Add a function to create a sample ELF fileSimon Glass1-0/+20
2019-07-10binman: Convert to use bytes typeSimon Glass1-2/+3
2019-07-10binman: Handle repeated bytes for Python 3Simon Glass1-1/+1
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass1-0/+5
2018-08-01binman: 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-12binman: Support accessing binman tables at run timeSimon Glass1-1/+91
2017-12-12binman: Add a function to read ELF symbolsSimon Glass1-0/+32