[coreboot] Flashrom fails with Kernel 2.6.28

Niels Ole Salscheider niels_ole at salscheider-online.de
Fri Dec 26 14:09:12 CET 2008


Hello,

I have just updated to Kernel 2.6.28. Now flashrom fails at the following line 
of code in cbtable.c:

	low_1MB = mmap(0, 1024 * 1024, PROT_READ, MAP_SHARED, fd_mem,
		       0x00000000);
	if (low_1MB == MAP_FAILED) {
		perror("Can't mmap memory using " MEM_DEV);
		exit(-2);
	}

Do you know if there is a change from 2.6.27 to 2.6.28 which could cause this 
error?

Ole
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081226/6ce943e8/attachment.sig>


More information about the coreboot mailing list