svn commit: r349349 - in head/stand: efi/include efi/include/Protocol efi/libefi efi/loader libsa

Ed Maste emaste at freebsd.org
Tue Jun 25 17:04:22 UTC 2019


On Mon, 24 Jun 2019 at 19:18, Rebecca Cran <bcran at freebsd.org> wrote:
>
> Author: bcran
> Date: Mon Jun 24 23:18:42 2019
> New Revision: 349349
> URL: https://svnweb.freebsd.org/changeset/base/349349
>
> Log:
>   loader: add HTTP support using UEFI

My QEMU smoke test script (tools/boot/ci-qemu-test.sh) fails after
this change, with an exception in the loader:

Consoles: EFI console
|  Reading loader env vars from /efi/freebsd/loader.env
Setting currdev to disk0p1:
/ - !!!! X64 Exception Type - 000000000000000E CPU Apic ID - 00000000 !!!!
RIP - 0000020000000002, CS - 0000000000000028, RFLAGS - 0000000000000246
ExceptionData - 0000000000000000
RAX - 000000000FF93610, RCX - 000000000A500AD0, RDX - 000000000FF935F8
RBX - 000000000FF93610, RSP - 000000000FF93588, RBP - 000000000FF936C0
RSI - 0000000000000000, RDI - 000000000FF9361C
R8 - 0000000000000000, R9 - 000000000A500908, R10 - 000000000E8EFEC8
R11 - 0000000000000083, R12 - 000000000FF935F8, R13 - 000000000000000C
R14 - 000000000A500870, R15 - 000000000E8DC0D5
DS - 0000000000000008, ES - 0000000000000008, FS - 0000000000000008
GS - 0000000000000008, SS - 0000000000000008
CR0 - 0000000080000033, CR2 - 0000020000000002, CR3 - 000000000FF33000
CR4 - 0000000000000668, CR8 - 0000000000000000
DR0 - 0000000000000000, DR1 - 0000000000000000, DR2 - 0000000000000000
DR3 - 0000000000000000, DR6 - 00000000FFFF0FF0, DR7 - 0000000000000400
GDTR - 000000000FF1ED98 000000000000003F, LDTR - 0000000000000000
IDTR - 000000000F47F018 0000000000000FFF, TR - 0000000000000000
FXSAVE_STATE - 000000000FF931E0
qemu-system-x86_64: terminating on signal 15 from pid 54769 (timeout)
Did not boot successfully, see /tmp/ci-qemu-test-boot.log


More information about the svn-src-head mailing list