summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-31serial: qcom: add support for GENI serial driverDzmitry Sankouski5-0/+639
2021-10-31doc: board: apple: Add Apple M1 documentationMark Kettenis3-0/+69
2021-10-31arm: dts: apple: Add preliminary device treesMark Kettenis8-0/+835
2021-10-31iommu: Add Apple DART driverMark Kettenis4-0/+71
2021-10-31serial: s5p: Add Apple M1 supportMark Kettenis5-24/+130
2021-10-31arm: apple: Add initial support for Apple's M1 SoCMark Kettenis9-0/+283
2021-10-31test: Add tests for IOMMU uclassMark Kettenis10-0/+60
2021-10-31iommu: Add IOMMU uclassMark Kettenis9-0/+299
2021-10-31arm: mvebu: Fix booting from SATAPali Rohár1-2/+2
2021-10-31Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"Michael Walle5-64/+38
2021-10-31Revert "arm64: Layerscape: Survive LPI one-way reset workaround"Tom Rini5-41/+1
2021-10-30cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_numSean Anderson1-2/+2
2021-10-30usb: xhci-brcm: Include header file needed for dev_errStefan Agner1-0/+1
2021-10-30ARM: rmobile: Rename r8a774a1_beacon_defconfig to rzg2_beacon_defconfigAdam Ford2-3/+1
2021-10-29ARM: rmobile: beacon: Enable reference clocks for USB and AVBAdam Ford1-0/+2
2021-10-29ARM: rmobile: Beacon: Remove dead codeAdam Ford2-10/+1
2021-10-29ARM: rmobile: beacon: Remove duplicated for RZ/G2 M/N/HAdam Ford4-164/+2
2021-10-29ARM: rmobile: beacon: Support RZ/G2 [M/N/H] on TARGET_BEACON_RZG2MAdam Ford2-0/+11
2021-10-29ARM: rmobile: Enable board detection when FIT is enabledAdam Ford1-0/+16
2021-10-29Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini7-6/+89
2021-10-29mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCIUsama Arif2-0/+15
2021-10-29mmc: Fix mmc_switch excessive timeoutKirill Kapranov1-2/+2
2021-10-29cmd: mmc: check whether card is SD or eMMC before hwpartitionJaehoon Chung1-0/+5
2021-10-29cmd: mmc: Support mmc hwpartition user enh start -Marek Vasut1-4/+29
2021-10-29drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson2-0/+22
2021-10-29drivers: mmc: Add wait_dat0 support for Freescale eSDHC driverStephen Carlson1-0/+16
2021-10-28Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini8-36/+76
2021-10-28arm: mvebu: Fix comments about kwbimage structuresPali Rohár2-2/+2
2021-10-28arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár2-2/+2
2021-10-28tools: kwboot: Patch nandpagesize to zero also for v1 imagePali Rohár1-7/+6
2021-10-28tools: kwbimage: Add support for NAND_PAGE_SIZE command also for v1 imagesPali Rohár2-1/+4
2021-10-28arm: mvebu: turris_omnia: Fix MTD partitions order for LinuxPali Rohár1-1/+1
2021-10-28arm: mvebu: Remove dummy BIN header arguments for SPL binaryPali Rohár1-1/+1
2021-10-28arm: mvebu: Add documentation for save_boot_params() functionPali Rohár1-0/+9
2021-10-28tools: kwbimage: Align BIN header executable code to 128-bit boundaryPali Rohár1-17/+34
2021-10-28tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundaryPali Rohár1-5/+17
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas31-69/+81
2021-10-27Merge tag 'efi-2022-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini23-388/+715
2021-10-27Merge branch '2021-10-26-add-nand-biterr-and-bugfixes'Tom Rini7-18/+144
2021-10-26efi_loader: add DeployedMode and AuditMode variable measurementMasahisa Kojima1-8/+25
2021-10-26efi_loader: simplify tcg2_measure_secure_boot_variable()Masahisa Kojima1-42/+18
2021-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima6-3/+190
2021-10-26env: superfluous check before free()Heinrich Schuchardt1-4/+2
2021-10-26dfu: Sort Kconfig entries alphabeticallyMarek Vasut1-7/+7
2021-10-26lib: uuid: fix the test on RNG device presencePatrick Delaunay1-1/+1
2021-10-26common: Kconfig.boot: add config SPL_FIT_RSASSA_PSSPhilippe Reynes1-0/+7
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes1-1/+1
2021-10-26firmware: scmi: fix struct layout for scmi_clk_rate_set_inClément Léger1-2/+2
2021-10-26cmd: nand biterr - Add support for nand biterr commandBalamanikandan Gunasundar1-3/+124
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima8-14/+261