
Hi Tom,
This includes the following changes for x86: - Enable RTC for Intel Tangier - Wrap the call to 8259 PIC with Kconfig options for old targets without 8259 - Warp the call to USB init with Kconfg options for coreboot & EFI payload
The following changes since commit cde578ff36b15ec9c2033f03b94ecf809af7cc64:
ARM: mvebu: restore license information in mv_ddr_plat.{c,h} (2018-12-09 17:10:13 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to d3d6531866f2d7aa85b053cef553090b251e909f:
efi: payload: only init usb if necessary (2018-12-10 10:14:42 +0800)
---------------------------------------------------------------- Andy Shevchenko (2): x86: acpi: Enable RTC for Intel Tangier x86: acpi: Fix indentation in Intel Tangier ASL code
Bin Meng (3): x86: Wrap calls to 8259 with CONFIG_I8259_PIC x86: kconfig: Allow board defconfig file to disable 8259 and APIC efi: payload: only init usb if necessary
Hannes Schmelzer (1): x86: make the LAPIC / IOAPIC construct switchable with Kconfig
Thomas RIENOESSL (1): coreboot: only init usb if necessary
arch/x86/Kconfig | 11 ++++++++++- arch/x86/cpu/Makefile | 2 +- arch/x86/cpu/coreboot/coreboot.c | 3 ++- arch/x86/cpu/efi/payload.c | 3 ++- arch/x86/cpu/i386/interrupt.c | 2 ++ arch/x86/include/asm/arch-tangier/acpi/platform.asl | 13 +++++++++++++ arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 12 ++++++------ arch/x86/lib/interrupts.c | 16 ++++++++++------ 8 files changed, 46 insertions(+), 16 deletions(-)
Regards, Bin