summaryrefslogtreecommitdiff
path: root/tools/binman/elf_test.py
AgeCommit message (Expand)Author
2025-05-27patman: Move capture_sys_output() into terminal and renameSimon Glass
2024-09-26binman: Adjust naming for reading symbolsSimon Glass
2023-12-13binman: elf: Using variable 'old_val' before assignmentHeinrich Schuchardt
2023-08-02binman: elf: Check for ELF_TOOLS availability and remove extra semicolonLukas Funke
2023-07-20binman: Correct handling of zero bss sizeSimon Glass
2023-07-20binman: Update elf to return number of written symbolsSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-01-26binman: Fix a test-coverage regressionSimon Glass
2023-01-18binman: Add a way to check for a valid ELF fileSimon Glass
2022-08-20binman: Skip elf tests if python elftools is not availableStefan Herbrechtsmeier
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-02binman: Correct pylint errorsSimon Glass
2022-02-22binman: Support a list of strings with the mkimage etypeSimon 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
2022-01-25binman: Tweak elf tests for a toolchain changeSimon Glass
2021-11-13binman: Support reading the offset of an ELF-file symbolSimon Glass
2021-11-13binman: Report an error if test files fail to compileSimon Glass
2021-01-30binman: Support finding symbols in sub-sectionsSimon 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
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass
2019-10-15binman: Clean up unnecessary code related to ELF test filesSimon Glass
2019-10-15binman: Use the Makefile for u_boot_binman_syms_badSimon Glass
2019-10-15binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass
2019-10-15binman: Use the Makefile for u_boot_binman_symsSimon Glass
2019-10-15binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass
2019-10-15binman: Use the Makefile to build ELF test 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: Convert to use bytes typeSimon Glass
2019-07-10binman: Handle repeated bytes for Python 3Simon Glass
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass
2018-08-01binman: Add comments to elf_testSimon Glass
2018-07-09binman: Move capture_sys_output() to test_utilSimon 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: Add a function to read ELF symbolsSimon Glass