coreboot-kgpe-d16/src
Edward O'Callaghan b2086a0e22 mainboard/intel/cougar_canyon2/romstage.c: Missing prototype
Fix warning thrown by Clang due to missing prototype for main
entry point function in -ffreestanding. main() is as any other
function in freestanding and so a prototype is strictly needed.

Change-Id: Icb29ced0306d5089049a35b1d8862f86a555ff1f
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7517
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2014-11-20 04:09:10 +01:00
..
arch acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer 2014-11-19 20:56:59 +01:00
console console: Isolate console_init() for ROMCC 2014-11-19 17:46:14 +01:00
cpu acpigen: Add and use acpigen_write_method. 2014-11-19 19:50:51 +01:00
device device/dram/ddr3.c: Fix sizeof on array func param overflow 2014-11-08 07:09:34 +01:00
drivers acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer 2014-11-19 20:56:59 +01:00
ec {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
include AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ram 2014-11-14 15:44:56 +01:00
lib lib/lzma.c: Use header over .c include 2014-11-19 00:13:44 +01:00
mainboard mainboard/intel/cougar_canyon2/romstage.c: Missing prototype 2014-11-20 04:09:10 +01:00
northbridge i945: Add 0x27ae to GMA IDs. 2014-11-19 21:09:29 +01:00
soc broadwell: move to per-device ACPI. 2014-11-19 21:08:13 +01:00
southbridge sb700: Make enable_fid_change_on_sb into normal function 2014-11-19 21:14:21 +01:00
superio superio/ite: Use common dispatch for pnp entry/exit functions 2014-11-04 11:36:32 +01:00
vendorcode vendorcode/amd/agesa/f15tn: Fix assembly bugs 2014-11-19 14:33:38 +01:00
Kconfig AMD: Move RAMBASE and RAMTOP 2014-11-14 15:46:57 +01:00