coreboot-kgpe-d16/src/mainboard/kontron/ktqm77
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 bd82x6x: Merge common platform ASL code. 2015-05-26 08:53:12 +02:00
acpi_tables.c Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
board_info.txt board_info.txt: Classify almost all remaining boards. 2014-01-22 22:05:39 +01:00
cmos.layout Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
devicetree.cb intel: Remove pstate_coord_type. 2015-05-28 11:19:21 +02:00
dsdt.asl sandy/ivy: Include IRQ routes from platform 2015-06-24 02:02:44 +02:00
gpio.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
hda_verb.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
Kconfig sandybridge ivybridge: Treat native init as first class citizen 2015-10-03 22:22:54 +00:00
Kconfig.name kconfig: automatically include mainboards 2015-04-18 08:31:08 +02:00
mainboard.c bd82x6x: Move calling of finalize() on resume to southbridge code 2015-05-29 11:26:06 +02:00
romstage.c coreboot: move TS_END_ROMSTAGE to one spot 2015-09-24 16:12:44 +00:00
thermal.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00