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 v2 04/13] x86: efi: Refactor the directory of EFI app and payload support
Date: Sun, 17 Jun 2018 21:18:04 +0800	[thread overview]
Message-ID: <CAEUhbmVVqGe1bdX+Yz=4XRzTgsdtgqJWZkhx2fkQiPB2-gyS2A@mail.gmail.com> (raw)
In-Reply-To: <1528817785-20208-5-git-send-email-bmeng.cn@gmail.com>

On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> At present the EFI application and payload support codes in the x86
> directory is distributed in a hybrid way. For example, the Kconfig
> options for both app and payload are in arch/x86/lib/efi/Kconfig,
> but the source codes in the same directory get built only for
> CONFIG_EFI_STUB.
>
> This refactors the codes by consolidating all the EFI support codes
> into arch/x86/cpu/efi, just like other x86 targets.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
> ---
>
> Changes in v2:
> - update README.u-boot_on_efi to reflect directory changes
>
>  arch/x86/Kconfig                              | 3 +--
>  arch/x86/cpu/Makefile                         | 2 +-
>  arch/x86/{lib => cpu}/efi/Kconfig             | 0
>  arch/x86/cpu/efi/Makefile                     | 7 +++++++
>  arch/x86/{lib => cpu}/efi/car.S               | 0
>  arch/x86/{lib/efi/efi.c => cpu/efi/payload.c} | 0
>  arch/x86/lib/Makefile                         | 1 -
>  arch/x86/lib/efi/Makefile                     | 7 -------
>  doc/README.u-boot_on_efi                      | 6 +-----
>  9 files changed, 10 insertions(+), 16 deletions(-)
>  rename arch/x86/{lib => cpu}/efi/Kconfig (100%)
>  rename arch/x86/{lib => cpu}/efi/car.S (100%)
>  rename arch/x86/{lib/efi/efi.c => cpu/efi/payload.c} (100%)
>  delete mode 100644 arch/x86/lib/efi/Makefile
>

applied to u-boot-x86, thanks!

  reply	other threads:[~2018-06-17 13:18 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-12 15:36 [U-Boot] [PATCH v2 00/13] x86: efi: Fixes and enhancements to application and payload support Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 01/13] x86: doc: Fix reference to EFI doc in U-Boot Bin Meng
2018-06-12 16:04   ` Heinrich Schuchardt
2018-06-12 23:06     ` Bin Meng
2018-06-14  6:55       ` Bin Meng
2018-06-17 13:17   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options Bin Meng
2018-06-13  1:29   ` Simon Glass
2018-06-13 10:17     ` Alexander Graf
2018-06-14 12:58       ` Simon Glass
2018-06-14 13:44         ` Alexander Graf
2018-06-15  9:51         ` Bin Meng
2018-06-19 22:03           ` Simon Glass
2018-06-12 15:36 ` [U-Boot] [PATCH v2 03/13] x86: Change __kernel_size_t conditionals to use compiler provided defines Bin Meng
2018-06-12 19:12   ` Alexander Graf
2018-06-12 22:32   ` Simon Glass
2018-06-12 15:36 ` [U-Boot] [PATCH v2 04/13] x86: efi: Refactor the directory of EFI app and payload support Bin Meng
2018-06-17 13:18   ` Bin Meng [this message]
2018-06-12 15:36 ` [U-Boot] [PATCH v2 05/13] x86: efi: payload: Add arch_cpu_init() Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 06/13] x86: Add generic EFI payload support Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 07/13] x86: Drop QEMU-specific " Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 08/13] x86: baytrail: Drop EFI-specific test logics Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 09/13] efi: stub: Pass EFI GOP information to U-Boot payload Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 10/13] dm: video: Add an EFI framebuffer driver Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 11/13] x86: efi: payload: Add EFI framebuffer driver support Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 12/13] x86: Rename efi-x86 target to efi-x86_app Bin Meng
2018-06-17 13:18   ` Bin Meng
2018-06-12 15:36 ` [U-Boot] [PATCH v2 13/13] x86: efi: app: Display correct CPU info during boot Bin Meng
2018-06-17 13:18   ` 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='CAEUhbmVVqGe1bdX+Yz=4XRzTgsdtgqJWZkhx2fkQiPB2-gyS2A@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.