aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-28phy: nop-phy: Enable reset-gpios supportWIP/2022-01-28-assorted-fixesAdam Ford1-2/+41
2022-01-28dm: serial: Add a migration deadline for serialSimon Glass2-0/+9
2022-01-28gitlab/azure: x86: Add a coreboot testSimon Glass2-0/+36
2022-01-28configs: am64x_evm_r5/a53_defconfig: Enable configs required for EthbootVignesh Raghavendra2-0/+16
2022-01-28configs: am64xx_evm: Increase BSS max size to 16KVignesh Raghavendra1-1/+1
2022-01-28ARM: dts: k3-am642-sk: Disable cpsw_port1 in SPLVignesh Raghavendra2-19/+0
2022-01-28net: ti: am65-cpsw-nuss: Fix err msg for port bind failuresVignesh Raghavendra1-1/+1
2022-01-28rsa: adds rsa3072 algorithmJamin Lin7-2/+112
2022-01-28bootcount: fix printf() codeHeinrich Schuchardt1-2/+2
2022-01-28dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay1-1/+21
2022-01-28pci: Extend 'pci' command with bus option '*'Pali Rohár1-10/+35
2022-01-28pci: Add checks for valid cmdline argumentsPali Rohár1-0/+5
2022-01-28pci: Extend 'pci regions' command with bus numberPali Rohár1-4/+6
2022-01-28pci: Fix setting controller's last_busnoPali Rohár1-0/+2
2022-01-28spl: add support for custom boot method namesHeiko Thiery2-1/+19
2022-01-28squashfs: show an error message if the inode_table can't be, allocatedLars Weber1-0/+2
2022-01-28vibrator: Add vibrator_gpio driverSamuel Dionne-Riel3-0/+139
2022-01-28drivers: Introduce vibrator uclassSamuel Dionne-Riel11-0/+289
2022-01-28squashfs: Fix sqfsls errors when root is a ldirCampbell Suter1-3/+13
2022-01-28Merge branch '2022-01-28-fastboot-updates'Tom Rini3-18/+15
2022-01-28fastboot: only look up real partition names when no alias existsMatthias Schiffer1-17/+12
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