summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/dist.targets.mk
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2017-02-22 23:41:48 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-07 15:14:48 -0500
commitee4114d07ab6b5068ad3ed802ec357d0bcc0c5b2 (patch)
tree0bb94113164fae424407061414b7b331e1f1f2ab /src/build/mkrules/dist.targets.mk
parent87b860b6db184be978693a962fc4fb7c9e8a7c80 (diff)
downloadtalos-hostboot-ee4114d07ab6b5068ad3ed802ec357d0bcc0c5b2.tar.gz
talos-hostboot-ee4114d07ab6b5068ad3ed802ec357d0bcc0c5b2.zip
Modify eSEL script to take input files with eSEL data
The eSEL.pl can now be run with different options. The options are: get_ami_data - just fetch AMI eSEL data into a binary file, don't do any processing; decode_ami_data (takes a file) - parse AMI eSEL binary file; get_and_decode_ami - does both of the above; decode_obmc_data (takes a file) - parses the OpenBmc eSEL file. Change-Id: Ib226b6e12cff1ca805aed909ad647d33d1016ff3 RTC:166211 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36896 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/dist.targets.mk')
-rw-r--r--src/build/mkrules/dist.targets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/dist.targets.mk b/src/build/mkrules/dist.targets.mk
index b442b3031..d64343f0f 100644
--- a/src/build/mkrules/dist.targets.mk
+++ b/src/build/mkrules/dist.targets.mk
@@ -51,7 +51,7 @@ COPY_FILES = \
src/build/debug/hb-dump-debug:tools,vpo,openpower \
src/build/debug/vpo-debug-framework.pl:vpo \
src/build/debug/ecmd-debug-framework.pl:openpower \
- src/build/debug/eSEL_ami.pl:openpower \
+ src/build/debug/eSEL.pl:openpower \
src/build/debug/fsp-memdump.sh:tools,vpo \
src/build/vpo/hb-dump:vpo \
src/build/vpo/hb-istep:vpo \
OpenPOWER on IntegriCloud