The attached patch enables flashing on the Iwill DK8-HTX board. Basically, it configures the SuperIO to set the right GPIO pins, so write protection is disabled.
Signed-off-by: Mondrian Nuessle nuessle@uni-mannheim.de ---
Ok, this is the third try :-)
* I changed the name argument to "const char*" (as suggested by Uwe, applied that to all boards, of course) * I fixed indent, as specified by the coding styles, notice that this bloats the patch considerably, since a lot of existing code is touched * fixed several typos, comments etc * I tested this patch on real hardware, both booted by factory BIOS and LinuxBIOS * regarding the naming of the boards, these are the names as used in the LinuxBIOS config and therefore correct (i.e. LinuxBIOS identifies the dk8-htx board as iwill:dk8_htx, I did never check the the ARUMA...) * added some explanation to the README
Regards, Mondrian