ESCC serial driver for conducting sautomated tests in qemu.
Not tested on real hardware. * include/grub/serial.h (grub_serial_port): New field escc_desc. * grub-core/term/ieee1275/escc.c: New file. * grub-core/Makefile.core.def (escc): New module.
This commit is contained in:
parent
08fd129137
commit
61c42af084
4 changed files with 338 additions and 0 deletions
|
@ -94,6 +94,7 @@ struct grub_serial_port
|
|||
struct grub_usb_desc_endp *in_endp;
|
||||
struct grub_usb_desc_endp *out_endp;
|
||||
};
|
||||
struct grub_escc_descriptor *escc_desc;
|
||||
#ifdef GRUB_MACHINE_IEEE1275
|
||||
struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue