mbox series

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

Message ID CAEUhbmV0LN3WnZHCCFbj+gtrdq1dX-vLQs0sf+dvZUcfsGnv7w@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 Oct. 27, 2017, 7:18 a.m. UTC
Hi Tom,

This fixes a bunch of x86 breakages.

The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:

  Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to 411898dc87c09d0cd103a4243c8cb4a72b115c51:

  x86: acpi: Put sleepstates.asl to the common place (2017-10-27 15:13:47 +0800)

----------------------------------------------------------------
Bin Meng (9):
      x86: galileo: Fix boot failure
      x86: braswell: Fix unexpected crash during Linux kernel boot
      env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default
      x86: Fix ACPI resume dependency to MRC cache
      Revert "x86: fsp: Configure SPI opcode registers before SPI is
locked down"
      spi: ich: Lock down controller settings if required
      x86: braswell: cherryhill: Update dts for SPI lock down
      x86: fsp: graphics: Add some notes about the graphics info hob
      x86: acpi: Put sleepstates.asl to the common place

 arch/x86/Kconfig                                              |  10 +----
 arch/x86/cpu/braswell/Kconfig                                 |   5 ---
 arch/x86/cpu/braswell/Makefile                                |   2 +-
 arch/x86/cpu/braswell/cpu.c                                   | 170
--------------------------------------------------------------------------------
 arch/x86/dts/cherryhill.dts                                   |  10 ++---
 arch/x86/include/asm/{arch-baytrail => }/acpi/sleepstates.asl |   0
 arch/x86/include/asm/arch-baytrail/acpi/platform.asl          |   2 +-
 arch/x86/include/asm/arch-quark/acpi/platform.asl             |   2 +-
 arch/x86/include/asm/arch-quark/acpi/sleepstates.asl          |  10 -----
 arch/x86/lib/fsp/fsp_common.c                                 |  24
------------
 arch/x86/lib/fsp/fsp_graphics.c                               |   4 ++
 configs/galileo_defconfig                                     |   3 --
 drivers/spi/ich.c                                             |  22 +++++++++++
 drivers/spi/ich.h                                             |   1 +
 env/Kconfig                                                   |   1 +
 15 files changed, 37 insertions(+), 229 deletions(-)
 delete mode 100644 arch/x86/cpu/braswell/cpu.c
 rename arch/x86/include/asm/{arch-baytrail => }/acpi/sleepstates.asl (100%)
 delete mode 100644 arch/x86/include/asm/arch-quark/acpi/sleepstates.asl

Regards,
Bin

Comments

Tom Rini Oct. 28, 2017, 1:57 a.m. UTC | #1
On Fri, Oct 27, 2017 at 03:18:55PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This fixes a bunch of x86 breakages.
> 
> The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:
> 
>   Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 411898dc87c09d0cd103a4243c8cb4a72b115c51:
> 
>   x86: acpi: Put sleepstates.asl to the common place (2017-10-27 15:13:47 +0800)
> 

Applied to u-boot/master, thanks!