diff options
author | Alec Ari <neotheuser@ymail.com> | 2012-04-23 20:12:30 -0500 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-04-24 03:57:45 +0200 |
commit | 8a527cfb49a15a08baffb7fbd6fdc51dbc28e9df (patch) | |
tree | 6e193bc980be454ec983e0a38800f3241cc6c17c /src/mainboard/gigabyte/ma785gm/mptable.c | |
parent | 1d89f14355e72d6969c8b8aae56904ebee965d43 (diff) | |
download | coreboot-8a527cfb49a15a08baffb7fbd6fdc51dbc28e9df.tar.xz |
Update MA785GM code
This commit adds the following to MA785GM:
Refactor some alignment handling
Unify Local APIC address definitions
ACPI: More ../../.. removal
Remove old AMD fam10 fixme comment
amd/sb700: Move HAVE_HARD_RESET to southbridge
Change-Id: I85a95bb641375dd61d1f58a2f2f972771d1d9ad9
Signed-off-by: Alec Ari <neotheuser@ymail.com>
Reviewed-on: http://review.coreboot.org/922
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/gigabyte/ma785gm/mptable.c')
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/mptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ma785gm/mptable.c b/src/mainboard/gigabyte/ma785gm/mptable.c index 4bf3480fcf..4a276fb0c3 100644 --- a/src/mainboard/gigabyte/ma785gm/mptable.c +++ b/src/mainboard/gigabyte/ma785gm/mptable.c @@ -40,7 +40,7 @@ static void *smp_write_config_table(void *v) mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN); - mptable_init(mc, LAPIC_ADDR); + mptable_init(mc, LOCAL_APIC_ADDR); smp_write_processors(mc); |