From ad4b745046741aba48b11a92dde21e396f517f60 Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Mon, 12 Mar 2018 11:23:06 -0500 Subject: Adds secure mode boot for memory buffer chips Change-Id: Id27a6f6caa5b943236717fcaf63cd8e694f2b0f8 Original-Change-Id: I7d0ce9a9b51324ac89a05aeb6b68447fa200227b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55639 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Dev-Ready: Nicholas E. Bofferding Reviewed-by: Louis Stermole Reviewed-by: Nicholas E. Bofferding Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58351 Disable-CI: Nicholas E. Bofferding Reviewed-by: ILYA SMIRNOV Tested-by: Jenkins OP Build CI Reviewed-by: Michael Baiocchi Tested-by: Jenkins OP HW Reviewed-by: STEPHEN GLANCY Reviewed-by: Daniel M. Crowell --- .../procedures/hwp/memory/p9c_mss_secure_boot.mk | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 src/import/chips/centaur/procedures/hwp/memory/p9c_mss_secure_boot.mk diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_secure_boot.mk b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_secure_boot.mk new file mode 100755 index 000000000..9d236b1eb --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_secure_boot.mk @@ -0,0 +1,31 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/centaur/procedures/hwp/memory/p9c_mss_secure_boot.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2016,2018 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG + +# Include the macros and things for MSS procedures +-include 01common.mk + +PROCEDURE=p9c_mss_secure_boot +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +$(call BUILD_PROCEDURE) -- cgit v1.2.1