mbox series

Please pull u-boot-x86

Message ID CAEUhbmXDNt+kiTcsaGTHmWVFgRaJbyAKea0Z171LxWprZGABng@mail.gmail.com
State New
Headers show
Series Please pull u-boot-x86 | expand

Pull-request

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

Message

Bin Meng April 4, 2020, 11:12 p.m. UTC
Hi Tom,

This PR includes the following changes for v2020.04 release:

- verdin-imx8mm board reST documentation update
- Intel Edison board ACPI table I2C/USB minor updates
- Fix a regression of ns16550 serial driver that breaks Intel Edison

The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:

  Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm
(2020-04-01 14:29:21 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9e6ce62190b7cd874d2bf727c7681292551ba6b9:

  serial: ns16550: Fix ordering of getting base address (2020-04-04
22:08:44 +0800)

----------------------------------------------------------------
Andy Shevchenko (3):
      x86: acpi: Refactor XSDT handling in acpi_add_table()
      x86: acpi: Add I?C timings to Intel Merrifield platform
      x86: acpi: Describe USB 3 host controller found on Intel Tangier

Bin Meng (1):
      serial: ns16550: Fix ordering of getting base address

Igor Opaniuk (1):
      doc: board: verdin-imx8mm: use mainline TF-A

 arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 77
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/lib/acpi_table.c                               | 37
+++++++++++++++++++------------------
 doc/board/toradex/verdin-imx8mm.rst                     | 26
++++++--------------------
 drivers/serial/ns16550.c                                | 39
++++++++++++++++++++++-----------------
 4 files changed, 124 insertions(+), 55 deletions(-)

Regards,
Bin

Comments

Tom Rini April 5, 2020, 11:05 p.m. UTC | #1
On Sun, Apr 05, 2020 at 07:12:50AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes for v2020.04 release:
> 
> - verdin-imx8mm board reST documentation update
> - Intel Edison board ACPI table I2C/USB minor updates
> - Fix a regression of ns16550 serial driver that breaks Intel Edison
> 
> The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:
> 
>   Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm
> (2020-04-01 14:29:21 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to 9e6ce62190b7cd874d2bf727c7681292551ba6b9:
> 
>   serial: ns16550: Fix ordering of getting base address (2020-04-04
> 22:08:44 +0800)
> 

Applied to u-boot/master, thanks!