u-boot-brain/arch/x86/cpu/apollolake
Tom Rini c87f9ce227 x86: Don't build some unused objects in TPL
In the future if we have separate symbols for DM_SPI_FLASH and
SPL_DM_SPI_FLASH we will not always have function declarations available
for some DM calls.  This in turn leads to build warnings but not
failures as the code isn't used and is discarded at link time.
Restructure things to not build code we won't use for TPL anyways.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
2020-06-29 13:34:43 -04:00
..
cpu_common.c x86: apl: Add a CPU driver 2019-12-15 11:44:29 +08:00
cpu_spl.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
cpu.c x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count 2020-03-05 18:25:22 +08:00
fsp_bindings.c x86: apl: Use devicetree for FSP-S configuration 2020-05-27 14:40:09 +08:00
fsp_m.c x86: apl: Use devicetree for FSP-M configuration 2020-05-27 14:40:09 +08:00
fsp_s.c x86: apl: Use devicetree for FSP-S configuration 2020-05-27 14:40:09 +08:00
hostbridge.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig x86: coral: Add I2C and TPM device-tree definitions 2020-02-07 22:46:35 +08:00
lpc.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Makefile x86: Don't build some unused objects in TPL 2020-06-29 13:34:43 -04:00
pch.c x86: apl: Add PCH driver 2019-12-15 11:44:28 +08:00
pmc.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
punit.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
spl.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
systemagent.c x86: apl: Add systemagent driver 2019-12-15 11:44:27 +08:00
uart.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00