summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland4-0/+49
2021-11-04sysreset: watchdog: Move watchdog reference to plat dataSamuel Holland1-8/+8
2021-11-04sysreset: Mark driver probe functions as staticSamuel Holland4-4/+4
2021-11-04sysreset: Add uclass Kconfig dependency to driversSamuel Holland1-2/+2
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-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...Tom Rini6-3/+125
2021-11-01Prepare v2022.01-rc1Tom Rini1-3/+3
2021-11-01configs: Resync with savedefconfigTom Rini725-965/+870
2021-11-01Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini7-96/+112
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko1-7/+3
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko1-2/+1
2021-11-01x86: edison: Don't take SD card detect pin into considerationAndy Shevchenko1-0/+17
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko1-5/+34
2021-11-01x86: Fix i8254 ifdef include guardAlistair Delva1-2/+2
2021-11-01x86: chromebook_coral: fix C block commentAlistair Delva1-0/+1
2021-11-01x86: tangier: Replace Method() by Name() for _STA objectAndy Shevchenko1-64/+17
2021-11-01pxe_utils: Clean up {bootm,zboot}_argv generationZhaofeng Li1-18/+27
2021-11-01pxe_utils: Fix arguments to x86 zbootZhaofeng Li1-1/+11
2021-11-01docs: uefi: Update stale U-Boot on EFI docBin Meng1-5/+7
2021-10-31Merge tag 'dm-pull-boo21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini35-75/+66