commit | 589ff3222544fd8efc5651251f9a33149fc0d367 | [log] [tgz] |
---|---|---|
author | Jian Luo <jian.luo4@boschrexroth.de> | Mon Jul 06 16:31:28 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:18 2015 -0600 |
tree | 1db0c1e8a867f2745b723d0766ab31672a4c6369 | |
parent | 71269fcde1c5996df26f4e6cbd718d516008020a [diff] |
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>