summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-01tools: kwboot: Allow greater timeout when executing header codeMarek Behún1-3/+31
2021-10-01tools: kwboot: Print new line after SPL outputMarek Behún1-2/+9
2021-10-01tools: kwboot: Allow non-xmodem text output from BootROM only in a specific casePali Rohár1-17/+53
2021-10-01tools: kwboot: Use a function to check whether received byte is a Xmodem replyMarek Behún1-2/+8
2021-10-01tools: kwboot: Split sending image into header and data stagesPali Rohár2-31/+61
2021-10-01tools: kwboot: Print newline on error when progress was not completedPali Rohár1-0/+1
2021-10-01tools: kwboot: Fix printing progressPali Rohár1-2/+7
2021-10-01tools: kwboot: Fix comparison of integers with different sizeMarek Behún1-2/+1
2021-10-01tools: kwboot: Fix return type of kwboot_xm_makeblock() functionPali Rohár1-4/+1
2021-10-01tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() failsPali Rohár1-3/+6
2021-10-01tools: kwboot: Print version information headerPali Rohár1-0/+2
2021-10-01tools: kwboot: Refactor and fix writing bufferMarek Behún1-29/+26
2021-10-01tools: kwboot: Make the quit sequence buffer constMarek Behún1-2/+2
2021-10-01tools: kwboot: Fix buffer overflow in kwboot_terminal()Marek Behún1-1/+1
2021-10-01tools: kwbimage: Fix printf format warningMarek Behún1-1/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk2-11/+11
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini1-0/+1
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-7/+222
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-0/+1
2021-09-24tools: Handle PAGER containing argumentsPaul Barker1-4/+6
2021-09-24tools: Refactor full help printingPaul Barker4-20/+24
2021-09-18Revert "mkeficapsule: Remove dtb related options"Simon Glass1-7/+222
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini2-20/+32
2021-09-11tools: docker: Build and install genimageBin Meng1-0/+9
2021-09-11tools: docker: Bump up QEMU version to 6.1.0Bin Meng1-1/+7
2021-09-11Dockerfile: Update to latest "focal" tagTom Rini1-1/+1
2021-09-11tools: k3_fit_atf: Fix DM binary FIT load addressesSuman Anna1-2/+2
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass1-4/+4
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-4/+4
2021-09-02tools: env: Handle shorter read callsThibault Ferrante1-10/+12
2021-09-02mkimage: clarify error message for empty input filesThomas Hebb1-0/+6
2021-09-01tools: kwbimage: Remove comment about unimplemented register headers in v1 im...Pali Rohár1-2/+0
2021-09-01kwbimage: check return value of image_get_csk_indexHeinrich Schuchardt1-1/+1
2021-09-01kwbimage: check fopen() return valueHeinrich Schuchardt1-0/+11
2021-09-01tools: kwbimage: Use IBR_HDR_* constants instead of raw numbersPali Rohár1-11/+11
2021-09-01tools: kwbimage: Verify size of image dataPali Rohár1-1/+1
2021-09-01tools: kwbimage: Verify size of v0 image headerPali Rohár1-0/+3
2021-09-01tools: kwbimage: Verify supported image versionPali Rohár1-3/+3
2021-08-08dtoc: Correct the intarray-widening test caseSimon Glass1-1/+1
2021-08-08patman: Avoid blank lines between tagsSimon Glass2-2/+28
2021-08-04CI: Update to LLVM-12Tom Rini1-3/+3
2021-08-01dtoc: Support widening a bool valueSimon Glass4-2/+33
2021-08-01dtoc: Fix widening an int array to an intSimon Glass3-11/+21
2021-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass1-6/+9
2021-08-01moveconfig: Update to newer kconfiglibSimon Glass1-12/+12
2021-08-01doc: Add docs for the moveconfig toolSimon Glass1-290/+1
2021-08-01patman: add warning for invalid tagPatrick Delaunay2-0/+20
2021-07-31kwbimage: Update help message about how to extract from an existing imagePali Rohár1-1/+1
2021-07-31kwbimage: Add support for extracting images via dumpimage toolPali Rohár1-8/+64