From 02560b5fa2339f2b1701b25e8628cca2f7df865e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 13 Oct 2003 11:49:46 +0000 Subject: move equal with hdama code. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1212 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/failover.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/solo/failover.c b/src/mainboard/amd/solo/failover.c index 8eeeaef7e1..bd9c17020e 100644 --- a/src/mainboard/amd/solo/failover.c +++ b/src/mainboard/amd/solo/failover.c @@ -27,6 +27,10 @@ static void main(void) asm("jmp __cpu_reset"); } } + /* Is this a deliberate reset by the bios */ + else if (bios_reset_detected() && last_boot_normal()) { + asm("jmp __normal_image"); + } /* Is this a secondary cpu? */ else if (!boot_cpu() && last_boot_normal()) { asm("jmp __normal_image"); -- cgit v1.2.3