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

Bin Meng bmeng.cn at gmail.com
Mon Mar 11 15:05:48 UTC 2019


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


More information about the U-Boot mailing list