AGESA F15tn: Move callouts into northbridge wrapper
commit2892023fd422794bb82658dde3e8d489af2bdd55
authorMartin Roth <martin.roth@se-eng.com>
Thu, 17 Jan 2013 19:04:08 +0000 (17 12:04 -0700)
committerMartin Roth <martin.roth@se-eng.com>
Mon, 21 Jan 2013 17:54:51 +0000 (21 18:54 +0100)
tree165db84c06b0a3f8f8c8edc5889c0b54d9c7e815
parente4cd00cacb4b1ab374c575b972fa2662ec739642
AGESA F15tn: Move callouts into northbridge wrapper

There are currently too many things in the mainboard directories that
are really more suited to being in the northbridge / southbridge
wrappers.  This is a start at moving some of those functions down
into the wrappers.

Move the bios callback functions into the northbridge/amd/agesa/family15tn
directory from the mainboard directories.  These can still be overridden
by any mainboard just by updating the pointer in the callback table to
point to a customized version of the function.

Change-Id: Icefaa014f4a4abbe51870aee7aa2fa1164e324c1
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/2169
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/mainboard/amd/parmer/BiosCallOuts.c
src/mainboard/amd/parmer/BiosCallOuts.h
src/mainboard/amd/thatcher/BiosCallOuts.c
src/mainboard/amd/thatcher/BiosCallOuts.h
src/northbridge/amd/agesa/family15tn/Makefile.inc
src/northbridge/amd/agesa/family15tn/fam15tn_callouts.c [new file with mode: 0644]
src/northbridge/amd/agesa/family15tn/fam15tn_callouts.h [new file with mode: 0644]