aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-17tools: kwbimage: Define structures for extended kwbimage v0 headersPali Rohár1-9/+42
2022-02-17ddr: marvell: a38x: fix BYTE_HOMOGENEOUS_SPLIT_OUT decisionMarek Behún1-2/+4
2022-02-17arm: mvebu: a37xx: Fix comment with name of the functionPali Rohár1-1/+1
2022-02-17arm: mvebu: a37xx: Map CCI-400 and AP BootROM address spacePali Rohár1-1/+22
2022-02-17arm: mvebu: a37xx: Fix calling build_mem_map()Pali Rohár1-2/+2
2022-02-17pci: mvebu: Ensure that root port is always on root zero busPali Rohár1-30/+22
2022-02-17arm: a37xx: pci: Update comment about Command/Direct modePali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Register controller also when no PCIe card is connectedPali Rohár1-9/+3
2022-02-17arm: a37xx: pci: Do not try to access other buses when link is downPali Rohár1-17/+21
2022-02-17arm: a37xx: Update DTS files to version from upstream Linux kernelPali Rohár9-633/+1510
2022-02-17arm: a37xx: espressobin: Explicitly enable eMMC node in -u-boot.dtsiPali Rohár1-0/+8
2022-02-17arm: a37xx: espressobin: Move U-Boot specific partitions node to -u-boot.dtsiPali Rohár2-18/+23
2022-02-17arm: a37xx: Update sdhci pointers to official DT bindingsPali Rohár6-9/+9
2022-02-17arm: mvebu: turris_mox: Remove hardcoded ethernet node namesPali Rohár1-2/+20
2022-02-17watchdog: armada_37xx: Convert to official DT bindingsPali Rohár2-7/+3
2022-02-17usb: ehci: ehci-marvell: Update compatible string to official DT bindingsPali Rohár3-4/+4
2022-02-17phy: marvell: a3700: Update compatible string to official DT bindingsPali Rohár2-2/+3
2022-02-17rtc: ds1307: Add bindings for microchip, mcp7940xPali Rohár1-0/+1
2022-02-17tools: kwbimage: Fix dumping DATA registers for v0 imagesPali Rohár1-2/+4
2022-02-17arm: a37xx: pci: Ensure that root port is always on root zero busPali Rohár1-12/+6
2022-02-17arm: a37xx: pci: Use dev_read_addr()Pali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Cleanup macro namesPali Rohár1-202/+192
2022-02-17arm: a37xx: pci: Use standard register macros from pci.hPali Rohár2-52/+54
2022-02-16Merge branch 'master' of git://source.denx.de/u-boot-usbWIP/16Feb2022Tom Rini3-5/+60
2022-02-16Merge branch '2022-02-16-add-TI-J721E-SK'Tom Rini15-54/+4104
2022-02-16arm: dts: k3-j721e-r5-sk: Update R5 DT to pick the new DDR configSinthu Raja1-1/+1
2022-02-16arm: dts: k3-j721e-sk: EMIF tool update to 0.6.1 with 4266MTs for lpddr4Sinthu Raja1-0/+2196
2022-02-16include: configs: Update env for selecting right dtbSinthu Raja1-0/+4
2022-02-16configs: j721e_evm: Store env in MMC FAT partitionSinthu Raja2-2/+4
2022-02-16configs: j721e_evm_a72: Align OSPI partitions on erase block boundarySinthu Raja1-2/+2
2022-02-16configs: j721e_evm_a72: Add SK dtb as part of DTB FITSinthu Raja1-0/+2
2022-02-16configs: j721e_evm_r5: Enable support for building multiple dtbs into FITSinthu Raja1-0/+3
2022-02-16arm: dts: k3-j721e-r5-sk: Add initial R5 specific dts support for j721e-skSinthu Raja3-1/+679
2022-02-16arm: dts: k3-j721e-sk: Add initial A72 specific dts supportSinthu Raja3-1/+1073
2022-02-16arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2CSinthu Raja1-0/+5
2022-02-16arm: j721e: Add support for selecting DT based on board nameSinthu Raja1-0/+59
2022-02-16board: ti: j721e: Add support for detecting multiple device treesSinthu Raja1-2/+14
2022-02-16board: ti: j721e: Disable probing of daughtercardsSinthu Raja1-3/+6
2022-02-16board: ti: j721e: Add support to update board_name for j721e-skSinthu Raja1-0/+5
2022-02-16board: ti: j721e: Enable support for reading EEPROM at next alternate addressSinthu Raja1-3/+9
2022-02-16board: ti: j721e: Guard functions with right #ifdef to avoid build warningsSinthu Raja1-39/+41
2022-02-16drivers: power: regulator: tps65941_regulator: Add support for 3Phase buckSinthu Raja1-0/+2
2022-02-16drivers: power: pmic: Add support for tps659412 PMICSinthu Raja1-0/+1
2022-02-16fdtdec.h: Remove gurads around fdtdec_resetup functionTom Rini1-2/+0
2022-02-16usb: xhci: reset endpoint on USB stallStefan Agner1-0/+31
2022-02-16usb: dwc3: core: stop the core when it's removedAngus Ainslie1-0/+9
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie1-5/+20
2022-02-15microblaze: exception: fix unaligned data access register maskOvidiu Panait1-1/+1
2022-02-15microblaze: exception: move unaligned access printfs inside switch caseOvidiu Panait1-3/+4
2022-02-15microblaze: exception: fix return address for delay slot exceptionsOvidiu Panait1-2/+10