coreboot-kgpe-d16/src/mainboard/tyan/s8226
Aladyshev Konstantin 3d63b0a965 BiosCallOuts: Replace REQUIRED_CALLOUTS define with flexible variable
Size of BiosCallouts[] struct can be calculated as:

        CallOutCount = sizeof (BiosCallouts) / sizeof (BiosCallouts [0]);

There is no longer need for REQUIRED_CALLOUTS define.

Originally that change was done for AMD Persimmon in

        commit d7a696d0f2
        Author: efdesign98 <efdesign98@gmail.com>
        Date:   Thu Sep 15 15:24:26 2011 -0600

            Persimmon updates for AMD F14 rev C0

without deleting the define. This was ported to some of the other
boards and for some the define was not removed.

The AMD Inagua, Parmer and Thatcher boards were already adapted but
the define was left in. So just remove it for those.

Tested on Supermicro H8QGI.

Change-Id: Ia09795579a1170fa20ab94a30feb1af6821153d2
Signed-off-by: Aladyshev Konstantin <aladyshev@nicevt.ru>
Reviewed-on: http://review.coreboot.org/2049
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin@se-eng.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
2012-12-28 21:19:42 +01:00
..
acpi
acpi_tables.c
agesawrapper.c
agesawrapper.h
BiosCallOuts.c BiosCallOuts: Replace REQUIRED_CALLOUTS define with flexible variable 2012-12-28 21:19:42 +01:00
BiosCallOuts.h BiosCallOuts: Replace REQUIRED_CALLOUTS define with flexible variable 2012-12-28 21:19:42 +01:00
buildOpts.c Unify use of bool config variables 2012-11-20 21:56:05 +01:00
cmos.layout
devicetree.cb
dimmSpd.c
dsdt.asl
fadt.c
get_bus_conf.c
irq_tables.c
Kconfig Drop TINY_BOOTBLOCK 2012-12-01 22:50:43 +01:00
mainboard.c Drop redundant CHIP_NAME in mainboard.c 2012-11-06 21:59:21 +01:00
Makefile.inc
mptable.c
OptionsIds.h
platform_cfg.h
platform_oem.c
rd890_cfg.c
rd890_cfg.h Unify use of bool config variables 2012-11-20 21:56:05 +01:00
reset.c
romstage.c
sb700_cfg.c
sb700_cfg.h