Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:
→ Now you can choose between the original poclbm kernel and phatk via command line (-P or --phatk)
→ It has all of luke-jr's improvements, including more detailed statistics (with some cosmetic changes by myself)
→ Some other very minor improvements
Here is the patch that is meant to be applied to fpgaminer's fpgaminer-poclbm branch.
Get his branch via
git clone git://github.com/progranism/poclbm fpgaminer-poclbm
and apply the diff with
patch -p1
Have fun!