summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-14tools: kwbimage: Deduplicate v1 regtype header finishingPali Rohár1-19/+22
2022-01-14tools: kwbimage: Mark all local functions as staticPali Rohár1-18/+19
2022-01-14ddr: marvell: a38x: fix SPLIT_OUT_MIX state decisionMarek Behún1-0/+26
2022-01-14board: gdsys: Drop Dirk Eibach from MAINTAINERSMarek Behún2-2/+1
2022-01-14ddr: marvell: a38x: Fix Synchronous vs Asynchronous mode determinationMarek Behún1-11/+8
2022-01-14arm: kirkwood: iConnect : Update board maintainerTony Dinh1-0/+1
2022-01-14arm: kirkwood: iConnect : Add PCIe late initTony Dinh1-0/+7
2022-01-14arm: kirkwood: iConnect : Add PCIe related configsTony Dinh1-0/+5
2022-01-14mtd: nand: pxa3xx: use marvell, prefix for custom DT propertiesPierre Bourdon2-3/+3
2022-01-14arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.cPali Rohár15-105/+79
2022-01-14arm: mvebu: Implement simple mvebu-reset driver for enabling/disabling PCIe p...Pali Rohár6-1/+111
2022-01-14pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe()Pali Rohár1-0/+23
2022-01-14pci: pci_mvebu: Split initialization of PCIe ports into 3 phasesPali Rohár1-22/+84
2022-01-14pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macroPali Rohár1-2/+4
2022-01-14pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() functionPali Rohár1-18/+9
2022-01-14pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mappingPali Rohár2-27/+62
2022-01-14board: gdsys: a38x: Enable PCIe link 2 in spl_board_init()Pali Rohár1-0/+4
2022-01-14arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INITPali Rohár4-9/+2
2022-01-13Merge tag 'dm-pull-13jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini16-136/+359
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass2-2/+2
2022-01-13bloblist: doc: Bring in the API documentationSimon Glass2-35/+52
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass3-0/+28
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass3-24/+116
2022-01-13bloblist: Use 'phase' consistently for bloblistsSimon Glass1-3/+3
2022-01-13bloblist: Use LOG_CATEGORY to simply loggingSimon Glass1-11/+10
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass3-32/+83
2022-01-13bloblist: Drop unused tagsSimon Glass3-7/+3
2022-01-13bloblist: Rename the SPL tagSimon Glass5-7/+7
2022-01-13bloblist: Put the magic number firstSimon Glass2-2/+30
2022-01-13fdt: Drop SPL_BUILD macroSimon Glass2-7/+2
2022-01-13stddef: Avoid warning with clang with offsetof()Simon Glass1-1/+7
2022-01-13genboardscfg: limit to 240 jobsAndre Przywara1-1/+1
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt2-3/+9
2022-01-13patman: Support absolute and ~user-relative alias filesBrian Norris1-3/+8
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek1-8/+8
2022-01-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini7-29/+137
2022-01-13Merge branch '2022-01-13-assorted-spelling-fixes'Tom Rini27-27/+27
2022-01-13drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13drivers/ddr/altera/sequencer.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2022-01-13common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2022-01-13drivers/net/fec_mxc.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13cmd/Kconfig: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resett...Vagrant Cascadian1-1/+1
2022-01-13drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".Vagrant Cascadian1-1/+1
2022-01-13drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".Vagrant Cascadian1-1/+1
2022-01-13arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".Vagrant Cascadian1-1/+1
2022-01-13treewide: invaild -> invalidSean Anderson16-16/+16
2022-01-13Merge branch '2022-01-12-assorted-updates'Tom Rini12-30/+67