summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* binman: Support new op-tee binary formatSimon Glass2023-01-189-33/+352
* binman: Add a way to check for a valid ELF fileSimon Glass2023-01-182-0/+25
* binman: Support optional entriesSimon Glass2023-01-187-0/+67
* binman: Use a reference for binman symbols docsSimon Glass2023-01-189-50/+15
* binman: Update entry docsSimon Glass2023-01-182-30/+169
* binman: Tidy up comment in fit _gen_nodeSimon Glass2023-01-181-5/+11
* binman: Allow writing section contents to a fileSimon Glass2023-01-185-4/+59
* trace: Update trace-format generator for newer versionSimon Glass2023-01-181-6/+13
* trace: Adjust flags in proftoolSimon Glass2023-01-181-12/+12
* mkimage: Add a few more messages for FIT failuresSimon Glass2023-01-182-2/+8
* rockchip: mkimage: Add rv1126 supportJagan Teki2023-01-161-0/+1
* rockchip: mkimage: make RC4 key constJohn Keeping2023-01-161-1/+1
* CI/Docker: Update to jammy-20221130 tagTom Rini2023-01-111-1/+2
* Dockerfile: add package texinfoHeinrich Schuchardt2023-01-111-0/+1
* patman: add '--get-maintainer-script' argumentMaxim Cournoyer2023-01-057-40/+127
* patman: additionally honor a local .patman config fileMaxim Cournoyer2023-01-053-5/+94
* patman: fail early in Setup when provided config file does not existMaxim Cournoyer2023-01-051-1/+5
* patman: set the default config_fname argument value to NoneMaxim Cournoyer2023-01-052-5/+6
* patman: import gitutil module where it is neededMaxim Cournoyer2023-01-052-5/+6
* patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer2023-01-051-14/+14
* patman: fix pep8 warnings in settings moduleMaxim Cournoyer2023-01-051-17/+21
* patman: document default 'send' commandMaxim Cournoyer2023-01-051-1/+2
* patman: document how to run test suite via pytestMaxim Cournoyer2023-01-051-0/+6
* patman: hide the 'test' command unless test data is availableMaxim Cournoyer2023-01-052-3/+10
* patman: add pytest configuration fileMaxim Cournoyer2023-01-051-0/+2
* patman: rename main script to __main__.pyMaxim Cournoyer2023-01-053-2/+2
* patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer2023-01-051-1/+1
* patman: locate test data files via __file__ and pathlibMaxim Cournoyer2023-01-051-2/+6
* patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer2023-01-051-41/+65
* patman: locate README.rst via importlibMaxim Cournoyer2023-01-051-5/+3
* patman: fix installation of README.rst data fileMaxim Cournoyer2023-01-051-1/+1
* patman: remove extraneous importsMaxim Cournoyer2023-01-051-4/+1
* patman: Switch to setuptoolsSean Anderson2023-01-051-1/+1
* kbuild: Remove checking for adhoc CONFIG symbolsTom Rini2022-12-231-30/+2
* checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini2022-12-231-1/+1
* global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini2022-12-231-1/+1
* env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini2022-12-222-10/+5
* u-boot-initial-env: rework make targetMax Krummenacher2022-12-083-0/+49
* tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde2022-12-081-2/+9
* tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde2022-12-081-2/+2
* tools: fdtgrep: Fix handle leakMikhail Ilin2022-12-081-2/+6
* tools: mkimage: Fix nullptr at strchr()Mikhail Ilin2022-12-081-15/+20
* tool: ifwitool: Fix buffer overflowMikhail Ilin2022-12-081-25/+19
* tool: ifwitool: The function localtime() can return NULL.Mikhail Ilin2022-12-081-0/+2
* tools: env: fw_env: Fix unused-result warningJaehoon Chung2022-12-081-1/+9
* CI: Update to gcc-12.2Tom Rini2022-12-061-31/+34
* buildman: Fetch 12.2.0 toolchains by defaultTom Rini2022-12-061-1/+1
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-3/+3
* tools: mkenvimage: Drop duplicate crc header includeMarek Vasut2022-11-231-1/+0
* binman: Add documentation for the command line argsSimon Glass2022-11-221-1/+299