aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga
AgeCommit message (Expand)AuthorFilesLines
2023-10-09arm64: zynqmp: Fix Siva's email address formatMichal Simek1-1/+1
2023-07-21event: Add fpga load eventChristian Taedcke1-0/+20
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek2-3/+3
2023-03-09fpga: zynqmppl: fix fpga loads command for unencrypted use caseNeal Frager1-3/+9
2023-03-09arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependenciesAlgapally Santosh Sagar1-1/+1
2023-02-07fpga: Add a FPGA_STRATIX_II optionSimon Glass1-0/+6
2023-02-07fpga: Add a LATTICE optionSimon Glass1-0/+6
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-7/+7
2023-01-20fpga: Migrate CONFIG_MAX_FPGA_DEVICES to KconfigTom Rini2-5/+5
2023-01-12misc: fs_loader: Add function to get the chosen loaderSean Anderson1-25/+3
2022-12-23global: Migrate CONFIG_FPGA_DELAY to CFGTom Rini5-71/+71
2022-12-23Convert CONFIG_SYS_FPGA_CHECK_BUSY to KconfigTom Rini4-9/+6
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini6-43/+43
2022-10-10fpga: virtex2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-39/+30
2022-10-10fpga: spartan3: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-43/+37
2022-10-10fpga: spartan2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-43/+37
2022-10-10fpga: ACEX1K: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-21/+16
2022-10-10fpga: cyclon2: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-22/+16
2022-10-10fpga: altera: Use logging feature instead of FPGA_DEBUGAlexander Dahl1-7/+4
2022-10-10fpga: virtex2: Fix printf format string warningsAlexander Dahl1-2/+2
2022-10-10fpga: spartan3: Fix printf arguments warningAlexander Dahl1-1/+1
2022-10-10fpga: spartan2: Fix printf arguments warningAlexander Dahl1-1/+1
2022-10-10fpga: Add missing Kconfig symbols for old FPGA driversAlexander Dahl1-0/+12
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl4-0/+50
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2-8/+8
2022-09-12fpga: zynq: Remove post config info message for SPLStefan Herbrechtsmeier1-1/+2
2022-07-26fpga: zynqmp: support loading encrypted bitfilesAdrian Fiergolski1-0/+8
2022-07-26fpga: zynqmp: support loading authenticated imagesOleksandr Suvorov1-5/+28
2022-07-26fpga: zynqmp: add bitstream compatible checkingOleksandr Suvorov1-0/+34
2022-07-26fpga: zynqmp: reduce zynqmppl_load() codeOleksandr Suvorov1-11/+6
2022-07-26fpga: xilinx: pass compatible flags to load() callbackOleksandr Suvorov7-7/+7
2022-07-26fpga: add fpga_compatible2flagOleksandr Suvorov1-0/+26
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov2-3/+4
2022-07-26fpga: xilinx: pass compatible flags to xilinx_load()Oleksandr Suvorov2-2/+2
2022-07-26fpga: zynqmp: add str2flags callOleksandr Suvorov1-1/+10
2022-07-26fpga: add option for loading FPGA secure bitstreamsOleksandr Suvorov4-4/+18
2022-07-26fpga: Convert SYS_FPGA_PROG_FEEDBACK to KconfigAlexander Dahl3-5/+7
2022-07-26fpga: Convert SYS_FPGA_CHECK_CTRLC to KconfigAlexander Dahl2-7/+6
2022-07-11Merge branch 'next'Tom Rini1-0/+6
2022-07-01socfpga: arria10: Wait for fifo empty after writing bitstreamPaweł Anikiel1-0/+8
2022-07-01socfpga: arria10: Improve bitstream loading speedPaweł Anikiel1-2/+18
2022-06-28Convert CONFIG_FPGA_STRATIX_V to KconfigTom Rini1-0/+6
2021-12-17arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee1-1/+2
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim1-1/+1
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/23Feb2021Tom Rini1-1/+1
2021-02-23fpga: zynqpl: fix buffer alignmentMichael Walle1-1/+1
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2