aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-28fastboot: only look up real partition names when no alias existsWIP/2022-01-28-fastboot-updatesMatthias Schiffer1-17/+12
2022-01-28cmd/dfu: Enable 'dfu list' command without DFU_OVER_USBMasami Hiramatsu1-3/+3
2022-01-28doc: usage: DFU: Fix dfu_alt_info documentMasami Hiramatsu1-17/+40
2022-01-28DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu8-109/+154
2022-01-28DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu6-14/+37
2022-01-28DFU: Do not copy the entity name over the buffer sizeMasami Hiramatsu1-1/+1
2022-01-28dfu: handle short frame result of UPLOAD in state_dfu_idlePatrick Delaunay1-0/+2
2022-01-28fastboot: fix fastboot_set_reboot_flag()Roman Stratiienko1-1/+1
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini109-989/+4567
2022-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/26Jan2022Tom Rini9-70/+962
2022-01-26usb: gadget: Add CDC ACM functionLoic Poulain5-0/+686
2022-01-26lib/circbuf: Make circbuf selectable symbolLoic Poulain2-1/+10
2022-01-26usb: ehci: dm: Convert i.MX28 ehci code to driver modelLukasz Majewski1-0/+184
2022-01-26usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})Lukasz Majewski1-50/+62
2022-01-26usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DMLukasz Majewski1-21/+21
2022-01-26usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28Lukasz Majewski1-3/+4
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass7-7/+72
2022-01-26tools: Pass public-key node through to callerSimon Glass1-3/+25
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass6-11/+16
2022-01-26tools: Pass the key blob aroundSimon Glass4-24/+45
2022-01-26tools: Tidy up argument order in fit_config_check_sig()Simon Glass1-9/+22
2022-01-26tools: Avoid confusion between keys and signaturesSimon Glass1-25/+72
2022-01-26tools: Drop unused name in image-hostSimon Glass1-4/+1
2022-01-26tools: Improve comments in signing functionsSimon Glass3-23/+85
2022-01-26tools: Avoid leaving extra data at the end of copied filesSimon Glass2-1/+3
2022-01-26tools: Move copyfile() into a common fileSimon Glass3-56/+67
2022-01-26fit_check_sign: Update help to mention the key is in a dtbSimon Glass1-2/+2
2022-01-26rsa: Add debugging for failure casesSimon Glass1-3/+10
2022-01-25binman: doc: fix typo for u-boot-tplHeiko Thiery1-1/+1
2022-01-25binman: Document the __bss_size symbol errorSimon Glass1-0/+29
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt1-0/+2
2022-01-25sandbox: sandbox_serial_pending depends on DM_VIDEOHeinrich Schuchardt1-1/+1
2022-01-25binman: Add documentation for bintoolsSimon Glass3-0/+187
2022-01-25binman: Add a command to generate bintool docsSimon Glass5-1/+80
2022-01-25binman: Complete test coverage of comp_utilSimon Glass2-14/+11
2022-01-25binman: Plumb in support for missing bintoolsSimon Glass5-2/+103
2022-01-25binman: Convert to using the lzma_alone bintoolSimon Glass1-8/+5
2022-01-25binman: Add a bintool implementation for lzma_aloneSimon Glass1-0/+126
2022-01-25binman: Convert to using the lz4 bintoolSimon Glass3-16/+10
2022-01-25binman: Add a bintool implementation for lz4Simon Glass1-0/+140
2022-01-25binman: Tidy up pylint warnings in comp_utilSimon Glass5-20/+19
2022-01-25binman: Move compression into binmanSimon Glass6-89/+102
2022-01-25binman: Convert to using the mkimage bintoolSimon Glass2-6/+27
2022-01-25binman: Convert to using the ifwitool bintoolSimon Glass3-39/+21
2022-01-25binman: Convert to using the futility bintoolSimon Glass2-28/+41
2022-01-25binman: Convert to using the FIP bintoolSimon Glass2-41/+8
2022-01-25binman: Convert to using the CBFS bintoolSimon Glass2-56/+19
2022-01-25binman: Enable bintool tests including cmdline processingSimon Glass2-3/+36
2022-01-25binman: Add a bintool implementation for mkimageSimon Glass1-0/+80
2022-01-25binman: Add a bintool implementation for ifwitoolSimon Glass1-0/+166