Skip to content

Commit

Permalink
Move Control instruction to seeprom
Browse files Browse the repository at this point in the history
Change-Id: Iadd544e8a780026f3f232d62b24975eb4adbb21c
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65539
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Shakeebbk authored and sgupta2m committed Sep 17, 2018
1 parent 3aa7b7c commit eb8c943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbefw/app/power/apppowerfiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ APPPOWERPIBMEM-CPP-SOURCES = chipop_table.C
APPPOWERPIBMEM-CPP-SOURCES += ipl_table.C
APPPOWERPIBMEM-CPP-SOURCES += sbecmdiplcontrol.C
APPPOWERPIBMEM-CPP-SOURCES += sbecmdmemaccess.C
APPPOWERPIBMEM-CPP-SOURCES += sbecmdcntlinst.C
APPPOWERPIBMEM-CPP-SOURCES += sbecmdregaccess.C
APPPOWERPIBMEM-CPP-SOURCES += sbecmdmpipl.C
APPPOWERPIBMEM-CPP-SOURCES += sbecmdcntrldmt.C
Expand All @@ -47,6 +46,7 @@ APPPOWERSEEPROM-CPP-SOURCES += sbecmdfastarray.C
APPPOWERSEEPROM-CPP-SOURCES += sbecmdgeneric.C
APPPOWERSEEPROM-CPP-SOURCES += sbecmdtracearray.C
APPPOWERSEEPROM-CPP-SOURCES += sbearchregdump.C
APPPOWERSEEPROM-CPP-SOURCES += sbecmdcntlinst.C

APPPOWERSEEPROM-C-SOURCES =
APPPOWERSEEPROM-S-SOURCES =
Expand Down

0 comments on commit eb8c943

Please sign in to comment.