- 5332012 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
- 33978f2 binman: don't import deprecated distutils package by Heinrich Schuchardt · 2 years, 8 months ago
- 1d44c8e binman: Refuse to replace sections for now by Alper Nebi Yasak · 2 years, 8 months ago
- 4989264 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · 2 years, 8 months ago
- 6cadc50 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · 2 years, 8 months ago
- 1a0ee0f binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · 2 years, 8 months ago
- 00c68f1 binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · 2 years, 8 months ago
- e63ca5a binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · 2 years, 8 months ago
- 5cff63f binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · 2 years, 8 months ago
- 44406a3 crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c by Pali Rohár · 2 years, 8 months ago
- 6f2aa8e tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_END by Pali Rohár · 2 years, 8 months ago
- d373a43 tools/mrvl_uart.sh: Remove script by Pali Rohár · 2 years, 10 months ago
- 71e3f85 tools: add boot/ to .gitignore by Du Huanpeng · 2 years, 8 months ago
- 4a6d6ad rockchip: tools: add rk3066 support to rkcommon.c by Johan Jonker · 2 years, 7 months ago
- e00eed7 mkeficapsule: Remove raw and FIT GUID types by Sughosh Ganu · 2 years, 7 months ago
- 615e31c image: fit: Align hash output buffers by Sean Anderson · 2 years, 8 months ago
- a7b096f binman: Correct Chromium OS entry types by Simon Glass · 2 years, 9 months ago
- a55eaa5 tools: mkimage: Call verify_header after writing image to disk by Pali Rohár · 2 years, 10 months ago
- af7173e tools: mkimage: No need to verify_header for header_v2 by Yi Liu · 2 years, 8 months ago
- cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 8 months ago
- 7572878 tools: mkimage: Add Allwinner TOC0 support by Samuel Holland · 2 years, 8 months ago
- a503514 mkimage: sunxi_egon: add support for riscv by Icenowy Zheng · 3 years, 1 month ago
- 064572b mkimage: sunxi_egon: refactor for multi-architecture support by Icenowy Zheng · 3 years, 1 month ago
- 4369c97 mkimage: add a flag to describe whether -A is specified by Icenowy Zheng · 3 years, 1 month ago
- a23179e Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · 2 years, 8 months ago
- 215ec5c global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · 2 years, 8 months ago
- ebe96cb tools: binman: add support for pre-load header by Philippe Reynes · 2 years, 8 months ago
- 3e3899c mkimage: add public key for image pre-load stage by Philippe Reynes · 2 years, 8 months ago
- 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
- ce53c8b tools: buildman: Fix doc path in warning message by Johannes Krottmayer · 2 years, 9 months ago
- 5f42342 binman: Support splitting an ELF file into multiple nodes by Simon Glass · 2 years, 9 months ago
- 1059d3e binman: Keep a separate list of entries for fit by Simon Glass · 2 years, 9 months ago
- ef28588 binman: Update fit to use node instead of subnode by Simon Glass · 2 years, 9 months ago
- 05f71dc binman: Add a consistent way to report errors with fit by Simon Glass · 2 years, 9 months ago
- 5b87842 binman: Fix some pylint warnings in fit by Simon Glass · 2 years, 9 months ago
- da8504b binman: Update fit to move node reading into the ReadNode() method by Simon Glass · 2 years, 9 months ago
- c3fa6c2 binman: Read the fit entries only once by Simon Glass · 2 years, 9 months ago
- fc5a168 binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · 2 years, 9 months ago
- 8c0533b binman: Make fake blobs zero-sized by default by Simon Glass · 2 years, 9 months ago
- 214d36f binman: Change how faked blobs are created by Simon Glass · 2 years, 9 months ago
- fff147a binman: Rename tools parameter to btools by Simon Glass · 2 years, 9 months ago
- b7bad18 binman: Refactor fit to generate output at the end by Simon Glass · 2 years, 9 months ago
- f86ddad binman: Rename ExpandEntries to gen_entries by Simon Glass · 2 years, 9 months ago
- dd156a4 binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · 2 years, 9 months ago
- 43a98cc binman: Tweak collect_contents_to_file() and docs by Simon Glass · 2 years, 9 months ago
- acc0375 elf: Rename load_segments() and module failure by Simon Glass · 2 years, 9 months ago
- 120fa00 dtoc: Tidy up implementation of AddStringList() by Simon Glass · 2 years, 9 months ago
- fea71c9 moveconfig: Use re.fullmatch() to avoid extra check by Simon Glass · 2 years, 9 months ago
- 51aa73b moveconfig: Remove remove_defconfig() by Simon Glass · 2 years, 9 months ago
- c6b3cdc dtoc: Make GetArgs() more flexible by Simon Glass · 2 years, 9 months ago
- 765f57e patman: Define Commit.path in the constructor by Simon Glass · 2 years, 9 months ago
- a1419df binman: Include also subnodes in generator nodes by Jan Kiszka · 2 years, 9 months ago
- bbdeb21 tools: binman: main.py: add build-sandbox in sys.path by Philippe Reynes · 2 years, 10 months ago
- ea64c02 binman: Complete elf test coverage by Simon Glass · 2 years, 8 months ago
- 11e0443 test/py: Add tests for the erofs by Huang Jianan · 2 years, 9 months ago
- f69f6bb CI, Docker: Update to latest focal tag by Tom Rini · 2 years, 8 months ago
- c6f9193 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 8 months ago
- fefee1a tools: kwboot: Allow to mix positional arguments with option -b by Pali Rohár · 2 years, 9 months ago
- fab8748 tools: kwboot: Check if baudrate value is supported before sending image by Pali Rohár · 2 years, 9 months ago
- 6c05cfa tools: kwboot: Allow to specify custom baudrate only in supported operations by Pali Rohár · 2 years, 9 months ago
- bea8ef1 binman: Expand elf support a little by Simon Glass · 2 years, 9 months ago
- 8b933b4 mkimage: error handling for FIT image by Heinrich Schuchardt · 2 years, 9 months ago
- 38db976 tools: kwboot: Update references with public links by Pali Rohár · 2 years, 9 months ago
- f4e9e87 tools: kwboot: Update doc about Avanta by Pali Rohár · 2 years, 9 months ago
- 8564cbe tools: kwboot: Update usage by Pali Rohár · 2 years, 9 months ago
- ed3a975 tools: kwboot: Add support for backspace key in mini terminal by Pali Rohár · 2 years, 9 months ago
- 2af673b tools: kwboot: Fix sending and processing debug message pattern (-d option) by Pali Rohár · 2 years, 9 months ago
- 3a2e9bc tools: kwboot: Use separate thread for sending boot message pattern by Pali Rohár · 2 years, 9 months ago
- 224110d tools: kwboot: Cleanup bootmsg and debugmsg variables by Pali Rohár · 2 years, 9 months ago
- d51b834 tools: kwboot: Remove msg_req_delay by Pali Rohár · 2 years, 9 months ago
- e3a1828 tools: kwboot: Check for return value of kwboot_tty_send() and tcflush() by Pali Rohár · 2 years, 9 months ago
- 6a5d131 tools: kwboot: Fix quitting terminal by Pali Rohár · 2 years, 9 months ago
- 9ccd7a4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 2 years, 9 months ago
- fae6acf buildman: Update default config to build for sandbox by Simon Glass · 2 years, 10 months ago
- afaddc7 moveconfig: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- 2a0fa98 binman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- 2b16007 dtoc: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- e36fe01 buildman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- 547cba6 patman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- cdf0d1c tools: mkimage/dumpimage: Allow to use -l with -T by Pali Rohár · 2 years, 9 months ago
- 20c079c tools: pblimage: fix image header verification function by Hou Zhiqiang · 2 years, 9 months ago
- 784195e tools: mkeficapsule: remove duplicated code by AKASHI Takahiro · 2 years, 9 months ago
- 912339f binman: Allow different operations in FIT generator nodes by Simon Glass · 2 years, 10 months ago
- 9f1c6b9 binman: Tidy up the docs a little with fit by Simon Glass · 2 years, 10 months ago
- f4a32d2 binman: fit: Refactor to reduce function size by Simon Glass · 2 years, 10 months ago
- 6fba35c binman: Move entry-data collection into a Entry method by Simon Glass · 2 years, 10 months ago
- 167070a binman: Add a ELF test file with disjoint text sections by Simon Glass · 2 years, 10 months ago
- 948dd3a binman: Support a list of strings with the mkimage etype by Simon Glass · 2 years, 10 months ago
- e87009da binman: Add to the TODO by Simon Glass · 2 years, 10 months ago
- 5cdcea0 binman: Add support for TEE BL32 by Roger Quadros · 2 years, 9 months ago
- 571adc8 elf: Add a way to read segment information from an ELF file by Simon Glass · 2 years, 10 months ago
- 243c2c1 binman: Update docs to indicate mkimage is supported by Simon Glass · 2 years, 10 months ago
- 738a54d dtoc: Support reading a list of arguments by Simon Glass · 2 years, 10 months ago
- 0023861 dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · 2 years, 10 months ago
- b9b5cb3 dtoc: Support deleting a node by Simon Glass · 2 years, 10 months ago
- 452be42 dtoc: Support adding a string list to a device tree by Simon Glass · 2 years, 10 months ago
- 99f7942 moveconfig: Allow regex matches when finding combinations by Simon Glass · 2 years, 10 months ago
- e803755 moveconfig: Show the config name rather than the defconfig by Simon Glass · 2 years, 10 months ago
- 64af7c2 binman: Correct the error message for a bad hash algorithm by Simon Glass · 2 years, 10 months ago
- ac873ed binman: Update image positions of FIT subentries by Alper Nebi Yasak · 2 years, 10 months ago