]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:25 +0000 (13:29 +0200)
commit5f25ffa473540f969b479489aa37b6c7042d4317
treed00bb4494b41fa025b550424c39ca86e4b09457e
parent4cbba2265dbc46e0c9bf0a9e24ca3960be4c224f
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