Use coreboot-internal version of x86emu for the vgabios utility.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5276 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-03-23 15:53:38 +00:00
committed by Stefan Reinauer
parent b7f53b2329
commit 86051f919f
29 changed files with 23 additions and 17134 deletions

View File

@ -0,0 +1,4 @@
#ifndef _ASM_IO_H
#define _ASM_IO_H
#include <sys/io.h>
#endif