summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-18clk:starfive-jh7110: Add clock driver for JH7110yanhong.wang2-0/+459
2022-10-18Reset:Starfive-jh7110: Add reset driver for JH7110yanhong.wang1-0/+219
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay3-1/+9
2021-09-28mtd: cfi_flash: use cfi_flash_num_flash_banks only when supportedPatrick Delaunay1-1/+7
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta1-6/+1
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay2-101/+0
2021-09-23Merge git://source.denx.de/u-boot-socfpgaTom Rini1-2/+0
2021-09-22arm: socfpga: vining: Drop meaningless commentMarek Vasut1-2/+0
2021-09-22usb: ehci-mx6: use phy_type from device treeMatthias Schiffer1-0/+1
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