From 6c3c31e49d6b53d549de5c815ed9a2f7ab5a3521 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sun, 5 Jun 2016 16:46:48 -0700 Subject: bootblock: Declare common bootblock_pre_c_entry routine Enable uses of a common bootblock_pre_c_entry routine. Pass in TSC value as a uint64_t value. TEST=Build for amenia and Galileo Gen2 Change-Id: I8be2e079ababb2cf1f9b7e6293f93e7c778761a1 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/15124 Tested-by: build bot (Jenkins) Reviewed-by: Lee Leahy --- src/soc/intel/apollolake/include/soc/bootblock.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/soc/intel/apollolake/include/soc/bootblock.h (limited to 'src/soc/intel/apollolake/include') diff --git a/src/soc/intel/apollolake/include/soc/bootblock.h b/src/soc/intel/apollolake/include/soc/bootblock.h deleted file mode 100644 index 9ce9231098..0000000000 --- a/src/soc/intel/apollolake/include/soc/bootblock.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#ifndef _SOC_APOLLOLAKE_BOOTBLOCK_H_ -#define _SOC_APOLLOLAKE_BOOTBLOCK_H_ -#include - -void asmlinkage bootblock_c_entry(uint32_t tsc_hi, uint32_t tsc_lo); -#endif -- cgit v1.2.3