All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 6/6] x86: Enable EFI loader support
Date: Tue, 9 Aug 2016 14:51:40 +0800	[thread overview]
Message-ID: <CAEUhbmUxHzwrUQjS6E2kuruzavRt=azNAjZ_9hn19Hmq5M0AOA@mail.gmail.com> (raw)
In-Reply-To: <1470525796-26941-6-git-send-email-sjg@chromium.org>

Hi Simon,

On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass <sjg@chromium.org> wrote:
> Enable this so that EFI applications (notably grub) can be run under U-Boot
> on x86 platforms.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  lib/efi_loader/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
> index 37a0dd6..8e7e8a5 100644
> --- a/lib/efi_loader/Kconfig
> +++ b/lib/efi_loader/Kconfig
> @@ -1,6 +1,6 @@
>  config EFI_LOADER
>         bool "Support running EFI Applications in U-Boot"
> -       depends on (ARM64 || ARM) && OF_LIBFDT
> +       depends on (ARM64 || ARM || X86) && OF_LIBFDT
>         default y
>         help
>           Select this option if you want to run EFI applications (like grub2)
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Can you also update README.x86 to remove this EFI_LOADER from TODO list?

Regards,
Bin

  reply	other threads:[~2016-08-09  6:51 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06 23:23 [U-Boot] [PATCH 1/6] x86: Add implementations of setjmp() and longjmp() Simon Glass
2016-08-06 23:23 ` [U-Boot] [PATCH 2/6] efi: Fix missing EFIAPI specifiers Simon Glass
2016-08-09  6:50   ` Bin Meng
2016-08-10 11:40   ` Alexander Graf
2016-08-12 17:20     ` Simon Glass
2016-08-06 23:23 ` [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program Simon Glass
2016-08-09  6:50   ` Bin Meng
2016-08-09 18:16     ` Simon Glass
2016-08-09 20:55       ` Alexander Graf
2016-08-15 12:23         ` Leif Lindholm
2016-09-26 14:09           ` Simon Glass
2016-09-27  1:53             ` Leif Lindholm
2016-10-18  1:55               ` Simon Glass
2016-10-19 20:22                 ` Leif Lindholm
2016-10-20  8:19                   ` Leif Lindholm
2016-11-07 15:46                     ` Simon Glass
2016-08-06 23:23 ` [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86 Simon Glass
2016-08-09  6:50   ` Bin Meng
2016-08-10 11:49   ` Alexander Graf
2016-08-10 12:56     ` Simon Glass
2016-08-10 13:01       ` Alexander Graf
2016-10-25 21:33       ` Alexander Graf
2016-11-07 15:46         ` Simon Glass
2016-08-06 23:23 ` [U-Boot] [PATCH 5/6] x86: efi: Add a hello world test program Simon Glass
2016-08-09  6:51   ` Bin Meng
2016-08-06 23:23 ` [U-Boot] [PATCH 6/6] x86: Enable EFI loader support Simon Glass
2016-08-09  6:51   ` Bin Meng [this message]
2016-08-09  6:49 ` [U-Boot] [PATCH 1/6] x86: Add implementations of setjmp() and longjmp() Bin Meng
2016-08-09 18:16   ` Simon Glass
2016-08-10  2:34     ` Bin Meng

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='CAEUhbmUxHzwrUQjS6E2kuruzavRt=azNAjZ_9hn19Hmq5M0AOA@mail.gmail.com' \
    --to=bmeng.cn@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.