- 9fa6851 rockchip: mkimage: Add rv1126 support by Jagan Teki · 2 years ago
- f33096e rockchip: mkimage: make RC4 key const by John Keeping · 2 years ago
- ac6c333 CI/Docker: Update to jammy-20221130 tag by Tom Rini · 1 year, 11 months ago
- c2c98ea Dockerfile: add package texinfo by Heinrich Schuchardt · 1 year, 11 months ago
- 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 2 years ago
- cb8d3b1 patman: additionally honor a local .patman config file by Maxim Cournoyer · 2 years ago
- 64a690f patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 2 years ago
- da6f7cf patman: set the default config_fname argument value to None by Maxim Cournoyer · 2 years ago
- a81a41f patman: import gitutil module where it is needed by Maxim Cournoyer · 2 years ago
- cc38d35 patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 2 years ago
- 97f4d76 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 2 years ago
- 6a3f71c patman: document default 'send' command by Maxim Cournoyer · 2 years ago
- c9f6554 patman: document how to run test suite via pytest by Maxim Cournoyer · 2 years ago
- cda0012 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 2 years ago
- 0e54e70 patman: add pytest configuration file by Maxim Cournoyer · 2 years ago
- def31ed patman: rename main script to __main__.py by Maxim Cournoyer · 2 years ago
- 2f3abd6 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 2 years ago
- 0331edb patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 2 years ago
- 9a196fb patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 2 years ago
- 124acc9 patman: locate README.rst via importlib by Maxim Cournoyer · 2 years ago
- 1484c1a patman: fix installation of README.rst data file by Maxim Cournoyer · 2 years ago
- fcf2e85 patman: remove extraneous imports by Maxim Cournoyer · 2 years ago
- 6c12497 patman: Switch to setuptools by Sean Anderson · 2 years ago
- c1b64aa kbuild: Remove checking for adhoc CONFIG symbols by Tom Rini · 2 years ago
- 14f8ef6 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 2 years ago
- aefad5d global: Migrate CONFIG_X86_MRC_ADDR to CFG by Tom Rini · 2 years ago
- 4714ab2 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · 2 years ago
- 5e4d55c u-boot-initial-env: rework make target by Max Krummenacher · 2 years ago
- 0aa1da6 tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · 2 years ago
- adc99e1 tools: mkimage: don't print error message "Success" in case of failure by Marc Kleine-Budde · 2 years ago
- acea4f5 tools: fdtgrep: Fix handle leak by Mikhail Ilin · 2 years ago
- fc0453d tools: mkimage: Fix nullptr at strchr() by Mikhail Ilin · 2 years ago
- fd1f4e1 tool: ifwitool: Fix buffer overflow by Mikhail Ilin · 2 years ago
- 2d11b46 tool: ifwitool: The function localtime() can return NULL. by Mikhail Ilin · 2 years ago
- 18ca449 tools: env: fw_env: Fix unused-result warning by Jaehoon Chung · 2 years, 2 months ago
- 77d48f1 CI: Update to gcc-12.2 by Tom Rini · 2 years ago
- e0425e3 buildman: Fetch 12.2.0 toolchains by default by Tom Rini · 2 years ago
- 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- d1c5106 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years, 1 month ago
- a20c041 binman: Add documentation for the command line args by Simon Glass · 2 years, 1 month ago
- 93ebd46 buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years, 1 month ago
- 211c74b buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years, 1 month ago
- ccc6906 buildman: Ensure config_fname is inited by Simon Glass · 2 years, 1 month ago
- a922347 binman: Add a separate section about environment variables by Simon Glass · 2 years, 1 month ago
- 199da41 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years, 1 month ago
- e93918b buildman: Drop mention of old architectures by Simon Glass · 2 years, 1 month ago
- 8897c7d buildman: Update the default settings file by Simon Glass · 2 years, 1 month ago
- c325dbe buildman: Update the arc toolchain by Simon Glass · 2 years, 1 month ago
- 794beab buildman: Drop mention of MAKEALL by Simon Glass · 2 years, 1 month ago
- 79cc9be buildman: Convert documentation to rST by Simon Glass · 2 years, 1 month ago
- 6bce5dc binman: Use an exit code when blobs are missing by Simon Glass · 2 years, 1 month ago
- 2c70188 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years, 1 month ago
- c33383c binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years, 1 month ago
- c067638 mkeficapsule: Add support for setting OEM flags in capsule header by Sughosh Ganu · 2 years, 1 month ago
- b39405d mkeficapsule: Add support for generating empty capsules by Sughosh Ganu · 2 years, 1 month ago
- 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
- 37f85de binman: Support writing symbols into ELF files by Simon Glass · 2 years, 1 month ago
- 6fc079e binman: Handle writing ELF symbols in the Entry class by Simon Glass · 2 years, 1 month ago
- 133f0f7 binman: Split out looking up a symbol into a function by Simon Glass · 2 years, 1 month ago
- cb452b0 binman: Allow obtaining a symbol value by Simon Glass · 2 years, 1 month ago
- 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
- 3a90a69 buildman: Handle the MAINTAINERS 'N' tag by Simon Glass · 2 years, 2 months ago
- 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
- 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
- 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years, 1 month ago
- 3eb4be3 binman: Add support for symlinking images by Neha Malcom Francis · 2 years, 1 month ago
- 016f4d5 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years, 1 month ago
- b955cd2 docker: Install pyelftools for builds by Simon Glass · 2 years, 1 month ago
- eacbced tools: k3_gen_x509_cert: Do not print SWRV on build by Andrew Davis · 2 years, 2 months ago
- db7b157 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · 2 years, 2 months ago
- 8c7fd87 buildman: differentiate between riscv32, riscv64 by Heinrich Schuchardt · 2 years, 2 months ago
- 3282915 docker: install riscv32 toolchain by Heinrich Schuchardt · 2 years, 2 months ago
- 55f9e49 tools: kwbimage: Verify maximal kwbimage header size by Pali Rohár · 2 years, 2 months ago
- 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
- bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
- 64f2dda tools: env: Fix missing closedir in ubi_get_volnum_by_name by Miaoqian Lin · 2 years, 2 months ago
- eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
- f291ee1 tools: mtk_image: add support for nand headers used by newer chips by developer · 2 years, 3 months ago
- 4873b41 tools: mtk_image: split the code of generating NAND header into a new file by developer · 2 years, 3 months ago
- f9e11c9 tools: mtk_image: split gfh header verification into a new function by developer · 2 years, 3 months ago
- 4914547 binman: Get futility by building it by Simon Glass · 2 years, 2 months ago
- 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
- 3bdb668 tools: termios_linux.h: Fix compilation on non-glibc systems by Pali Rohár · 2 years, 3 months ago
- 5285984 tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms by Stefan Roese · 2 years, 3 months ago
- 1158914 dtoc: Drop sys.exit() in test_fdt by Simon Glass · 2 years, 4 months ago
- 56d0541 binman: Add VPL support by Simon Glass · 2 years, 9 months ago
- ffe3cd5 Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 3 months ago
- 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · 2 years, 3 months ago
- 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · 2 years, 3 months ago
- d2c153f binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · 2 years, 3 months ago
- 94c3ff6 binman: btool: futility: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
- 853c514 binman: btool: fiptool: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
- 3264c35 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · 2 years, 3 months ago
- 21811f6 binman: btool: mkimage: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
- 29d45ac binman: btool: lz4: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
- bbfc137 binman: bintool: move version check implementation into bintool class by Quentin Schulz · 2 years, 3 months ago
- ca87ebf binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · 2 years, 3 months ago
- a94c5e6 tools: mkimage: fix build with recent LibreSSL by Mark Kettenis · 2 years, 3 months ago
- 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · 2 years, 3 months ago
- fca3856 binman: Document how to handle dependent images by Simon Glass · 2 years, 3 months ago