aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-03arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár
2021-11-03tools: kwboot: Do not send magic seq when changing baudrate back to 115200Pali Rohár
2021-11-03tools: kwboot: Do not use stack when setting baudrate back to default valuePali Rohár
2021-11-03tools: kwboot: Replace ARM mov + movt instruction pair by mov + orrPali Rohár
2021-11-03tools: kwboot: Increase delay after changing baudrate in ARM codePali Rohár
2021-11-03tools: kwboot: Do not call tcdrain() after each sent packetPali Rohár
2021-11-03tools: kwboot: Fix sending retry of last header packetPali Rohár
2021-11-03tools: kwboot: Resend first 3 xmodem retry packets immediatelyPali Rohár
2021-11-03tools: kwboot: Change retry loop from decreasing to increasingPali Rohár
2021-11-03tools: kwboot: Calculate real used space in kwbimage header when calling kwbo...Pali Rohár
2021-11-03tools: kwboot: Do not modify kwbimage header before increasing its sizePali Rohár
2021-11-03tools: kwboot: Simplify code for aligning image headerPali Rohár
2021-11-03tools: kwboot: Show verbose message when waiting for baudrate change magicPali Rohár
2021-11-03tools: kwboot: Correctly set configuration of UART for BootROM messagesPali Rohár
2021-11-03tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate codePali Rohár
2021-11-03tools: kwboot: Inject baudrate change back code after data partPali Rohár
2021-11-03tools: kwboot: Validate 4-byte image data checksumPali Rohár
2021-11-03tools: kwboot: Reserve enough space for patching kwbimage in memoryPali Rohár
2021-11-03tools: kwboot: Fix initialization of tty devicePali Rohár
2021-11-03tools: kwboot: Initialize rfds to zeroPali Rohár
2021-11-03pci: pci_mvebu: Fix comment about driver class namePali Rohár
2021-11-03pci: pci_mvebu: Setup PCI controller to Root Complex modePali Rohár
2021-11-03pci: pci_mvebu: Do not automatically enable bus mastering on PCI BridgePali Rohár
2021-11-03pci: pci_mvebu: Fix place of link up detectionPali Rohár
2021-11-03pci: pci_mvebu: Remove unused functionsPali Rohár
2021-11-03pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port)Pali Rohár
2021-11-03pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár
2021-11-03pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár
2021-11-01Prepare v2022.01-rc1Tom Rini
2021-11-01configs: Resync with savedefconfigTom Rini
2021-11-01Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko
2021-11-01x86: edison: Don't take SD card detect pin into considerationAndy Shevchenko
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko
2021-11-01x86: Fix i8254 ifdef include guardAlistair Delva
2021-11-01x86: chromebook_coral: fix C block commentAlistair Delva
2021-11-01x86: tangier: Replace Method() by Name() for _STA objectAndy Shevchenko
2021-11-01pxe_utils: Clean up {bootm,zboot}_argv generationZhaofeng Li
2021-11-01pxe_utils: Fix arguments to x86 zbootZhaofeng Li
2021-11-01docs: uefi: Update stale U-Boot on EFI docBin Meng
2021-10-31Merge tag 'dm-pull-boo21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-10-31bootstage: Add SPL supportMarek Vasut
2021-10-31patman: Add "postfix" support to patch subjectsSean Anderson
2021-10-31env: Use static_assert() to check if default_environment is too largeMarek Behún
2021-10-31env: Always use char for default_environmentMarek Behún
2021-10-31board: freescale: various boards: Let env subsystem set gd->env_addrMarek Behún
2021-10-31board: synquacer: developerbox: Don't set gd->env_addr to default_environmentMarek Behún
2021-10-31env: flash: Cosmetic fixMarek Behún
2021-10-31env: flash: Let generic env_init() assign default environmentMarek Behún