x86: bios: Allow pci config read/write to host bridge in int1a_handler
authorJian Luo <jian.luo4@boschrexroth.de>
Mon, 6 Jul 2015 08:31:28 +0000 (16:31 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:18 +0000 (18:03 -0600)
commit1441d81a793507745603c4c3b9481930ebd53822
tree1db0c1e8a867f2745b723d0766ab31672a4c6369
parent7b5c3498901712dbd6503bf81c03bb6ea8e3b516
x86: bios: Allow pci config read/write to host bridge in int1a_handler

We should allow pci config read/write to host bridge (b.d.f = 0.0.0)
in the int1a_handler() which is a valid pci device.

Signed-off-by: Jian Luo <jian.luo4@boschrexroth.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bios_interrupts.c