aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/include
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2017-10-26 12:16:53 -0700
committerAaron Durbin <adurbin@chromium.org>2017-10-27 20:13:59 +0000
commit8aba24d3e12e5e65368c7c9c4bb6a37f6e7ec3c0 (patch)
tree5a64b2c37945b7736093acc2ca40c81ccc39b624 /src/soc/intel/apollolake/include
parent899f5ffbdd83d2aa5cec599a2e596a14297d5c0a (diff)
soc/intel/apollolake: Switch to common p2sb
Using common p2sb driver instead of private one. TEST=Boot up into OS, and read back registers through PCR by iotools, return is not 0xffffffff. Change-Id: I30f3ef7bc37a8cb268af6fe2e4da3ec835c17633 Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-on: https://review.coreboot.org/22191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/include')
-rw-r--r--src/soc/intel/apollolake/include/soc/p2sb.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/soc/intel/apollolake/include/soc/p2sb.h b/src/soc/intel/apollolake/include/soc/p2sb.h
deleted file mode 100644
index a0bcc67f45..0000000000
--- a/src/soc/intel/apollolake/include/soc/p2sb.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2016 Google Inc.
- *
- * 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_P2SB_H_
-#define _SOC_APOLLOLAKE_P2SB_H_
-
-void p2sb_unhide(void);
-void p2sb_hide(void);
-
-#endif /* _SOC_APOLLOLAKE_P2SB_H_ */