commit | 17f1c408516ab85eb22cdfd6a2bea5ecefcf1092 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 18:18:32 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:34:00 2014 -0700 |
tree | 15ac5235dec1c99e93da8444d7070d0b0c2e180c | |
parent | 0e9c6337655ca6638774fcb01ed721742f4574df [diff] [blame] |
x86: ivybridge: Add support for BD82x6x PCH Add basic setup for the PCH. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index 721b37e..b37fb8f 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile
@@ -4,6 +4,7 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-y += bd82x6x.o obj-y += car.o obj-y += cpu.o obj-y += early_init.o