All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add CONFIG_BIOSEMU define to guard all the	bios emulator code
Date: Tue, 07 Aug 2007 10:21:50 -0400	[thread overview]
Message-ID: <46B87FFE.6040205@gmail.com> (raw)
In-Reply-To: <11864746273796-git-send-email-Jason.jin@freescale.com>

Jason Jin wrote:
> This patch fix the compile issue on the board that did not enable the bios emulator
> ---

Fixes a bad brokenness, should be applied ASAP.

Acked-by: Jerry Van Baren <vanbaren@cideas.com>

>  drivers/bios_emulator/besys.c           |    2 ++
>  drivers/bios_emulator/bios.c            |    2 ++
>  drivers/bios_emulator/biosemu.c         |    3 +++
>  drivers/bios_emulator/x86emu/debug.c    |    4 ++++
>  drivers/bios_emulator/x86emu/decode.c   |    4 ++++
>  drivers/bios_emulator/x86emu/ops.c      |    5 +++++
>  drivers/bios_emulator/x86emu/ops2.c     |    4 ++++
>  drivers/bios_emulator/x86emu/prim_ops.c |    4 ++++
>  drivers/bios_emulator/x86emu/sys.c      |    4 ++++
>  9 files changed, 32 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/bios_emulator/besys.c b/drivers/bios_emulator/besys.c
> index 2a8e1a0..4c4bc8d 100644
> --- a/drivers/bios_emulator/besys.c
> +++ b/drivers/bios_emulator/besys.c
> @@ -49,6 +49,7 @@
>  
>  #include "biosemui.h"
>  
> +#if defined(CONFIG_BIOSEMU)

[snip rest of same]

  parent reply	other threads:[~2007-08-07 14:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-07  8:17 [U-Boot-Users] [PATCH] Add CONFIG_BIOSEMU define to guard all the bios emulator code Jason Jin
2007-08-07  8:17 ` [U-Boot-Users] [PATCH] Minor fix for bios emulator makefile Jason Jin
2007-08-07 14:37   ` Wolfgang Denk
2007-08-08  0:24     ` Jin Zhengxiong-R64188
2007-08-07 14:21 ` Jerry Van Baren [this message]
2007-08-07 14:41 ` [U-Boot-Users] [PATCH] Add CONFIG_BIOSEMU define to guard all the bios emulator code Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2007-08-08  0:33 Jason Jin
2007-08-09 21:25 ` Wolfgang Denk
2007-08-08  1:01 Jason Jin
2007-08-08 15:54 ` Dirk Behme

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=46B87FFE.6040205@gmail.com \
    --to=gvb.uboot@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.