Luke Dashjr
|
1524cb18aa
x6500: Implement basic hashrate prediction and efficient job completion
|
13 years ago |
Luke Dashjr
|
00c01b718d
jtag: Optimized implementation of JTAG reads to workaround ft232r slowness
|
13 years ago |
Con Kolivas
|
8bd8696854
The work struct pointer in struct pc_data in findnonce is never freed yet there is no need to allocate it separately so make struct work a static part of the struct pc_data.
|
13 years ago |
Luke Dashjr
|
d1d895b30d
x6500: Try nonce with previous work if it is wrong for current
|
13 years ago |
Luke Dashjr
|
24e436f2b0
x6500: Ensure ft232r buffer is flushed to change registers
|
13 years ago |
Luke Dashjr
|
0e54fff719
x6500: Start clock speed off at 180, and extra debugging for x6500_set_register
|
13 years ago |
Luke Dashjr
|
96c4b7bcd7
x6500: When programming, poll each FPGA status individually since they might not be ready at the same time
|
13 years ago |
Paul Sheppard
|
c65ff0d77b
Merge branch 'master' of https://github.com/pshep/cgminer.git
|
13 years ago |
Paul Sheppard
|
a86b592c74
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
13 years ago |
Graeme Humphries
|
9258b74b7a
Minor debian packaging fixes.
|
13 years ago |
Luke Dashjr
|
242781ab25
x6500: Various tweaks and hacks to get mining working
|
13 years ago |
Luke Dashjr
|
1451b29c0a
Bugfix: x6500: Remove erroneous bitendianflip
|
13 years ago |
Luke Dashjr
|
c3a3bb09cb
Bugfix: jtag: Handle ftdi-common environmental stuff properly
|
13 years ago |
Luke Dashjr
|
ed6d9933fd
jtag: Defer ignored reads a bit to avoid USB latency
|
13 years ago |
Luke Dashjr
|
7c3f964b58
Bugfix: ft232r: First 2 bytes of every 0x40 are FTDI status or something
|
13 years ago |
Luke Dashjr
|
eac0c2a8e9
x6500: Implement mining protocols (doesn't work yet)
|
13 years ago |
Luke Dashjr
|
2a30f1ddc8
x6500: Cleanup dead code and implement bailout2
|
13 years ago |
Luke Dashjr
|
6405ffb600
x6500: Clean up and finish FPGA initialization
|
13 years ago |
Luke Dashjr
|
934c98236f
x6500: Comment bitstream upload function better
|
13 years ago |
Luke Dashjr
|
b1c23f6476
fpgautils: Abstract open_xilinx_bitstream out from modminer and x6500 drivers
|
13 years ago |
Luke Dashjr
|
ab28320b78
x6500: Get bitstream upload working
|
13 years ago |
Luke Dashjr
|
dad654f16e
Bugfix: jtag: Use the correct bit for reading/writing data streams
|
13 years ago |
Luke Dashjr
|
e95d68e09e
ft232r: Buffer writes to improve performance
|
13 years ago |
Con Kolivas
|
6691d9d06a
Bump version number to 2.8.5
|
13 years ago |
Con Kolivas
|
26f7a37206
Update NEWS.
|
13 years ago |
Con Kolivas
|
68c881fde7
Handle crash exceptions by trying to restart cgminer unless the --no-restart option is used.
|
13 years ago |
Con Kolivas
|
9ccc418a6c
Switch queued count when choosing a different pool from a failed stratum pool in getwork thread.
|
13 years ago |
Con Kolivas
|
334a9db41a
Put a mandatory 5s wait between reattempting a getwork on failure to avoid hammering requests.
|
13 years ago |
Con Kolivas
|
d2e87254ea
The ATI stream / AMD APP SDK environment variables appear to only interfere with win32 builds so bypass them.
|
13 years ago |
Con Kolivas
|
6d3c880a25
Make sure to check pool stratum curl exists under lock before attempting any recv to not risk dereferencing upon attempting to reinitiate stratum.
|
13 years ago |