soc/intel/apollolake: Add chip initialization

Change-Id: I54532b71c7649f7eeccbb2213b31418cfdbfb00c
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/13911
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Andrey Petrov
2016-03-04 21:41:13 -08:00
committed by Aaron Durbin
parent 9d903a1dd3
commit 70efecd4a2
3 changed files with 146 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ romstage-y += mmap_boot.c
smm-y += placeholders.c
ramstage-y += cpu.c
ramstage-y += chip.c
ramstage-y += placeholders.c
ramstage-y += gpio.c
ramstage-$(CONFIG_SOC_UART_DEBUG) += uart_early.c