[coreboot] [v2] r4863 - trunk/coreboot-v2/src/arch/i386/lib

Myles Watson mylesgw at gmail.com
Mon Oct 26 18:20:55 CET 2009


On Mon, Oct 26, 2009 at 11:17 AM, <svn at coreboot.org> wrote:

> Author: stepan
> Date: 2009-10-26 18:17:37 +0100 (Mon, 26 Oct 2009)
> New Revision: 4863
>
> Modified:
>   trunk/coreboot-v2/src/arch/i386/lib/cbfs_and_run.c
> Log:
> reasonable output in cbfs loading (part 2)
> run hlt in endless loop, be friendly to the cpu
>
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
> Acked-by: Stefan Reinauer <stepan at coresystems.de>
>


>
> +       print_debug("Jumping to image.\n");
>        __asm__ volatile (
> -               "movl %%eax, %%ebp\n\t"
>


> -               "cli\n\t"
>
I didn't see this mentioned in the commit message.

Thanks,
Myles

> -               "jmp     *%%edi\n\t"
> +               "movl %%eax, %%ebp\n"
> +               "jmp  *%%edi\n"
>                :: "a"(ebp), "D"(dst)
>        );
> -
>  }
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091026/cdc0a317/attachment.html>


More information about the coreboot mailing list