* Uwe Hermann uwe@hermann-uwe.de [070908 21:23]:
Add a common/global failover.c file which can be used by all (or at least most) mainboards. This should put and end to copy-paste'ing the same file again and again for every mainboard.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
This code is not common but x86 only.
+normal_image:
- __asm__ __volatile__("jmp __normal_image" : : "a" (bist) : );
+cpu_reset:
- __asm__ __volatile__("jmp __cpu_reset" : : "a" (bist) : );