coreboot/src
Patrick Georgi 27ef602fab vboot: split class in library and stage
The build system includes a bunch of files into verstage that
also exist in romstage - generic drivers etc.
These create link time conflicts when trying to link both the
verstage copy and romstage copy together in a combined configuration,
so separate "stage" parts (that allow things to run) from "library" parts
(that contain the vboot specifics).

Change-Id: Ieed910fcd642693e5e89e55f3e6801887d94462f
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10041
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2015-04-30 15:39:53 +02:00
..
arch vboot: split class in library and stage 2015-04-30 15:39:53 +02:00
console cbmem: add and use a function to dump console buffer 2015-04-27 20:49:09 +02:00
cpu dmp/vortex86: move PLL config to cpu Kconfig 2015-04-29 17:36:24 +02:00
device device: Add class and subclass name support 2015-04-22 08:55:29 +02:00
drivers vboot: split class in library and stage 2015-04-30 15:39:53 +02:00
ec kbuild: automatically include ECs 2015-04-29 18:10:41 +02:00
include program loading: add optional is_loader_active() callback 2015-04-30 13:05:13 +02:00
lib vboot: split class in library and stage 2015-04-30 15:39:53 +02:00
mainboard intel/broadwell: Don't select MONOTONIC_TIMER_MSR 2015-04-30 15:39:10 +02:00
northbridge i945/gma: Fix wrong comment about the documentation. 2015-04-30 12:01:43 +02:00
soc vboot: split class in library and stage 2015-04-30 15:39:53 +02:00
southbridge Kconfig whitespace fixes 2015-04-28 21:14:56 +02:00
superio kconfig: drop intermittend forwarder files 2015-04-07 17:40:28 +02:00
vendorcode vboot: split class in library and stage 2015-04-30 15:39:53 +02:00
Kconfig Kconfig whitespace fixes 2015-04-28 21:14:56 +02:00