summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-30 03:49:18 -0700
committerSimon Glass <sjg@chromium.org>2015-08-05 08:42:39 -0600
commitfe3fbd302427b3690c4d682c1d7d03ca94771afd (patch)
treef39bd9aa82a8b1157bf6e1437b1b5cfac5d8e5c7 /configs
parent9b911bed78c3926fe1129dcc6b0ffbca667dff74 (diff)
downloadtalos-obmc-uboot-fe3fbd302427b3690c4d682c1d7d03ca94771afd.tar.gz
talos-obmc-uboot-fe3fbd302427b3690c4d682c1d7d03ca94771afd.zip
x86: bayleybay: Configure PCI IRQ
Add PCI IRQ routing information in the board device tree and enable writing PIRQ routing table and MP table. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/bayleybay_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig
index e10e86a4c1..7f92ead9a6 100644
--- a/configs/bayleybay_defconfig
+++ b/configs/bayleybay_defconfig
@@ -5,6 +5,8 @@ CONFIG_TARGET_BAYLEYBAY=y
CONFIG_HAVE_INTEL_ME=y
CONFIG_SMP=y
CONFIG_HAVE_VGA_BIOS=y
+CONFIG_GENERATE_PIRQ_TABLE=y
+CONFIG_GENERATE_MP_TABLE=y
CONFIG_CMD_CPU=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
OpenPOWER on IntegriCloud