coreboot/src/northbridge/intel
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
..
e7501 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
e7505 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
e7520 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
e7525 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
fsp_rangeley drivers/intel/fsp: add upd macros and #defines 2014-12-05 16:19:45 +01:00
fsp_sandybridge fsp platfoms: add prototype & consolidate main entry-point 2014-12-09 03:02:39 +01:00
gm45 northbridge/intel/*/acpi/igd.asl: Trivial indent style fix 2014-12-06 10:03:30 +01:00
haswell Replace hlt() loops with halt() 2014-11-30 12:20:07 +01:00
i440bx northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
i440lx northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
i855 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
i945 i82801gx: Enable upper CMOS in bootblock. 2014-12-03 21:02:12 +01:00
i3100 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
i5000 Replace hlt with halt() 2014-12-02 10:25:55 +01:00
i82810 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
i82830 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
nehalem nehalem/raminit: Add decorations to specify that empty loop is intended so. 2014-12-07 14:01:43 +01:00
sandybridge northbridge/intel/*/acpi/igd.asl: Trivial indent style fix 2014-12-06 10:03:30 +01:00
sch northbridge/intel: Use DEVICE_NOOP macro over dummy symbol 2014-11-01 21:15:27 +01:00
Kconfig northbridge/intel: Add fsp_rangeley northbridge support 2014-07-30 19:00:15 +02:00
Makefile.inc sandybridge: Add native sandybridge 2014-08-30 18:59:23 +02:00