grub/grub-core/term
Vladimir 'phcoder' Serbinenko a9c7fd1c6c Implement serial on IEEE1275 and EFI.
* docs/grub.texi (Platform-specific limitations): Fix the columen video
	on emu. Mention arc and emu as the only platforms without serial
	support.
	* grub-core/Makefile.core.def (serial): Enable on all terminfomodule and
	ieee1275 platforms.
	* grub-core/term/efi/serial.c: New file.
	* grub-core/term/ieee1275/serial.c: Likewise.
	* grub-core/term/serial.c (grub_serial_find): Disable direct port
	specification if no ns8250 driver is available.
	(grub_cmd_serial): Likewise.
	(GRUB_MOD_INIT) [GRUB_MACHINE_IEEE1275]: Init ofserial.
	(GRUB_MOD_INIT) [GRUB_MACHINE_EFI]: Init efiserial.
	* include/grub/efi/api.h (GRUB_EFI_SERIAL_IO_GUID): New define.
	(grub_efi_parity_type_t): New type.
	(grub_efi_stop_bits_t): Likewise.
	(grub_efi_serial_io_interface): New struct.
	* include/grub/serial.h (grub_serial_port): Make 'broken' field
	available for all interfaces.
	Add EFI and IEEE1275 fields.
	(grub_ofserial_init): New proto.
	(grub_efiserial_init): Likeiwse.
	* util/grub.d/00_header.in: Don't check for the presence of serial
	module.
2012-02-26 17:08:11 +01:00
..
arc sgi support 2011-05-13 16:36:05 +02:00
efi Implement serial on IEEE1275 and EFI. 2012-02-26 17:08:11 +01:00
emu * grub-core/kern/emu/console.c: Move to ... 2012-02-18 19:51:43 +01:00
i386 Move assembly code to C by using intwrap. It increases core size 2011-11-12 16:29:04 +01:00
ieee1275 Implement serial on IEEE1275 and EFI. 2012-02-26 17:08:11 +01:00
at_keyboard.c * grub-core/term/at_keyboard.c (set_scancodes): Fix preprocessor 2011-12-13 01:36:09 +01:00
gfxterm.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
ns8250.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
serial.c Implement serial on IEEE1275 and EFI. 2012-02-26 17:08:11 +01:00
terminfo.c * grub-core/term/terminfo.c (grub_terminfo_output_unregister): 2012-02-12 19:16:49 +01:00
tparm.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
usb_keyboard.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00