Debugging UEFI code in Bhyve

Marcelo Araujo araujobsdport at gmail.com
Wed Apr 3 00:47:12 UTC 2019


On Wed, Apr 3, 2019, 8:35 AM Rebecca Cran via freebsd-virtualization <
freebsd-virtualization at freebsd.org wrote:

> I was wondering, has anyone done any work on supporting debugging UEFI
> code under Bhyve? If not, I can take a look at adapting DebugPkg
> (https://code.bluestop.org/w/tianocore/debugging-with-gdb/).
>
>
>
> --
> Rebecca Cran
>
>
>
> _______________________________________________
> freebsd-virtualization at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "
> freebsd-virtualization-unsubscribe at freebsd.org"
>

Hi Rebecca,

That would be super helpful, I did some debugs on edk2 in the past with
virtio-scsi and virtio-nvme, it wasn't user friendly, mostly I needed to
put edk2's printf all over the place and capture it via console to be able
to debug boot issues with those two drivers.

Would be great to have a debug method on edk2 and perhaps a howto with
examples how to debug it.

Best,

>


More information about the freebsd-virtualization mailing list