diff options
| author | William Bryan <wilbryan@us.ibm.com> | 2015-10-02 10:26:02 -0500 |
|---|---|---|
| committer | William A. Bryan <wilbryan@us.ibm.com> | 2015-10-07 16:11:33 -0500 |
| commit | 4cf2e7f9cd54adba2dca1972407bffbfca719b36 (patch) | |
| tree | f57e105b5e773a27bdfcbefc6db1401a9091ee02 /src/occ_405/occLinkInputFile | |
| parent | 64ba6727bc31917105528e60950b0b2d2745a15e (diff) | |
| download | talos-occ-4cf2e7f9cd54adba2dca1972407bffbfca719b36.tar.gz talos-occ-4cf2e7f9cd54adba2dca1972407bffbfca719b36.zip | |
Enable command handler thread and misc cleanup
1. The command handler thread now starts running.
2. Disabled just about all of the command handler functions
so that they can be enabled as they are implemented and needed.
3. Fixed a bug in the linker script where the response buffer is
put in the incorrect offset.
Change-Id: Ia169cb9fef3fd91d5667e636569ada9d83c02b3b
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20927
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Tested-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Wael Elessawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/occLinkInputFile')
| -rw-r--r-- | src/occ_405/occLinkInputFile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/occ_405/occLinkInputFile b/src/occ_405/occLinkInputFile index 6532215..0055a07 100644 --- a/src/occ_405/occLinkInputFile +++ b/src/occ_405/occLinkInputFile @@ -2,7 +2,9 @@ INPUT ( appletManager.o apss.o cmdh_fsp.o + cmdh_fsp_cmds.o cmdh_fsp_cmds_datacnfg.o + cmdh_thread.o errl.o ffdc.o homer.o @@ -14,6 +16,7 @@ INPUT ( rtls.o rtls_tables.o threadSch.o + thrm_thread.o timer.o trac_interface.o scom.o |

