mbox series

Please pull u-boot-x86

Message ID CAEUhbmV1VPVYH=REBrQ_sBS19_Cch8t6-S7Uows+r4QW53YwDA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-x86 | expand

Pull-request

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

Message

Bin Meng Nov. 1, 2021, 4:38 a.m. UTC
Hi Tom,

This PR includes the following x86 changes for v2022.01:

- Fixes for x86 build with Clang/LLVM compiler
- Tangier ACPI changes
- Edison SD card detect pin fix
- EFI on x86 doc update with latest instructions
- PXE utility fixes to align with latest x86 zboot implementation

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

The following changes since commit 360e392274e3bfeda3b7226d2cac7514774d0da1:

  Merge tag 'dm-pull-boo21' of
https://source.denx.de/u-boot/custodians/u-boot-dm (2021-10-31
15:48:43 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5270bee9b27cf63251696916e4b5a5d4412d3a2d:

  x86: tangier: pinmux: Move error message to the caller (2021-11-01
10:19:05 +0800)

----------------------------------------------------------------
Alistair Delva (2):
      x86: chromebook_coral: fix C block comment
      x86: Fix i8254 ifdef include guard

Andy Shevchenko (5):
      x86: tangier: Replace Method() by Name() for _STA object
      x86: tangier: Enable support for SD/SDIO family in the pinmux driver
      x86: edison: Don't take SD card detect pin into consideration
      x86: tangier: pinmux: Move is_protected assignment closer to its user
      x86: tangier: pinmux: Move error message to the caller

Bin Meng (1):
      docs: uefi: Update stale U-Boot on EFI doc

Zhaofeng Li (2):
      pxe_utils: Fix arguments to x86 zboot
      pxe_utils: Clean up {bootm,zboot}_argv generation

 arch/x86/cpu/tangier/pinmux.c                           | 48
++++++++++++++++++++++++++++++++++++------------
 arch/x86/dts/chromebook_coral.dts                       |  1 +
 arch/x86/dts/edison.dts                                 | 17 +++++++++++++++++
 arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 81
+++++++++++++++++----------------------------------------------------------------
 arch/x86/include/asm/i8254.h                            |  4 ++--
 cmd/pxe_utils.c                                         | 45
++++++++++++++++++++++++++++++++-------------
 doc/develop/uefi/u-boot_on_efi.rst                      | 12 +++++++-----
 7 files changed, 112 insertions(+), 96 deletions(-)

Regards,
Bin

Comments

Tom Rini Nov. 1, 2021, 5:43 p.m. UTC | #1
On Mon, Nov 01, 2021 at 12:38:18PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following x86 changes for v2022.01:
> 
> - Fixes for x86 build with Clang/LLVM compiler
> - Tangier ACPI changes
> - Edison SD card detect pin fix
> - EFI on x86 doc update with latest instructions
> - PXE utility fixes to align with latest x86 zboot implementation
> 
> Azure results: PASS
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=462&view=results
> 
> The following changes since commit 360e392274e3bfeda3b7226d2cac7514774d0da1:
> 
>   Merge tag 'dm-pull-boo21' of
> https://source.denx.de/u-boot/custodians/u-boot-dm (2021-10-31
> 15:48:43 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to 5270bee9b27cf63251696916e4b5a5d4412d3a2d:
> 
>   x86: tangier: pinmux: Move error message to the caller (2021-11-01
> 10:19:05 +0800)
> 

Applied to u-boot/master, thanks!