mbox series

[U-Boot] Please pull u-boot-x86

Message ID CAEUhbmVD7YHgUaepA8qjcJ_8K-2TGhJ=vG0CQaFG+6s4jZw00A@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-x86 | expand

Pull-request

git://git.denx.de/u-boot-x86.git

Message

Bin Meng Jan. 30, 2018, 2:42 p.m. UTC
Hi Tom,

The following changes since commit eef11acebaa48e241e9187c717dc92d3e175c119:

  Prepare v2018.03-rc1 (2018-01-29 20:12:33 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to e21b04fec465c84a51ca6fc6450263e0c0953fcb:

  x86: kconfig: Remove meaningless 'select n' (2018-01-30 22:34:38 +0800)

----------------------------------------------------------------
Andy Shevchenko (4):
      x86: tangier: Make _CRS for BTH0 Serialized to avoid warning
      x86: Fix reference to QEMU variant of write_acpi_tables()
      x86: zImage: Move subarch assignment out of cmd_line check
      x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters

Bin Meng (2):
      x86: acpi: Use an API to get the ACPI RSDP table address
      x86: qemu: qfw: Implement acpi_get_rsdp_addr()

Heinrich Schuchardt (2):
      configs: x86: allow to override CONFIG_BOOTCOMMAND
      cmd/bdinfo: print relocation info on X86

Tom Rini (1):
      x86: quark: Fix unused warnings

Ulf Magnusson (1):
      x86: kconfig: Remove meaningless 'select n'

 arch/x86/cpu/quark/smc.c                                | 13 ++++---------
 arch/x86/include/asm/acpi_table.h                       |  9 +++++++++
 arch/x86/include/asm/arch-tangier/acpi/southcluster.asl |  2 +-
 arch/x86/include/asm/bootparam.h                        |  1 +
 arch/x86/lib/acpi_table.c                               | 12 ++++++++++--
 arch/x86/lib/zimage.c                                   | 15 +++++++++++----
 board/google/Kconfig                                    |  1 -
 cmd/bdinfo.c                                            |  2 ++
 drivers/misc/qfw.c                                      |  8 ++++++++
 include/configs/x86-common.h                            |  2 ++
 10 files changed, 48 insertions(+), 17 deletions(-)

Regards,
Bin

Comments

Tom Rini Jan. 30, 2018, 5:50 p.m. UTC | #1
On Tue, Jan 30, 2018 at 10:42:32PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit eef11acebaa48e241e9187c717dc92d3e175c119:
> 
>   Prepare v2018.03-rc1 (2018-01-29 20:12:33 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to e21b04fec465c84a51ca6fc6450263e0c0953fcb:
> 
>   x86: kconfig: Remove meaningless 'select n' (2018-01-30 22:34:38 +0800)
> 

Applied to u-boot/master, thanks!