summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-12-22env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini
2022-12-08u-boot-initial-env: rework make targetMax Krummenacher
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde
2022-12-08tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde
2022-12-08tools: fdtgrep: Fix handle leakMikhail Ilin
2022-12-08tools: mkimage: Fix nullptr at strchr()Mikhail Ilin
2022-12-08tool: ifwitool: Fix buffer overflowMikhail Ilin
2022-12-08tool: ifwitool: The function localtime() can return NULL.Mikhail Ilin
2022-12-08tools: env: fw_env: Fix unused-result warningJaehoon Chung
2022-12-06CI: Update to gcc-12.2Tom Rini
2022-12-06buildman: Fetch 12.2.0 toolchains by defaultTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-11-23tools: mkenvimage: Drop duplicate crc header includeMarek Vasut
2022-11-22binman: Add documentation for the command line argsSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-11-22buildman: Reinstate removal of temp output dir in testsSimon Glass
2022-11-22buildman: Ensure config_fname is initedSimon Glass
2022-11-22binman: Add a separate section about environment variablesSimon Glass
2022-11-22buildman: Detect binman reporting missing blobsSimon Glass
2022-11-22buildman: Drop mention of old architecturesSimon Glass
2022-11-22buildman: Update the default settings fileSimon Glass
2022-11-22buildman: Update the arc toolchainSimon Glass
2022-11-22buildman: Drop mention of MAKEALLSimon Glass
2022-11-22buildman: Convert documentation to rSTSimon Glass
2022-11-22binman: Use an exit code when blobs are missingSimon Glass
2022-11-22Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz
2022-11-22binman: bintool: remove btool_ prefix from btool namesQuentin Schulz
2022-10-31mkeficapsule: Add support for setting OEM flags in capsule headerSughosh Ganu
2022-10-31mkeficapsule: Add support for generating empty capsulesSughosh Ganu
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu
2022-10-31binman: Support writing symbols into ELF filesSimon Glass
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass
2022-10-31binman: Split out looking up a symbol into a functionSimon Glass
2022-10-31binman: Allow obtaining a symbol valueSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-31buildman: Handle the MAINTAINERS 'N' tagSimon Glass
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass
2022-10-29binman: Add support for symlinking imagesNeha Malcom Francis
2022-10-26mkimage: fit: Fix signing of configs with external dataSean Anderson
2022-10-17docker: Install pyelftools for buildsSimon Glass
2022-10-12tools: k3_gen_x509_cert: Do not print SWRV on buildAndrew Davis
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance
2022-10-07buildman: differentiate between riscv32, riscv64Heinrich Schuchardt
2022-10-07docker: install riscv32 toolchainHeinrich Schuchardt
2022-10-06tools: kwbimage: Verify maximal kwbimage header sizePali Rohár
2022-10-03Merge branch 'next'Tom Rini
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29tools: env: Fix missing closedir in ubi_get_volnum_by_nameMiaoqian Lin