From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 11 Mar 2019 23:05:48 +0800 Subject: [U-Boot] 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 includes the following changes for v2019.04: - ACPI changes and fixes to Intel Tangier/Edison - i8254 beeper fixes The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993: Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to 3592965aff313a379f6f10faa05c997391c5dd82: x86: crownbay: Enable the beeper sound driver (2019-03-11 22:55:01 +0800) ---------------------------------------------------------------- Andy Shevchenko (5): x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier x86: acpi: Not every platform has serial console a first device x86: edison: Use proper number of serial interface x86: edison: Add the rest of UARTs present on board Bin Meng (4): x86: Make sure i8254 is setup correctly before generating beeps x86: Add a dtsi file for the pc speaker x86: coreboot: Add the missing pc speaker node in the device tree x86: crownbay: Enable the beeper sound driver arch/x86/dts/coreboot.dts | 1 + arch/x86/dts/crownbay.dts | 1 + arch/x86/dts/edison.dts | 22 ++++++++++++++++++++-- arch/x86/dts/pcspkr.dtsi | 5 +++++ arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 14 ++++++++++++++ arch/x86/lib/acpi_table.c | 6 +++--- arch/x86/lib/i8254.c | 4 ++++ configs/crownbay_defconfig | 3 +++ 8 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 arch/x86/dts/pcspkr.dtsi Regards, Bin