u-boot-brain/arch/x86/cpu/broadwell
Simon Glass ef5f5f6ca6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
At present this enables a few arch-specific members of the global_data
struct which are otherwise not part of the struct. As a result we have to
use #ifdef in various places.

The cost of always having these in the struct is small. Adjust things so
that we can use compile-time code instead of #ifdefs.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-17 14:32:24 +08:00
..
adsp.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
cpu_from_spl.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
cpu_full.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
cpu.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
iobp.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
Kconfig SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
lpc.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Makefile x86: broadwell: Select refcode and CPU code for SPL 2019-05-08 13:02:14 +08:00
me.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
northbridge.c x86: broadwell: Allow SDRAM init from SPL 2019-05-08 13:02:12 +08:00
pch.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
pinctrl_broadwell.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
power_state.c x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME 2020-07-17 14:32:24 +08:00
refcode.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sata.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
sdram.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00