soc/intel/jasperlake: Remove Tiger Lake SoC code from Jasper Lake
This is a follow-up patch to initial copy patch for Jasper Lake SoC. Remove all Tiger Lake specfic code from Jasper Lake SoC code. BUG=b:150217037 Change-Id: I44dc6bf55ca18a3f0c350f5c3e9fae2996958648 Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39824 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Subrata Banik
parent
dd7acaad27
commit
512b77abb5
@ -17,13 +17,6 @@
|
||||
* and the differences between PCH variants.
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file is created based on Intel Tiger Lake Processor PCH Datasheet
|
||||
* Document number: 575857
|
||||
* Chapter number: 4
|
||||
*/
|
||||
|
||||
|
||||
#define __SIMPLE_DEVICE__
|
||||
|
||||
#include <device/mmio.h>
|
||||
@ -183,7 +176,7 @@ uint32_t *soc_pmc_etr_addr(void)
|
||||
|
||||
void soc_get_gpi_gpe_configs(uint8_t *dw0, uint8_t *dw1, uint8_t *dw2)
|
||||
{
|
||||
DEVTREE_CONST struct soc_intel_tigerlake_config *config;
|
||||
DEVTREE_CONST struct soc_intel_jasperlake_config *config;
|
||||
|
||||
config = config_of_soc();
|
||||
|
||||
|
Reference in New Issue
Block a user