projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b813ea9
)
x86: galileo: Enable MP table generation
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 22 May 2016 08:45:36 +0000
(
01:45
-0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Mon, 23 May 2016 07:27:42 +0000
(15:27 +0800)
Now that we have added CPU uclass driver and fixed the IOAPIC ID
conflict, enable MP table generation so that IOAPIC can be used
by the Linux kernel.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/galileo_defconfig
patch
|
blob
|
history
diff --git
a/configs/galileo_defconfig
b/configs/galileo_defconfig
index 21432e69c1c146d89121358130fc20f47ed26fb6..f8d3c3b8abc33a662ae757f123d058c30a4a9d55 100644
(file)
--- a/
configs/galileo_defconfig
+++ b/
configs/galileo_defconfig
@@
-4,6
+4,7
@@
CONFIG_DEFAULT_DEVICE_TREE="galileo"
CONFIG_TARGET_GALILEO=y
CONFIG_ENABLE_MRC_CACHE=y
CONFIG_GENERATE_PIRQ_TABLE=y
+CONFIG_GENERATE_MP_TABLE=y
CONFIG_FIT=y
CONFIG_BOOTSTAGE=y
CONFIG_BOOTSTAGE_REPORT=y