diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-29 22:26:02 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-30 16:13:50 -0600 |
commit | ede9709316f6c4d18d2a3e126879af2816c0b329 (patch) | |
tree | b50ae3f944398dd07775c14afb135362d989cc15 /arch/x86/cpu/baytrail/Makefile | |
parent | bcb0c61e1a7f2a418e986044a9ade06561f8f8a8 (diff) | |
download | u-boot-ede9709316f6c4d18d2a3e126879af2816c0b329.tar.gz u-boot-ede9709316f6c4d18d2a3e126879af2816c0b329.tar.xz u-boot-ede9709316f6c4d18d2a3e126879af2816c0b329.zip |
x86: Add a CPU driver for baytrail
This driver supports multi-core init and sets up the CPU frequencies
correctly.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/baytrail/Makefile')
-rw-r--r-- | arch/x86/cpu/baytrail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/baytrail/Makefile b/arch/x86/cpu/baytrail/Makefile index 8914e8b6d5..c78b644eb7 100644 --- a/arch/x86/cpu/baytrail/Makefile +++ b/arch/x86/cpu/baytrail/Makefile @@ -4,6 +4,7 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-y += cpu.o obj-y += early_uart.o obj-y += fsp_configs.o obj-y += pci.o |