switch-coreboot/src
Alexandru Gagniuc ecf2eb463f sandybridge ivybridge: Treat native init as first class citizen
This is a sad story. We have three different code paths for
sandybridge and ivybridge: proper native path, google MRC path, and,
everyone's favorite: Intel FSP path. For the purpose of this patch,
the FSP path lives in its own little world, and doesn't concern us.

Since MRC was first, when native files and variables were added, they
were suffixed with "_native" to separate them from the existing code.
This can cause confusion, as the suffix might make the native files
seem parasitical.

This has been bothering me for many months. MRC should be the
parasitical path, especially since we fully support native init, and
it works more reliably, on a wider range of hardware. There have been
a few board ports that never made it to coreboot.org because MRC would
hang.

gigabyte/ga-b75m-d3h is a prime example: it did not work with MRC, so
the effort was abandoned at first. Once the native path became
available, the effort was restarted and the board is now supported.

In honor of the hackers and pioneers who made the native code
possible, rename things so that their effort is the first class
citizen.

Change-Id: Ic86cee5e00bf7f598716d3d15d1ea81ca673932f
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/11788
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
2015-10-03 22:22:54 +00:00
..
acpi acpi/sata: add generic sata ssdt port generator 2015-06-07 01:24:47 +02:00
arch x86: prepare cache-as-ram to allow multiple stages 2015-09-30 06:53:55 +00:00
commonlib commonlib/helpers.h: handle interaction with other environments 2015-10-02 12:15:47 +00:00
console consoles: remove unused infrastructure 2015-05-26 19:02:54 +02:00
cpu sandybridge ivybridge: Treat native init as first class citizen 2015-10-03 22:22:54 +00:00
device symbols: add '_' to pci_drivers and cpu_drivers symbols 2015-09-05 15:36:23 +00:00
drivers fsp1_1: move relocation algorithm to commonlib 2015-10-02 12:15:25 +00:00
ec chromeec: Fix ACPI compile warnings 2015-09-28 09:34:13 +00:00
include AMD Bettong: Fix usb device in devicetree for Carrizo 2015-09-30 07:00:24 +00:00
lib program.ld: terminate ALIGN statement 2015-09-28 09:36:50 +00:00
mainboard sandybridge ivybridge: Treat native init as first class citizen 2015-10-03 22:22:54 +00:00
northbridge sandybridge ivybridge: Treat native init as first class citizen 2015-10-03 22:22:54 +00:00
soc tegra124: use the common verstage flow 2015-10-02 12:16:35 +00:00
southbridge sandybridge ivybridge: Treat native init as first class citizen 2015-10-03 22:22:54 +00:00
superio superio/smsc: Add support for SMSC DME1737 2015-07-13 17:11:00 +02:00
vendorcode vboot: provide CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL option 2015-10-02 12:16:57 +00:00
Kconfig sandybridge ivybridge: Treat native init as first class citizen 2015-10-03 22:22:54 +00:00