Saurabh Mishra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60258 )
Change subject: Meminit function call in coreboot has been updated as per new FSP UPD and DQS in headers. ......................................................................
Meminit function call in coreboot has been updated as per new FSP UPD and DQS in headers.
src/soc/intel/alderlake/meminit.c : Changes adopted as per new FSP DQS & UPD calls. src/soc/intel/alderlake/fsp_params.c : Updated LpmStateEnableMask UPD
change-Id: I0c6ae72610da39fc18ff252c440d006e83c574f3 Signed-off-by: Saurabh Mishra mishra.saurabh@intel.com --- M src/soc/intel/alderlake/fsp_params.c M src/soc/intel/alderlake/meminit.c 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/60258/1
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c index b1463fc..64bb1ff 100644 --- a/src/soc/intel/alderlake/fsp_params.c +++ b/src/soc/intel/alderlake/fsp_params.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/*SPDX-License-Identifier: GPL-2.0-only*/
#include <assert.h> #include <cbfs.h> diff --git a/src/soc/intel/alderlake/meminit.c b/src/soc/intel/alderlake/meminit.c index 52a816f..fe1eb21 100644 --- a/src/soc/intel/alderlake/meminit.c +++ b/src/soc/intel/alderlake/meminit.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/*SPDX-License-Identifier: GPL-2.0-or-later*/
#include <console/console.h> #include <fsp/util.h>