summaryrefslogtreecommitdiffstats
path: root/rings
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-03-28 12:17:59 -0500
committerRichard J. Knight <rjknight@us.ibm.com>2018-03-28 12:17:59 -0500
commitf830e624a4b64185271db76c67739d3b468fd728 (patch)
tree3f3eaee1f09932bf2106e9bf32644ef17bf87054 /rings
parentb5cf4e13e1964a85d6fd27f451663da7770529ce (diff)
downloadtalos-hcode-f830e624a4b64185271db76c67739d3b468fd728.tar.gz
talos-hcode-f830e624a4b64185271db76c67739d3b468fd728.zip
Use ring files from op-build/hostboot-binaries
-The ring data files have been moved from the hcode repo into the hostboot-binaries repo with the other binary data files. This commit removes the data files from the hcode repo and updates the hw image makefile to pick up the data from the location pointed to by the variable $(RINGFILEPATH) Change-Id: Id48026fecbfd26de97b20e9777e963bcca714356
Diffstat (limited to 'rings')
-rw-r--r--rings/p9n.hw.overlays.binbin4104 -> 0 bytes
-rw-r--r--rings/p9n.hw.rings.binbin83044 -> 0 bytes
-rwxr-xr-xrings/rings.mk32
3 files changed, 0 insertions, 32 deletions
diff --git a/rings/p9n.hw.overlays.bin b/rings/p9n.hw.overlays.bin
deleted file mode 100644
index fd76c656..00000000
--- a/rings/p9n.hw.overlays.bin
+++ /dev/null
Binary files differ
diff --git a/rings/p9n.hw.rings.bin b/rings/p9n.hw.rings.bin
deleted file mode 100644
index 7755005f..00000000
--- a/rings/p9n.hw.rings.bin
+++ /dev/null
Binary files differ
diff --git a/rings/rings.mk b/rings/rings.mk
deleted file mode 100755
index cab07873..00000000
--- a/rings/rings.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: rings/rings.mk $
-#
-# OpenPOWER HCODE Project
-#
-# COPYRIGHT 2017
-# [+] 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
-../../import/../output/gen/rings/hw/p9n.hw.rings.bin :
- @mkdir -p $(GENPATH)/rings/hw/
- cp $(BASEPATH)/rings/p9n.hw.rings.bin $(GENPATH)/rings/hw/p9n.hw.rings.bin
-
-../../import/../output/gen/rings/hw/p9n.hw.overlays.bin :
- @mkdir -p $(GENPATH)/rings/hw/
- cp $(BASEPATH)/rings/p9n.hw.overlays.bin $(GENPATH)/rings/hw/p9n.hw.overlays.bin
-
OpenPOWER on IntegriCloud