From: Jason Jin <Jason.jin@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/7]BIOS emulator for ATI video card BIOS
Date: Fri, 13 Jul 2007 12:14:52 +0800 [thread overview]
Message-ID: <1184300092969-git-send-email-Jason.jin@freescale.com> (raw)
This is a BIOS emulator, porting from SciTech for u-boot, mainly for
ATI video card BIOS. and can be used for x86 code emulation by some
modifications.
drivers/bios_emulator/Makefile | 30 +
drivers/bios_emulator/atibios.c | 340 ++
drivers/bios_emulator/besys.c | 722 +++
drivers/bios_emulator/bios.c | 321 ++
drivers/bios_emulator/biosemu.c | 370 ++
drivers/bios_emulator/biosemui.h | 169 +
drivers/bios_emulator/include/biosemu.h | 392 ++
drivers/bios_emulator/include/x86emu.h | 191 +
drivers/bios_emulator/include/x86emu/debug.h | 209 +
drivers/bios_emulator/include/x86emu/decode.h | 88 +
drivers/bios_emulator/include/x86emu/ops.h | 45 +
drivers/bios_emulator/include/x86emu/prim_asm.h | 970 ++++
drivers/bios_emulator/include/x86emu/prim_ops.h | 142 +
drivers/bios_emulator/include/x86emu/regs.h | 340 ++
drivers/bios_emulator/include/x86emu/x86emui.h | 101 +
drivers/bios_emulator/x86emu/debug.c | 461 ++
drivers/bios_emulator/x86emu/decode.c | 1148 +++++
drivers/bios_emulator/x86emu/ops.c | 5431 +++++++++++++++++++++++
drivers/bios_emulator/x86emu/ops2.c | 1770 ++++++++
drivers/bios_emulator/x86emu/prim_ops.c | 2446 ++++++++++
drivers/bios_emulator/x86emu/sys.c | 322 ++
21 files changed, 16008 insertions(+), 0 deletions(-)
create mode 100644 drivers/bios_emulator/Makefile
create mode 100644 drivers/bios_emulator/atibios.c
create mode 100644 drivers/bios_emulator/besys.c
create mode 100644 drivers/bios_emulator/bios.c
create mode 100644 drivers/bios_emulator/biosemu.c
create mode 100644 drivers/bios_emulator/biosemui.h
create mode 100644 drivers/bios_emulator/include/biosemu.h
create mode 100644 drivers/bios_emulator/include/x86emu.h
create mode 100644 drivers/bios_emulator/include/x86emu/debug.h
create mode 100644 drivers/bios_emulator/include/x86emu/decode.h
create mode 100644 drivers/bios_emulator/include/x86emu/ops.h
create mode 100644 drivers/bios_emulator/include/x86emu/prim_asm.h
create mode 100644 drivers/bios_emulator/include/x86emu/prim_ops.h
create mode 100644 drivers/bios_emulator/include/x86emu/regs.h
create mode 100644 drivers/bios_emulator/include/x86emu/x86emui.h
create mode 100644 drivers/bios_emulator/x86emu/debug.c
create mode 100644 drivers/bios_emulator/x86emu/decode.c
create mode 100644 drivers/bios_emulator/x86emu/ops.c
create mode 100644 drivers/bios_emulator/x86emu/ops2.c
create mode 100644 drivers/bios_emulator/x86emu/prim_ops.c
create mode 100644 drivers/bios_emulator/x86emu/sys.c
http://opensource.freescale.com/git?p=u-boot-7448hpc2.git;a=commitdiff_plain;h=0a16c9671b3fac48245699ade359a6f75a8e5a11;hp=d23bcdd9c95ce9c12dac1d88f73611d8ea56237c
reply other threads:[~2007-07-13 4:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1184300092969-git-send-email-Jason.jin@freescale.com \
--to=jason.jin@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox