coreboot/src
Nick Vaccaro 286c6dfd1b mb/google/variant/nocturne: set CONFIG_NO_FADT_8042
Set CONFIG_NO_FADT_8042 to avoid probing for the 8042 controller.
This speeds up boot on nocturne by 1.3 seconds:

  Before change:
  [2.162266] EXT4-fs (mmcblk0p3): mounting ext2 file system using
  	the ext4 subsystem

  After change:
  [0.867735] EXT4-fs (mmcblk0p3): mounting ext2 file system using
  	the ext4 subsystem

BUG=b:120960844
BRANCH=none
TEST=build, flash, and boot nocturne; check dmesg to verify that
boot is faster and that you don't see the following log in dmesg:
	[0.671501] i8042: Probing ports directly.

Change-Id: I62a16e6de5e74fa17970d9967f6d1628497ec1d3
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/c/30283
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-12-19 05:49:18 +00:00
..
acpi
arch arch/riscv: Don't set FPU state to "dirty" 2018-12-19 05:46:07 +00:00
commonlib src: Remove duplicated round up function 2018-11-29 12:17:45 +00:00
console (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
cpu cpu: Remove useless include <device/pci_ids.h> 2018-12-19 05:21:09 +00:00
device {device,drivers}: Remove useless include <device/pci_ids.h> 2018-12-19 05:22:44 +00:00
drivers {device,drivers}: Remove useless include <device/pci_ids.h> 2018-12-19 05:22:44 +00:00
ec lenovo/h8,thinkpads: Re-do USB Always On 2018-12-06 11:59:22 +00:00
include Fix typos involving "the the" 2018-12-18 13:24:28 +00:00
lib lib/fit: Normalize spaces in board names to dashes 2018-12-19 05:18:45 +00:00
mainboard mb/google/variant/nocturne: set CONFIG_NO_FADT_8042 2018-12-19 05:49:18 +00:00
northbridge northbridge: Remove useless include <device/pci_ids.h> 2018-12-19 05:21:38 +00:00
security tss: implement tlcl_save_state 2018-11-28 18:32:59 +00:00
soc soc/intel/skylake: Generate DMAR tables for FSP 1.1 boards 2018-12-19 05:34:59 +00:00
southbridge sb/intel/lynxpoint: Don't force state keep after power fail 2018-12-19 05:25:53 +00:00
superio smsc/sch5147: Implement ACPI handling of a few LDN 2018-12-19 05:41:55 +00:00
vendorcode Fix typos involving "the the" 2018-12-18 13:24:28 +00:00
Kconfig cpu/x86/Kconfig.debug: Move more options here 2018-11-23 08:38:31 +00:00