coreboot/src
Martin Roth a0a71b046a fsp platfoms: add prototype & consolidate main entry-point
- In '-ffreestanding' main() is just as any other function and so
it needs a type-signature. Fixes a clang warning.

- Bay Trail and Rangeley have the updated romstage.c with the code
moved into the chipset, put the prototype in romstage.c.

- The sandybridge code has not been updated, so the prototype
for it goes into chipset_fsp_util.h, next to the prototype for
romstage_main_continue.

- Correct the return value of baytrail main() from void * to void
and remove the unnecessary asmlinkage tag. I'm surprised that this
didn't generate a warning...

Change-Id: I85ac0797d1e55d2b7ffdca039a52820d7827e704
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7724
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2014-12-09 03:02:39 +01:00
..
arch x86: Update the check for Forbidden global variables 2014-12-05 09:20:41 +01:00
console ipq8064: prepare UART driver for use in coreboot 2014-12-05 20:22:47 +01:00
cpu vendorcode/amd/agesa/fam10: Build as a static library 2014-12-08 06:24:18 +01:00
device ddr3: Plumber DIMM type to parsed structure. 2014-12-07 15:18:41 +01:00
drivers drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0") 2014-12-08 18:27:21 +01:00
ec ec/compal/ene932/acpi/superio.asl: Provide PNP0F13 AUX ASL 2014-12-06 07:39:41 +01:00
include ddr3: Plumber DIMM type to parsed structure. 2014-12-07 15:18:41 +01:00
lib edid: fill reserved bits fields in cb_framebuffer 2014-12-08 10:48:32 +01:00
mainboard fsp platfoms: add prototype & consolidate main entry-point 2014-12-09 03:02:39 +01:00
northbridge fsp platfoms: add prototype & consolidate main entry-point 2014-12-09 03:02:39 +01:00
soc fsp platfoms: add prototype & consolidate main entry-point 2014-12-09 03:02:39 +01:00
southbridge fsp platfoms: add prototype & consolidate main entry-point 2014-12-09 03:02:39 +01:00
superio Mark non-executable files non-executable 2014-12-01 17:33:07 +01:00
vendorcode vendorcode/amd/agesa/fam10: Build as a static library 2014-12-08 06:24:18 +01:00
Kconfig Kconfig: Remove ACPI_SSDTX_NUM. 2014-12-07 21:06:34 +01:00