commit | 495afcaf038967c1c0555b17686a0da6443efb6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:28 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:29 2020 +0800 |
tree | 293f5f54b352f72ec856d4bb328602a3c0fa9dd3 | |
parent | f8cc1ec8f7741a53294de9e8015ba32196a45e19 [diff] |
x86: Show the interrupt pointer with 'irqinfo' It is useful for this command to show the address of the interrupt table. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>