aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Jan2022Tom Rini18-69/+104
2022-01-30mkimage: sunxi_egon: Allow overriding the padding sizeSamuel Holland1-3/+6
2022-01-30sunxi: Fix H616 DRAM read calibration for dual rankJernej Skrabec1-1/+1
2022-01-30sunxi: fix H616 DRAM ODT supportJernej Skrabec1-1/+1
2022-01-30sunxi: Add option to prevent booting on power plug-inChris Morgan2-0/+21
2022-01-30pmic: axp: define ALDO_IN startup bitAndre Przywara6-4/+13
2022-01-30sunxi: gpio: Fix up pointer arithmeticAndre Przywara1-4/+4
2022-01-30mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland1-6/+2
2022-01-30gpio: sunxi: Implement .set_flagsSamuel Holland1-35/+27
2022-01-30sunxi: gpio: Add per-bank drive and pull settersSamuel Holland2-4/+18
2022-01-30sunxi: gpio: Return void from setter functionsSamuel Holland2-8/+4
2022-01-30sunxi: dram_sun4i/5i: use DRAM_MEMORY_TYPE_DDR3 instead of magic number 3Giulio Benetti2-2/+2
2022-01-30i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2cChris Morgan1-0/+1
2022-01-30sunxi: call fdt_fixup_ethernet again to set macaddr for more aliasesIcenowy Zheng1-2/+4
2022-01-30sunxi: SPI: fix pinmuxing for Allwinner H6 SoCsDaniel Wagenknecht1-1/+2
2022-01-29Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Jan2022Tom Rini55-274/+613
2022-01-29Merge branch '2022-01-28-assorted-fixes'Tom Rini24-39/+265
2022-01-29squashfs: show an error message if the inode_table can't be, allocatedLars Weber1-0/+2
2022-01-29efi_loader: hash the image once before checking against db/dbxIlias Apalodimas1-1/+4
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas4-12/+60
2022-01-29lib: allow printing RISC-V EFI Boot Protocol GUIDHeinrich Schuchardt1-0/+6
2022-01-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L7-0/+107
2022-01-29tools: mkeficapsule: rework the code a little bitAKASHI Takahiro1-72/+167
2022-01-29tools: mkeficapsule: output messages to stderr instead of stdoutAKASHI Takahiro1-13/+14
2022-01-29efi_loader: correct function comment styleHeinrich Schuchardt38-86/+86
2022-01-29doc: describe MSEL settings for booting from SD cardHeinrich Schuchardt1-2/+5
2022-01-29Nokia RX-51: Convert documentation to rst formatPali Rohár5-141/+173
2022-01-29Nokia RX-51: Update documentation about flashingPali Rohár1-0/+45
2022-01-29Nokia RX-51: Update documentation about ext2/3/4Pali Rohár1-3/+2
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-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