[LinuxBIOS] [PATCH] Global failover.c

Stefan Reinauer stepan at coresystems.de
Mon Sep 10 11:44:00 CEST 2007


* Uwe Hermann <uwe at 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 at 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) : );



-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/




More information about the coreboot mailing list