commit | 283a08e52a0d3f5fe8ac3139c632f32a03fc44f0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 27 14:16:01 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 18:51:50 2015 -0600 |
tree | 9b26cfc3250cb8dad3c979b5e9016a7b70217a61 | |
parent | 8827227889848433d464f31c76c8be9d13567623 [diff] |
x86: Check PIRQ routing table sanity in the F segment Previously the PIRQ routing table sanity check was performed against the original table provided by the platform codes. Now we switch to check its sanity on the final table in the F segment as this one is the one seen by the OS. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>