aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-08-05buildman: Drop a TODO that is doneSimon Glass
2022-08-05buildman: Drop a Python 2.7 commentSimon Glass
2022-08-05buildman: Allow lines without a symbolSimon Glass
2022-08-05Drop genboardscfg.pySimon Glass
2022-08-05buildman: Return an error if there are maintainer warningsSimon Glass
2022-08-05Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass
2022-08-05buildman: Replace the Options column with config nameSimon Glass
2022-08-05buildman: Tidy up pylint problems in boards moduleSimon Glass
2022-08-05buildman: Incorporate the genboardscfg.py toolSimon Glass
2022-08-05buildman: Split out Boards into its own fileSimon Glass
2022-08-05buildman: Convert camel case in board.pySimon Glass
2022-08-05buildman: Drop use of 'board' in board moduleSimon Glass
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass
2022-08-05buildman: Fix use of 'boards' in testSimon Glass
2022-08-05buildman: Fix use of 'boards' in func_testSimon Glass
2022-08-05buildman: Avoid using board as a variableSimon Glass
2022-08-05buildman: Support running from an IDESimon Glass
2022-08-05buildman: Drop -I optionSimon Glass
2022-08-04tools: mkimage: fix build with LibreSSLMichal Vasilek
2022-08-04tools: kwboot: use pkg-config to get -ltinfoHeiko Thiery
2022-08-04tools: mkeficapsule: use pkg-config to get -luuid and -lgnutlsHeiko Thiery
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2022-07-26tools: image: support i.MX93Peng Fan
2022-07-26patman: By default don't pass "--no-tree" to checkpatch for linuxDouglas Anderson
2022-07-26binman: Increase default fitImage data section resize step from 1k to 64kMarek Vasut
2022-07-26tools: relocate-rela: Define all macros for e_machine and reloc typesMichal Simek
2022-07-26tools: relocate-rela: Remove guard around R_AARCH64_RELATIVEMichal Simek
2022-07-26tools: relocate-rela: Fix ELF decoding on big-endian hostsSamuel Holland
2022-07-25k3_gen_x509_cert: Make SWRV configurable for anti-rollback protectionYogesh Siraswar
2022-07-25tools: mkimage: Add support to generate FlexSPI Header for i.MX8mMamta Shukla
2022-07-25tools: imx8mimage: Keep IVT reserved1 field zero alwaysMarek Vasut
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún
2022-07-14Merge tag 'mips-pull-2022-07-13' of https://source.denx.de/u-boot/custodians/...Tom Rini
2022-07-13tools: mtk_image: add support for MT7621 NAND imagesWeijie Gao
2022-07-13mkimage: Add long optionsSean Anderson
2022-07-11Merge branch 'next'Tom Rini
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-07-08fw_env: add fallback to Linux's NVMEM based accessRafał Miłecki
2022-07-01image: fit: Use stack allocation macroJoel Stanley
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass
2022-06-28patman: Fix defaults not propagating to subparsersSean Anderson
2022-06-28patman: test_util: Print test stdout/stderr within test summariesAlper Nebi Yasak
2022-06-28patman: test_util: Customize unittest test results for more infoAlper Nebi Yasak
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak
2022-06-28patman: test_util: Handle nonexistent tests while loading testsAlper Nebi Yasak
2022-06-28patman: test_util: Fix printing results for failed testsAlper Nebi Yasak