commit | 590870e7e8919bca7adfd97069ac5b2a924b3151 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 13 10:36:17 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 10:00:51 2015 -0600 |
tree | c790ad3ef04421f0ee686d6395df1d82fe16e6c8 | |
parent | ef910819c5a020e96c444d1e73eac917d394456b [diff] |
x86: Add a simple interrupt script to the README It is a bit tedious to figure out the interrupt configuration for a new x86 platform. Add a script which can do this, based on the output of 'pci long'. This may be helpful in some cases. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>