mbox series

Please pull u-boot-x86

Message ID CAEUhbmVdbs7dtL4NWx_O01PV8F6XmV8RoMxMwKV_Fpwc7NXupA@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 Sept. 22, 2021, 3:42 p.m. UTC
Hi Tom,

This PR includes the following x86 changes for v2021.10 release:

- Small fixes to eMMC and SDHCI for Intel Edison

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

The following changes since commit cfb573d22dac1089b5c792bc8529dd76acfa68fc:

  Merge tag 'u-boot-stm32-20210921' of
https://source.denx.de/u-boot/custodians/u-boot-stm (2021-09-22
09:38:48 -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 57e2c0a86fe48194c9407d36d60f9ab033b4460e:

  x86: tangier: acpi: Add GPIO card detection to SDHCI #2 (2021-09-22
21:50:35 +0800)

----------------------------------------------------------------
Andy Shevchenko (2):
      x86: edison: Mark eMMC non-removable
      x86: tangier: acpi: Add GPIO card detection to SDHCI #2

 arch/x86/dts/edison.dts                                 |  1 +
 arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 32
++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

Regards,
Bin

Comments

Tom Rini Sept. 22, 2021, 3:51 p.m. UTC | #1
On Wed, Sep 22, 2021 at 11:42:07PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following x86 changes for v2021.10 release:
> 
> - Small fixes to eMMC and SDHCI for Intel Edison
> 
> Azure results: PASS
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=457&view=results
> 
> The following changes since commit cfb573d22dac1089b5c792bc8529dd76acfa68fc:
> 
>   Merge tag 'u-boot-stm32-20210921' of
> https://source.denx.de/u-boot/custodians/u-boot-stm (2021-09-22
> 09:38:48 -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 57e2c0a86fe48194c9407d36d60f9ab033b4460e:
> 
>   x86: tangier: acpi: Add GPIO card detection to SDHCI #2 (2021-09-22
> 21:50:35 +0800)
> 

Applied to u-boot/master, thanks!