On Wed, Aug 15, 2007 at 11:21:46AM +0200, Ingmar Schraub wrote:
Is it neccessary to always write all 64 bits of the MSR by the way?
Yes - at least this way, which uses just a straight wrmsr in the kernel.
Okay, I hacked that in and it seems to work. My SST49LF040B flash chip is properly identified at 0xfff80000.
Great!
How would you call the enable_flash function in chipset_enable? E.g. enable_flash_cs5536 or enable_flash_geodelx ?
enable_flash_geodelx() yes.
Please send a patch! Check out http://linuxbios.org/Development_Guidelines
//Peter