summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/boot/acpi.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-03 18:53:48 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-04-04 18:00:22 +0200
commit15511835b9e60d08ac5eb3c4ff326cec8c43ed6d (patch)
treed7adab0aa993cf374a75866f2ca4f13187eabba2 /src/arch/x86/boot/acpi.c
parentf13772af9f8957e011dbaf721a3f617bf61881b7 (diff)
downloadcoreboot-staging-15511835b9e60d08ac5eb3c4ff326cec8c43ed6d.zip
coreboot-staging-15511835b9e60d08ac5eb3c4ff326cec8c43ed6d.tar.gz
Drop verified boot code from acpi.c
We changed our verified boot initialization to run from romstage, as that allows faster boot times and does not add as much ChromeOS specific code to generic files. Change-Id: Id4164c26d524ea0ffce34467cf91379a19a4b2f6 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/851 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/arch/x86/boot/acpi.c')
-rw-r--r--src/arch/x86/boot/acpi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/x86/boot/acpi.c b/src/arch/x86/boot/acpi.c
index ab67d38..f81127a 100644
--- a/src/arch/x86/boot/acpi.c
+++ b/src/arch/x86/boot/acpi.c
@@ -35,9 +35,6 @@
#if CONFIG_COLLECT_TIMESTAMPS
#include <timestamp.h>
#endif
-#if CONFIG_CHROMEOS
-#include <vendorcode/google/chromeos/chromeos.h>
-#endif
u8 acpi_checksum(u8 *table, u32 length)
{
@@ -530,11 +527,6 @@ void *acpi_find_wakeup_vector(void)
if (!acpi_is_wakeup())
return NULL;
-#if CONFIG_CHROMEOS
- printk(BIOS_DEBUG, "Verified boot TPM initialization.\n");
- init_vboot();
-#endif
-
printk(BIOS_DEBUG, "Trying to find the wakeup vector...\n");
/* Find RSDP. */
OpenPOWER on IntegriCloud