]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Check PIRQ routing table sanity in the F segment
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 06:16:01 +0000 (14:16 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
commit884e3df27a25eb285c814d3323fb3427481e752a
tree71114ebef3bdadcd0bea20ee1de3183599ebb3bf
parentb2de4ad2f6c7d2809c31e7a97a21e7f7ca9eea46
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>
arch/x86/lib/pirq_routing.c