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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue