index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fpga
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-30
fpga: altera: cyclon2: Check function pointer before calling
Alexander Dahl
1
-1
/
+5
2019-07-30
fpga: altera: cyclon2: Fix indentation
Alexander Dahl
1
-16
/
+16
2019-07-30
fpga: altera: cyclon2: Fix most checkpatch warnings
Alexander Dahl
1
-42
/
+39
2019-07-30
fpga: virtex2: Add slave serial programming support
Robert Hancock
1
-13
/
+83
2019-07-30
fpga: virtex2: Add additional clock cycles after DONE assertion
Robert Hancock
1
-4
/
+16
2019-07-30
fpga: virtex2: Split out image writing from pre/post operations
Robert Hancock
1
-157
/
+174
2019-07-30
fpga: virtex2: added Kconfig option
Robert Hancock
1
-0
/
+8
2019-07-30
fpga: virtex2: cosmetic: Cleanup code style
Robert Hancock
1
-134
/
+136
2019-07-21
fpga: arria10: Fix error in fpga pin configuration
Dalon Westergreen
1
-4
/
+5
2019-05-10
spl: socfpga: Implement fpga bitstream loading with socfpga loadfs
Tien Fong Chee
1
-1
/
+1
2019-05-10
ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
Tien Fong Chee
1
-13
/
+484
2019-05-10
ARM: socfpga: Moving the watchdog reset to the for-loop status polling
Tien Fong Chee
1
-1
/
+1
2019-05-10
ARM: socfpga: Cleaning up and ensuring consistent format messages in driver
Tien Fong Chee
1
-6
/
+7
2019-04-16
arm: zynq: Add an info message about post config
Siva Durga Prasad Paladugu
1
-0
/
+2
2019-04-16
fpga: Replace char * with const char * for filename
Tien Fong Chee
1
-1
/
+2
2019-02-18
ARM: socfpga: stratix10: Return valid error code from FPGA driver
Ang, Chee Hong
1
-11
/
+6
2019-01-24
fpga: zynqmp: show an error message when FPGA programming fails
Luca Ceresoli
1
-1
/
+1
2018-12-20
arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
Ang, Chee Hong
1
-0
/
+6
2018-12-20
arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
Ang, Chee Hong
3
-0
/
+300
2018-10-31
arm: socfpga: fpga: fix type of local variable
Simon Goldschmidt
2
-2
/
+2
2018-09-26
fpga: zynqmp: Modify PL bitstream loading sequence
Siva Durga Prasad Paladugu
1
-10
/
+25
2018-09-11
fpga: Kconfig: Replace spaces with tabs
Michal Simek
1
-8
/
+8
2018-07-19
drivers: fpga: zynqpl: fix compilation with SPL
Luis Araneda
1
-2
/
+2
2018-07-19
xilinx: zynq: Add support to secure images
Siva Durga Prasad Paladugu
1
-0
/
+45
2018-06-01
fpga: zynqmp: Add secure bitstream loading for ZynqMP
Siva Durga Prasad Paladugu
2
-0
/
+66
2018-06-01
cmd: fpga: Add support to load secure bitstreams
Siva Durga Prasad Paladugu
1
-0
/
+29
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
18
-36
/
+18
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
3
-6
/
+0
2018-04-27
arm: socfpga: Fix with the correct polling on bit is set
Tien Fong Chee
1
-5
/
+5
2018-04-09
fpga: zynq: Add delay after PCFG_PROG_B change
Siva Durga Prasad Paladugu
1
-0
/
+16
2018-04-09
fpga: zynqmp: Fix the nonsecure bitstream loading issue
Siva Durga Prasad Paladugu
1
-2
/
+6
2018-04-09
fpga: zynqmp: Update zynqmp_load() as per latest xilfpga
Siva Durga Prasad Paladugu
1
-5
/
+1
2018-04-09
fpga: zynqmp: Add support to get the PCAP status for fpga info command
Nitin Jain
1
-0
/
+14
2018-03-23
fpga: Simplify error path in fpga_add
Michal Simek
1
-10
/
+11
2018-02-28
arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
Vipul Kumar
1
-0
/
+7
2018-02-28
fpga: Added Kconfig support for FPGA_SPARTAN3
Vipul Kumar
1
-0
/
+5
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
1
-10
/
+7
2017-12-14
fpga: allow programming fpga from FIT image for all FPGA drivers
Goldschmidt Simon
2
-0
/
+22
2017-11-26
arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes
Tien Fong Chee
1
-6
/
+8
2017-08-02
fpga: xilinx: Avoid using local intermediate buffer
Siva Durga Prasad Paladugu
1
-16
/
+10
2017-07-26
arm: socfpga: Add FPGA driver support for Arria 10
Tien Fong Chee
2
-0
/
+480
2017-07-26
kconfig: Convert FPGA_SOCFPGA configuration to Kconfig
Tien Fong Chee
1
-0
/
+8
2017-07-26
arm: socfpga: Restructure FPGA driver in the preparation to support A10
Tien Fong Chee
3
-233
/
+255
2017-06-20
fpga: zynqmppl: Reuse invoke_smc routine
Siva Durga Prasad Paladugu
1
-17
/
+8
2017-04-18
FPGA: drivers/fpga/ivm_core.c: incorrect printf
xypron.glpk@gmx.de
1
-1
/
+1
2017-01-10
fpga: zynqmp: Remove empty functions
Michal Simek
1
-12
/
+0
2016-12-16
arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC
Patrick Bruenn
1
-0
/
+20
2016-09-24
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2
-2
/
+2
2016-09-22
fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMP
Siva Durga Prasad Paladugu
4
-0
/
+262
2016-09-22
fpga: Add Kconfig to fpga subsystem
Michal Simek
1
-0
/
+3
[next]