coreboot/src/soc/intel/quark
Nico Huber d44221f9c8 Move compiler.h to commonlib
Its spreading copies got out of sync. And as it is not a standard header
but used in commonlib code, it belongs into commonlib. While we are at
it, always include it via GCC's `-include` switch.

Some Windows and BSD quirk handling went into the util copies. We always
guard from redefinitions now to prevent further issues.

Change-Id: I850414e6db1d799dce71ff2dc044e6a000ad2552
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/28927
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2018-10-08 16:57:27 +00:00
..
bootblock bootblock: Allow more timestamps in bootblock_main_with_timestamp() 2018-05-22 02:39:11 +00:00
include/soc Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
romstage soc/{amd,intel}: Use postcar_frame_add_romcache() 2018-06-04 08:22:20 +00:00
acpi.c
chip.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
chip.h
ehci.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
fsp1_1.c
fsp2_0.c
gpio_i2c.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
i2c.c
Kconfig arch/x86: Make RELOCATABLE_RAMSTAGE the default 2018-06-06 12:29:19 +00:00
lpc.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
Makefile.inc
memmap.c
northcluster.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
reg_access.c
reset.c
sd.c
spi.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
spi_debug.c
storage_test.c
tsc_freq.c
uart.c soc/intel/quark/uart.c: Don't use device_t 2018-09-21 14:12:42 +00:00
uart_common.c