mbox series

[U-Boot,0/6] x86: efi: payload: Various fixes

Message ID 1529656712-3660-1-git-send-email-bmeng.cn@gmail.com
Headers show
Series x86: efi: payload: Various fixes | expand

Message

Bin Meng June 22, 2018, 8:38 a.m. UTC
This series includes 3 patches that were previously sent to ML but
not applied, along with some new patches with various fixes on efi
x86 payload support.

For [01: efi.h: Do not use config options] and [02: x86: Change
__kernel_size_t conditionals to use compiler provided defines],
the changes are mainly adding some comments to describe the changes
in more details.

This series is available at u-boot-x86/efi2-working for testing.


Alexander Graf (1):
  efi.h: Do not use config options

Bin Meng (5):
  x86: Change __kernel_size_t conditionals to use compiler provided
    defines
  efi: stub: Move the use_uart assignment immediately after
    exit_boot_services() call
  x86: efi-x86_payload: Enable PRE_CONSOLE_BUFFER
  x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
  cmd: efi: Fix wrong memory descriptor end address

 arch/x86/cpu/efi/payload.c          |  3 +--
 arch/x86/include/asm/posix_types.h  |  3 ++-
 cmd/efi.c                           |  2 +-
 configs/efi-x86_payload32_defconfig |  2 ++
 configs/efi-x86_payload64_defconfig |  2 ++
 include/efi.h                       | 24 +++++++++++-------------
 lib/efi/Makefile                    |  4 ++--
 lib/efi/efi_stub.c                  |  6 +++---
 8 files changed, 24 insertions(+), 22 deletions(-)

Comments

Bin Meng June 23, 2018, 10:08 a.m. UTC | #1
Hi Simon,

On Fri, Jun 22, 2018 at 4:38 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> This series includes 3 patches that were previously sent to ML but
> not applied, along with some new patches with various fixes on efi
> x86 payload support.
>

I see your have reviewed the other 3 patches. Thanks a lot!

> For [01: efi.h: Do not use config options] and [02: x86: Change
> __kernel_size_t conditionals to use compiler provided defines],
> the changes are mainly adding some comments to describe the changes
> in more details.
>

For patch [01] & [02], does the added comments look good to you?

> This series is available at u-boot-x86/efi2-working for testing.
>

Regards,
Bin