mbox series

Please pull u-boot-x86

Message ID CAEUhbmVDBMf1BwBM+Z0Mvhf+vojOV0dZoa0oJuXixn6Aj2okgw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-x86 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-x86

Message

Bin Meng Feb. 4, 2021, 12:08 a.m. UTC
Hi Tom,

This PR includes the following x86 changes for v2021.04:

- Fix broken multi-core boot for QEMU x86
- Add zboot support to boot x86 Linux kernel image in the PXE sysboot utility

Azure results: PASS
https://dev.azure.com/bmeng/GitHub/_build/results?buildId=320&view=results

The following changes since commit fdcb93e1709ab1a2ebb562455621617c29e2099c:

  Merge branch '2021-02-01-assorted-fixes' (2021-02-02 09:24:10 -0500)

are available in the git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-x86

for you to fetch changes up to 18c25821836b4673aa67a43c792a4a82480f47fa:

  cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel
image (2021-02-03 23:16:44 +0800)

----------------------------------------------------------------
Bin Meng (1):
      x86: qemu: Fix broken multi-core boot

Kory Maincent (3):
      command.h: Remove extern from the header
      cmd: pxe_utils: Replace ifdef by IS_ENABLED
      cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel image

 arch/x86/cpu/qfw_cpu.c |  6 ++++++
 cmd/pxe_utils.c        | 53
+++++++++++++++++++++++++++--------------------------
 include/command.h      | 57
++++++++++++++++++++++++++++++---------------------------
 3 files changed, 63 insertions(+), 53 deletions(-)

Regards,
Bin

Comments

Tom Rini Feb. 4, 2021, 9:58 p.m. UTC | #1
On Thu, Feb 04, 2021 at 08:08:51AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following x86 changes for v2021.04:
> 
> - Fix broken multi-core boot for QEMU x86
> - Add zboot support to boot x86 Linux kernel image in the PXE sysboot utility
> 
> Azure results: PASS
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=320&view=results
> 
> The following changes since commit fdcb93e1709ab1a2ebb562455621617c29e2099c:
> 
>   Merge branch '2021-02-01-assorted-fixes' (2021-02-02 09:24:10 -0500)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to 18c25821836b4673aa67a43c792a4a82480f47fa:
> 
>   cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel
> image (2021-02-03 23:16:44 +0800)
> 

Applied to u-boot/master, thanks!