aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netWIP/03Nov2021Tom Rini22-52/+3720
2021-11-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+1
2021-11-03Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-234/+451
2021-11-03usb: mtu3: flush cache for the first GPD when allocate GPD ringChunfeng Yun1-0/+1
2021-11-03net: uclass: Save ethernet MAC address when generatedMichal Simek1-0/+2
2021-11-03net: tsec: Make redundant_init() staticBin Meng1-1/+1
2021-11-03net: fec_mxc: Declare 'promisc' as boolBin Meng1-1/+1
2021-11-03net: dsa: Use true instead of 1 in the set_promisc() callBin Meng1-1/+1
2021-11-03cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes2-2/+8
2021-11-03net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland3-37/+43
2021-11-03net: bootp: Correct VCI string transmissionWalter Stoll1-1/+1
2021-11-03configs: ls1021a-tsn: enable the generation of random Ethernet MAC addressesVladimir Oltean2-0/+2
2021-11-03configs: ls1021a-tsn: enable sja1105 switch driverVladimir Oltean2-0/+4
2021-11-03arm: dts: ls1021a-tsn: add sja1105 and eth2 bindingsVladimir Oltean1-0/+103
2021-11-03net: dsa: sja1105: add support for SGMIIVladimir Oltean1-1/+570
2021-11-03net: dsa: add driver for NXP SJA1105 L2 switchVladimir Oltean3-0/+2824
2021-11-03net: dsa: felix: configure the in-band autoneg property based on OF node infoVladimir Oltean1-6/+4
2021-11-03net: introduce a helper to determine whether to use in-band autonegVladimir Oltean2-0/+26
2021-11-03net: dsa: allow drivers to get the port OF nodeVladimir Oltean2-0/+32
2021-11-03include: import if_vlan.h from LinuxVladimir Oltean1-0/+26
2021-11-03net: tsec: add support for promiscuous modeVladimir Oltean2-4/+18
2021-11-03arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár1-0/+3
2021-11-03tools: kwboot: Do not send magic seq when changing baudrate back to 115200Pali Rohár1-55/+60
2021-11-03tools: kwboot: Do not use stack when setting baudrate back to default valuePali Rohár1-47/+65
2021-11-03tools: kwboot: Replace ARM mov + movt instruction pair by mov + orrPali Rohár1-2/+2
2021-11-03tools: kwboot: Increase delay after changing baudrate in ARM codePali Rohár1-9/+9
2021-11-03tools: kwboot: Do not call tcdrain() after each sent packetPali Rohár1-5/+8
2021-11-03tools: kwboot: Fix sending retry of last header packetPali Rohár1-5/+2
2021-11-03tools: kwboot: Resend first 3 xmodem retry packets immediatelyPali Rohár1-3/+10
2021-11-03tools: kwboot: Change retry loop from decreasing to increasingPali Rohár1-4/+4
2021-11-03tools: kwboot: Calculate real used space in kwbimage header when calling kwbo...Pali Rohár1-3/+14
2021-11-03tools: kwboot: Do not modify kwbimage header before increasing its sizePali Rohár1-3/+6
2021-11-03tools: kwboot: Simplify code for aligning image headerPali Rohár1-3/+2
2021-11-03tools: kwboot: Show verbose message when waiting for baudrate change magicPali Rohár1-1/+1
2021-11-03tools: kwboot: Correctly set configuration of UART for BootROM messagesPali Rohár1-0/+11
2021-11-03tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate codePali Rohár1-0/+3
2021-11-03tools: kwboot: Inject baudrate change back code after data partPali Rohár1-41/+31
2021-11-03tools: kwboot: Validate 4-byte image data checksumPali Rohár1-0/+34
2021-11-03tools: kwboot: Reserve enough space for patching kwbimage in memoryPali Rohár1-1/+3
2021-11-03tools: kwboot: Fix initialization of tty devicePali Rohár1-0/+1
2021-11-03tools: kwboot: Initialize rfds to zeroPali Rohár1-0/+1
2021-11-03pci: pci_mvebu: Fix comment about driver class namePali Rohár1-1/+1
2021-11-03pci: pci_mvebu: Setup PCI controller to Root Complex modePali Rohár1-0/+6
2021-11-03pci: pci_mvebu: Do not automatically enable bus mastering on PCI BridgePali Rohár1-8/+0
2021-11-03pci: pci_mvebu: Fix place of link up detectionPali Rohár1-10/+4
2021-11-03pci: pci_mvebu: Remove unused functionsPali Rohár1-16/+0
2021-11-03pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port)Pali Rohár1-35/+164
2021-11-03pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+15
2021-11-03pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+13
2021-11-02Merge tag 'u-boot-amlogic-20211102' of https://source.denx.de/u-boot/custodia...WIP/02Nov2021Tom Rini6-3/+125