coreboot/src
Ronald G. Minnich b5e777c433 X86: make the SIPI num_starts a config variable
The code to figure out how to set num_starts was
starting to get kludgy. It's a constant for a given
CPU; constants should be constant; make it a config variable.

This change includes an example of how to override it.
Build but not boot tested; drivers welcome.

Change-Id: Iddd906a707bb16251615c7b42f2bfb5a044379b4
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/3796
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
2013-07-22 20:46:51 +02:00
..
arch X86: make the SIPI num_starts a config variable 2013-07-22 20:46:51 +02:00
console usbdebug: Move EHCI BAR relocation code 2013-07-10 23:24:20 +02:00
cpu X86: make the SIPI num_starts a config variable 2013-07-22 20:46:51 +02:00
device device: Fix spelling 2013-07-10 20:17:25 +02:00
drivers parade: Add a driver for the parade ps8625. 2013-07-10 23:20:39 +02:00
ec chromeec: Add a function to send passthrough i2c messages. 2013-07-10 23:18:30 +02:00
include SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure 2013-07-15 17:06:23 +02:00
lib CBFS: Use memmove instead of memcpy when loading a file from CBFS. 2013-07-15 18:53:37 +02:00
mainboard SMBIOS: Clarify prompts and help texts for Serial and Version Numbers 2013-07-18 10:23:18 +02:00
northbridge AMD Fam15tn: Split DSDT into common sections 2013-07-16 16:14:56 +02:00
southbridge AMD Fam15tn: Split DSDT into common sections 2013-07-16 16:14:56 +02:00
superio it8728f: Add ITE IT8728F superio early serial support. 2013-07-20 21:21:35 +02:00
vendorcode amd/agesa/f15/Lib/amdlib.c: Add missing breaks to switch statement 2013-06-28 01:35:20 +02:00
Kconfig Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. 2013-07-14 20:33:58 +02:00