diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2018-01-09 13:04:33 -0600 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2018-01-15 21:31:09 -0500 |
commit | f7a5547478eae53e6623164b8faacfaf6e721cb1 (patch) | |
tree | d4c1d20fbc5dee0157e8c2fc8d28e150e474a746 /src/build | |
parent | c1c9e46c08466cb6edaa3939e5238a5cb742634d (diff) | |
download | talos-hostboot-f7a5547478eae53e6623164b8faacfaf6e721cb1.tar.gz talos-hostboot-f7a5547478eae53e6623164b8faacfaf6e721cb1.zip |
Interrupt Handling Flow Change to Prevent Deadlock
- Previously the End of Interrupt (EOI) message was
sent after the registered interrupt handler completed
handling of the defect. Instead of this, now the INTRP
will immediately mask the current interrupt source and
issue the HW EOI to allow other interrupt sources to
present.
- Later when the registered interrupt handler sends INTRP
its EOI message the INTRP will unmask the source and
issue the necessary HW EOI to fully clear the interrupt
Change-Id: I01c99ca9fdd0cedcf3d313127a8d56f5cda66bc7
CQ: SW413511
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51691
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/build')
0 files changed, 0 insertions, 0 deletions