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:
parent
3f672323b5
commit
20123a8838
|
@ -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)))
|
|
||||||
}
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include "scs.asl"
|
#include "scs.asl"
|
||||||
|
|
||||||
/* PCR access */
|
/* PCR access */
|
||||||
#include "pcr.asl"
|
#include <soc/intel/common/acpi/pcr.asl>
|
||||||
|
|
||||||
/* GPIO controller */
|
/* GPIO controller */
|
||||||
#include "gpio.asl"
|
#include "gpio.asl"
|
||||||
|
|
Loading…
Reference in New Issue