coreboot-kgpe-d16/src
Edward O'Callaghan 1ab2027955 Intel: Add common header file for CAR setup
When passing '-ffreestanding' the 'main' romstage.c may no longer
necessarily be considered the entry point.

From the C specification in 5.1.2.1 Freestanding environment;

"In a freestanding environment (in which C program execution may take
place without any benefit of an operating system), the name and type of
the function called at program startup are implementation-defined."

Clang complains about these being missing as Clang is somewhat more
strict about the spec than GNU/GCC is. An advantage here is that a
different entry-point type-signature shall now be warned about at
compile time.

Change-Id: I467001adabd47958c30c9a15e3248e42ed1151f3
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5872
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2014-08-14 15:12:26 +02:00
..
arch ARMv7/Exynos: Fix memory location assumptions 2014-08-14 01:43:57 +02:00
console src/console/Kconfig: Fix choice for showing POST codes on console 2014-07-30 20:34:08 +02:00
cpu ARMv7/Exynos: Fix memory location assumptions 2014-08-14 01:43:57 +02:00
device device/oprom/realmode: Sanitize header inclusion 2014-08-08 03:32:13 +02:00
drivers Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i915io.c 2014-08-13 19:32:11 +02:00
ec lenovo/h8: Support uwb radio. 2014-08-13 09:35:23 +02:00
include Intel: Add common header file for CAR setup 2014-08-14 15:12:26 +02:00
lib arm: libpayload: Add cache coherent DMA memory definition and management 2014-08-13 00:04:14 +02:00
mainboard Intel: Add common header file for CAR setup 2014-08-14 15:12:26 +02:00
northbridge gm45: Set acpi_slp_type only once. 2014-08-14 08:52:26 +02:00
soc Tegra,Tegra124: proposed layout for file hierarchy with example 2014-08-13 19:36:22 +02:00
southbridge southbridge/amd/cimx/sb800: Uninitialized variables in config func 2014-08-13 04:50:00 +02:00
superio superio/smsc/sio1036: Clean up RAMstage superio.c component 2014-08-09 10:06:13 +02:00
vendorcode chromeos: On ARM platforms VBNV lives in the EC 2014-08-13 00:15:36 +02:00
Kconfig drivers: Add I2C TPM driver to coreboot 2014-08-10 22:25:48 +02:00