aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/26Apr2021Tom Rini24-127/+596
2021-04-26sunxi: DT: A64: Update devicetree files from Linux 5.12Andre Przywara17-76/+215
2021-04-26sunxi: DT: R40: Update device tree files from Linux 5.12Ivan Uvarov6-49/+375
2021-04-26net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara1-2/+6
2021-04-24Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/...WIP/24Apr2021Tom Rini131-265/+120962
2021-04-24test/py: Bump py to 1.10.0 for CVE-2020-29651Tom Rini1-1/+1
2021-04-24Merge tag 'video-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-88/+72
2021-04-24Merge tag 'efi-2021-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini9-26/+75
2021-04-24video: sunxi: de2: switch to public uclass functionsJernej Skrabec1-19/+10
2021-04-24video: sunxi: dw-hdmi: read source_id laterJernej Skrabec1-4/+2
2021-04-24video: sunxi: Remove TV probe from DE2Jernej Skrabec1-14/+1
2021-04-24video: sunxi: Remove check for ddc-i2c-bus propertyJernej Skrabec1-3/+0
2021-04-24video: sunxi: Use DW-HDMI hpd functionJernej Skrabec1-28/+6
2021-04-24common: edid: Search for valid timing in extension blockJernej Skrabec1-0/+18
2021-04-24common: edid: extract code for detailed timing searchJernej Skrabec1-21/+28
2021-04-24common: edid: check for digital display earlierJernej Skrabec1-4/+5
2021-04-24video: sunxi: Add mode_valid callback to sunxi_dw_hdmiJernej Skrabec1-0/+7
2021-04-24test/py: Fix efidebug related testsIlias Apalodimas4-19/+19
2021-04-24efi_loader: capsule: return a correct error code at find_boot_device()AKASHI Takahiro1-1/+1
2021-04-24efi: Fix ESRT refresh after Capsule updateJose Marinho1-1/+1
2021-04-24efi_loader: simplify tcg2_create_digest()Ilias Apalodimas1-4/+1
2021-04-24efi_loader: missing include in efi_string.cHeinrich Schuchardt1-0/+1
2021-04-24doc: imx: psb: Fix missing setexpr argumentsMarek Vasut1-1/+1
2021-04-24doc: fatinfo man-pageHeinrich Schuchardt1-0/+51
2021-04-23mips: octeon: ebb7304: Add support for some I2C devicesAaron Williams2-1/+15
2021-04-23mips: octeon: dts/dtsi: Change UART DT node to use clocks propertyAaron Williams2-4/+2
2021-04-23mips: octeon: Add Octeon III NIC23 board supportStefan Roese10-0/+670
2021-04-23mips: octeon: mrvl, cn73xx.dtsi: Add AHCI/SATA DT nodeStefan Roese1-0/+19
2021-04-23scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese1-0/+6
2021-04-23ata: ahci: Fix usage on big-endian platformsStefan Roese1-12/+11
2021-04-23sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS OcteonStefan Roese2-2/+3
2021-04-23mips: octeon: cpu.c: Enable AHCI/SATA supportStefan Roese1-1/+20
2021-04-23mips: octeon: cpu.c: Add arch_misc_init() for pci-console & pci-bootcmdStefan Roese1-0/+327
2021-04-23serial: serial_octeon_bootcmd.c: Add PCI remote console supportStefan Roese3-0/+194
2021-04-23serial: serial_octeon_pcie_console.c: Add PCI remote console supportStefan Roese3-0/+379
2021-04-23mips: octeon: cvmx-coremask.h: Fix cvmx_coremask_dprint() with DEBUG definedStefan Roese1-2/+3
2021-04-23mips: octeon: cvmx-bootmem: Fix compare in "if" statementStefan Roese1-2/+2
2021-04-23mips: octeon: Move CVMX_SYNC from octeon_ddr.h to cvmx-regs.hStefan Roese2-2/+1
2021-04-23mips: octeon: octeon_ebb7304_defconfig: Enable Octeon PCIe and E1000Stefan Roese1-1/+5
2021-04-23mips: octeon: Add Octeon PCIe host controller driverStefan Roese3-0/+166
2021-04-23mips: octeon: octeon_ebb7304: Add board specific QLM init codeAaron Williams1-2/+730
2021-04-23mips: octeon: mrvl, cn73xx.dtsi: Add PCIe controller DT nodeStefan Roese1-0/+16
2021-04-23mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BITStefan Roese1-0/+4
2021-04-23mips: octeon: Makefile: Enable building of the newly added C filesStefan Roese1-0/+11
2021-04-23mips: octeon: Add octeon_qlm.cAaron Williams1-0/+5853
2021-04-23mips: octeon: Add octeon_fdt.cAaron Williams1-0/+1040
2021-04-23mips: octeon: Add cvmx-qlm.cAaron Williams1-0/+2350
2021-04-23mips: octeon: Add cvmx-pcie.cAaron Williams1-0/+2487
2021-04-23mips: octeon: Add cvmx-helper.cAaron Williams1-0/+2611
2021-04-23mips: octeon: Add cvmx-helper-util.cAaron Williams1-0/+1225