diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2015-08-11 16:21:39 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2015-12-08 00:02:32 -0600 |
commit | f5b1dc4efd89b8b05510a468516e895670bec120 (patch) | |
tree | 9492ef9707ead57667a6a1c4c4870475d79bbca6 | |
parent | f55221ba25ce801088973feb959635f7d77640c9 (diff) | |
download | talos-sbe-f5b1dc4efd89b8b05510a468516e895670bec120.tar.gz talos-sbe-f5b1dc4efd89b8b05510a468516e895670bec120.zip |
Refactor Suet Data File Structure
- No longer use p9n.act for main action file
- Create empty shell for chip, powermgmt, and pervasive files
Change-Id: Ia5fdb37bc3d3fa1975dd1949c4bd091de6e11f77
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19788
Tested-by: Jenkins Server
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22524
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r-- | import/chips/p9/sw_simulation/chip.act | 1 | ||||
-rw-r--r-- | import/chips/p9/sw_simulation/pervasive.act | 1 | ||||
-rw-r--r-- | import/chips/p9/sw_simulation/powermgmt.act | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/import/chips/p9/sw_simulation/chip.act b/import/chips/p9/sw_simulation/chip.act new file mode 100644 index 00000000..41fc0d41 --- /dev/null +++ b/import/chips/p9/sw_simulation/chip.act @@ -0,0 +1 @@ +# This file will contain all the Chip Actions diff --git a/import/chips/p9/sw_simulation/pervasive.act b/import/chips/p9/sw_simulation/pervasive.act new file mode 100644 index 00000000..2595bc50 --- /dev/null +++ b/import/chips/p9/sw_simulation/pervasive.act @@ -0,0 +1 @@ +# This file will contain all the Pervasive Actions diff --git a/import/chips/p9/sw_simulation/powermgmt.act b/import/chips/p9/sw_simulation/powermgmt.act new file mode 100644 index 00000000..bd273fb9 --- /dev/null +++ b/import/chips/p9/sw_simulation/powermgmt.act @@ -0,0 +1 @@ +# This file will contain all the Power MGMT Actions |