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:
Vladimir 'phcoder' Serbinenko 2012-06-08 19:42:59 +02:00
parent 08fd129137
commit 61c42af084
4 changed files with 338 additions and 0 deletions

View file

@ -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
{