summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Fix spec ID event creationRuchika Gupta2021-09-251-6/+1
* mtd: remove SPEAr flash driver st_smiPatrick Delaunay2021-09-242-101/+0
* Merge git://source.denx.de/u-boot-socfpgaWIP/23Sep2021Tom Rini2021-09-231-2/+0
|\
| * arm: socfpga: vining: Drop meaningless commentMarek Vasut2021-09-221-2/+0
* | usb: ehci-mx6: use phy_type from device treeMatthias Schiffer2021-09-221-0/+1
* | usb: ehci-ci: remove redundant PORTSC flag definitionsMatthias Schiffer2021-09-221-11/+0
* | include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIALMatthias Schiffer2021-09-221-1/+1
* | usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer2021-09-221-0/+3
* | usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland2021-09-221-2/+0
|/
* Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass2021-09-181-2/+0
* clk: ti: k3: Update driver to account for divider flagsSuman Anna2021-09-171-13/+17
* firmware: ti_sci: Include linux/err.h in ti_sci_protocol.hSuman Anna2021-09-171-1/+3
* image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-141-0/+4
* pci: Drop PCI_INDIRECT_BRIDGESimon Glass2021-09-136-16/+0
* pci: acpi: Drop DM_PCI check from ahciSimon Glass2021-09-131-4/+0
* pci: Drop old code from header fileSimon Glass2021-09-131-57/+3
* ppc: Remove UCP1020 boardSimon Glass2021-09-131-832/+0
* Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-09-131-0/+2
|\
| * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-101-0/+2
* | Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/12Sep2021Tom Rini2021-09-121-1/+1
|\ \
| * | efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima2021-09-111-1/+1
| |/
* | configs: j72*_evm: Define the buffer sizes for dfuWIP/2021-09-10-assorted-TI-updatesAswath Govindraju2021-09-101-2/+0
* | environment: ti: k3_dfu: Increase the size allocated for bootloader images in...Aswath Govindraju2021-09-101-2/+2
* | include: configs: am64x_evm: Add env variables for booting to kernel using US...Aswath Govindraju2021-09-101-1/+30
* | environment: ti: mmc.h: Make the finduuid generic for usage across different ...Aswath Govindraju2021-09-101-1/+1
* | ARM: omap3: evm: Enable booting 'fitImage' with DEFAULT_FIT_TI_ARGSDerald D. Woods2021-09-101-40/+5
* | arm: mvebu: a38x: Fix 5200000 baudratePali Rohár2021-09-101-1/+1
|/
* image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesWIP/2021-09-08-fix-FIT-hash-algos-in-SPLAlexandru Gagniuc2021-09-081-20/+0
* common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-082-2/+5
* common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-09-081-1/+1
* common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-081-3/+0
* riscv: enable booting HiFive Unmatched from SATAHeinrich Schuchardt2021-09-071-0/+3
* efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima2021-09-041-0/+2
* efi_loader: fix boot_service_capability_min calculationMasahisa Kojima2021-09-041-1/+1
* efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt2021-09-041-0/+1
* efi_loader: don't load signature database from fileHeinrich Schuchardt2021-09-041-1/+4
* arm: mvebu: a38x: Define supported UART baudratesPali Rohár2021-09-011-0/+9
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-273-66/+308
|\
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-261-34/+0
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-261-6/+19
| * zynqmp_firmware: Add zynqmp firmware related enumsT Karthik Reddy2021-08-061-0/+127
| * mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-061-1/+1
| * reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek2021-08-061-0/+131
| * firmware: xilinx: Use explicit values for all enum valuesMichal Simek2021-08-061-44/+49
* | Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini2021-08-253-2/+117
|\ \
| * | include: configs: Add Intel N5X device CONFIGsSiew Chin Lim2021-08-251-0/+45
| * | drivers: clk: Add clock driver for Intel N5X deviceSiew Chin Lim2021-08-251-0/+71
| * | arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim2021-08-241-1/+1
|/ /
* | Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/23Aug2021Tom Rini2021-08-234-15/+89
|\ \
| * | efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt2021-08-171-4/+5