From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 5 Apr 2020 07:12:50 +0800 Subject: Please pull u-boot-x86 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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