mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 23:21:31 +00:00
[FIX] Changes for bios_emulator code for others architecture
This commit is contained in:
parent
6e0e2253f0
commit
78cff50edb
9 changed files with 15 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
#include "biosemui.h"
|
#include "biosemui.h"
|
||||||
|
|
|
@ -41,6 +41,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
#include "biosemui.h"
|
#include "biosemui.h"
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
* instruction decoding and accessess of immediate data via IP. etc.
|
* instruction decoding and accessess of immediate data via IP. etc.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
#include "x86emu/x86emui.h"
|
#include "x86emu/x86emui.h"
|
||||||
|
|
|
@ -44,6 +44,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
#include "x86emu/x86emui.h"
|
#include "x86emu/x86emui.h"
|
||||||
|
|
|
@ -97,6 +97,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#define PRIM_OPS_NO_REDEFINE_ASM
|
#define PRIM_OPS_NO_REDEFINE_ASM
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
|
@ -39,6 +39,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <common.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BIOSEMU)
|
#if defined(CONFIG_BIOSEMU)
|
||||||
|
|
||||||
#include "x86emu/x86emui.h"
|
#include "x86emu/x86emui.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue