summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-22usb: ehci-ci: remove redundant PORTSC flag definitionsMatthias Schiffer1-11/+0
2021-09-22include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIALMatthias Schiffer1-1/+1
2021-09-22usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer1-0/+3
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland1-2/+0
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass1-2/+0
2021-09-17clk: ti: k3: Update driver to account for divider flagsSuman Anna1-13/+17
2021-09-17firmware: ti_sci: Include linux/err.h in ti_sci_protocol.hSuman Anna1-1/+3
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-0/+4
2021-09-14pci: Drop PCI_INDIRECT_BRIDGESimon Glass6-16/+0
2021-09-14pci: acpi: Drop DM_PCI check from ahciSimon Glass1-4/+0
2021-09-14pci: Drop old code from header fileSimon Glass1-57/+3
2021-09-14ppc: Remove UCP1020 boardSimon Glass1-832/+0
2021-09-13Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-0/+2
2021-09-13Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima1-1/+1
2021-09-11configs: j72*_evm: Define the buffer sizes for dfuAswath Govindraju1-2/+0
2021-09-11environment: ti: k3_dfu: Increase the size allocated for bootloader images in...Aswath Govindraju1-2/+2
2021-09-11include: configs: am64x_evm: Add env variables for booting to kernel using US...Aswath Govindraju1-1/+30
2021-09-11environment: ti: mmc.h: Make the finduuid generic for usage across different ...Aswath Govindraju1-1/+1
2021-09-11ARM: omap3: evm: Enable booting 'fitImage' with DEFAULT_FIT_TI_ARGSDerald D. Woods1-40/+5
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju1-0/+2
2021-09-10arm: mvebu: a38x: Fix 5200000 baudratePali Rohár1-1/+1
2021-09-08image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesAlexandru Gagniuc1-20/+0
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2-2/+5
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-1/+1
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-3/+0
2021-09-07riscv: enable booting HiFive Unmatched from SATAHeinrich Schuchardt1-0/+3
2021-09-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima1-0/+2
2021-09-04efi_loader: fix boot_service_capability_min calculationMasahisa Kojima1-1/+1
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt1-0/+1
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt1-1/+4
2021-09-01arm: mvebu: a38x: Define supported UART baudratesPali Rohár1-0/+9
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-66/+308
2021-08-26mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma1-34/+0
2021-08-26mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma1-6/+19
2021-08-25Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini3-2/+117
2021-08-25include: configs: Add Intel N5X device CONFIGsSiew Chin Lim1-0/+45
2021-08-25drivers: clk: Add clock driver for Intel N5X deviceSiew Chin Lim1-0/+71
2021-08-24arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim1-1/+1
2021-08-23Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-15/+89
2021-08-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini4-19/+3
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+14
2021-08-20configs: lx2160a: load device-tree in RAM for distro bootPriyanka Jain1-0/+3
2021-08-18configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh3-18/+0
2021-08-18arm: Finish migration of HAS_FSL_XHCI_USBTom Rini1-1/+0
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt1-4/+5
2021-08-17efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt2-2/+2
2021-08-17efi_loader: use an enum for the memory allocation typesHeinrich Schuchardt1-6/+28
2021-08-17efi_loader: add comment for efi_tcg2.hMasahisa Kojima1-3/+54
2021-08-16dm: crypto: Define UCLASS API for ECDSA signature verificationAlexandru Gagniuc2-0/+40