On Wed, Jan 31, 2007 at 02:44:05PM -0700, ron minnich wrote:
> I don't see a solaris port as a huge problem. flashrom just uses mmap
> and solaris has that.
> 
> If you want to try a make and see what happens, I'd like to hear how it goes.

Just a short note: if you build flashrom without having the whole
LinuxBIOS source tree around, you'll need to copy the file
src/include/boot/linuxbios_tables.h into the flashrom source directory
and apply the attached patch to make it use the file.


Btw, should we apply this in svn anyways? flashrom cannot be used
indepently otherwise...

Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>

--- lbtable.c.orig	2006-11-23 15:02:39.000000000 +0100
+++ lbtable.c	2006-11-23 14:58:09.000000000 +0100
@@ -7,7 +7,7 @@
 #include <string.h>
 #include <errno.h>
 #include <sys/mman.h>
-#include "../../src/include/boot/linuxbios_tables.h"
+#include "linuxbios_tables.h"
 #include "debug.h"
 
 char *lb_part=NULL, *lb_vendor=NULL;

Attachment: signature.asc
Description: Digital signature

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to