coreboot-kgpe-d16/src
Kyösti Mälkki 361cd8153d console: Squelch console output from AP CPUs in romstage
Add Kconfig option SQUELCH_EARLY_SMP and have it enabled by
default.

Console drivers have unpredictable results if multiple threads
attempt to share same resources without spinlock. Serial UARTs
have not had huge problems, only distorted output, but those
relying on cache-as-ram (CBMEM and usbdebug) may require this.

Change-Id: I7f406fdea7b6dc6a341c4da2fab56f7b7ff568b4
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3854
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@google.com>
2013-08-16 05:39:47 +02:00
..
arch console: Squelch console output from AP CPUs in romstage 2013-08-16 05:39:47 +02:00
console console: Squelch console output from AP CPUs in romstage 2013-08-16 05:39:47 +02:00
cpu Include boot_cpu.c for romstage builds 2013-08-15 20:49:03 +02:00
device Add a generic Intel HD audio (Azalia) module azalia_device.c 2013-08-13 10:12:52 +02:00
drivers parade: Add a driver for the parade ps8625. 2013-07-10 23:20:39 +02:00
ec ec/kontron/it8516e: Add sanity checks for values from nvram 2013-07-29 23:22:12 +02:00
include Include boot_cpu.c for romstage builds 2013-08-15 20:49:03 +02:00
lib CBFS: Change how the bss is zeroed when loading a stage. 2013-08-15 20:13:39 +02:00
mainboard Include boot_cpu.c for romstage builds 2013-08-15 20:49:03 +02:00
northbridge AMD Richland: Add new graphics device IDs to Family 15, Models 10-1F 2013-08-15 18:41:44 +02:00
southbridge AMD Fam16: Add OSC method to PCI0 2013-08-15 18:40:59 +02:00
superio w83627hf/acpi: Move floppy drive enumeration from _INI into _FDE. 2013-08-15 21:30:53 +02:00
vendorcode CBFS: Change the signature of cbfs_decompress. 2013-08-15 20:10:39 +02:00
Kconfig payload/SeaBIOS: Add SEABIOS_PS2_TIMEOUT Kconfig variable 2013-08-15 20:46:21 +02:00