soc/intel/cannonlake: Use common PCR ASL

Switch to use common version of PCR asl.

BUG=NONE
TEST=Boot up into chrome OS properly on cannonlake rvp platform.

Change-Id: I4975704434d4743bcc0fb6062115da349166c3a6
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/23699
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
Lijian Zhao 2018-02-11 17:31:07 -08:00 committed by Aaron Durbin
parent 3f672323b5
commit 20123a8838
2 changed files with 1 additions and 24 deletions

View File

@ -1,23 +0,0 @@
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2015 Google Inc.
* Copyright (C) 2017 Intel Corporation.
*
* 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; version 2 of the License.
*
* 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.
*/
#include <intelblocks/pcr.h>
Method (PCRB, 1, NotSerialized)
{
Return (Add (CONFIG_PCR_BASE_ADDRESS,
ShiftLeft (Arg0, PCR_PORTID_SHIFT)))
}

View File

@ -23,7 +23,7 @@
#include "scs.asl"
/* PCR access */
#include "pcr.asl"
#include <soc/intel/common/acpi/pcr.asl>
/* GPIO controller */
#include "gpio.asl"