1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-04 23:35:18 +02:00

Add support for LinuxBIOS tables independent from its source tree

Corresponding to flashrom svn r89 and coreboot v2 svn r2551.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Uwe Hermann
2007-02-06 19:53:51 +00:00
committed by Stefan Reinauer
parent 064b1f23fa
commit ce1041c15a
2 changed files with 217 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <errno.h>
#include <sys/mman.h>
#include "flash.h"
#include "../../src/include/boot/linuxbios_tables.h"
#include "linuxbios_tables.h"
#include "debug.h"
char *lb_part=NULL, *lb_vendor=NULL;