diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2015-01-27 09:05:37 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-18 15:12:13 -0600 |
| commit | 417c6e0a4bb7c8f9d9721b73ddcae696007be15e (patch) | |
| tree | 42778d629a19bf85f740cbd649ca2d27d8a20aa9 /src/usr/i2c/runtime/makefile | |
| parent | 79ea7abf6d31c146c680d39b9f3ae007e434a573 (diff) | |
| download | talos-hostboot-417c6e0a4bb7c8f9d9721b73ddcae696007be15e.tar.gz talos-hostboot-417c6e0a4bb7c8f9d9721b73ddcae696007be15e.zip | |
HBRT Runtime VPD Updates
Enables writes to VPD and handles disabling
PNOR cache in manufacturing mode
Change-Id: I03d4246ceb91520939f8b04f3b3d2fc31c116079
RTC: 114911
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15462
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/runtime/makefile')
| -rw-r--r-- | src/usr/i2c/runtime/makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/usr/i2c/runtime/makefile b/src/usr/i2c/runtime/makefile new file mode 100644 index 000000000..e6bf9330b --- /dev/null +++ b/src/usr/i2c/runtime/makefile @@ -0,0 +1,39 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/vpd/runtime/makefile $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2013,2015 +# [+] 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 +# common objects with runtime +HOSTBOOT_RUNTIME = 1 +ROOTPATH = ../../../.. +MODULE = i2c_rt + +#include common objects between hostboot and runtime hostboot +include ../i2c.mk + +#add unique object modules +OBJS += rt_i2c.o + +VPATH += .. + +include $(ROOTPATH)/config.mk + |

