mbox series

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

Message ID CAEUhbmVZ2OJBFXA_w3BFdH=n41ut1fLe6WH93BWX_pk7VhnrsQ@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 Sept. 2, 2017, 3:56 p.m. UTC
Hi Tom,

These are some bug fixes for v2017.09.

The following changes since commit 6ef2f90108e2cf101d931c71ea7904f2b6301641:

  Convert CONFIG_BCH to Kconfig (2017-09-01 20:45:26 -0400)

are available in the git repository at:

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

for you to fetch changes up to f04034cba4c2351da5b54ae36f5a30e3ccfce1cc:

  x86: theadorable-x86-common: Remove "ip=dhcp" from default
environment (2017-09-02 23:49:34 +0800)

----------------------------------------------------------------
Bin Meng (3):
      x86: ich-spi: Remove useless assignment in ich_spi_xfer()
      x86: ich-spi: Clear atomic preop only when SPI settings are not locked
      x86: baytrail: acpi: Add full reset bit to the reset register
value in FADT

Stefan Roese (1):
      x86: theadorable-x86-common: Remove "ip=dhcp" from default environment

 arch/x86/cpu/baytrail/acpi.c             | 2 +-
 drivers/spi/ich.c                        | 5 ++---
 include/configs/theadorable-x86-common.h | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

Regards,
Bin

Comments

Tom Rini Sept. 3, 2017, 11:31 a.m. UTC | #1
On Sat, Sep 02, 2017 at 11:56:45PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> These are some bug fixes for v2017.09.
> 
> The following changes since commit 6ef2f90108e2cf101d931c71ea7904f2b6301641:
> 
>   Convert CONFIG_BCH to Kconfig (2017-09-01 20:45:26 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to f04034cba4c2351da5b54ae36f5a30e3ccfce1cc:
> 
>   x86: theadorable-x86-common: Remove "ip=dhcp" from default
> environment (2017-09-02 23:49:34 +0800)
> 

Applied to u-boot/master, thanks!