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

@ -815,6 +815,12 @@ module = {
enable = powerpc_ieee1275;
};
module = {
name = escc;
ieee1275 = term/ieee1275/escc.c;
enable = powerpc_ieee1275;
};
module = {
name = terminal;
common = commands/terminal.c;