grub/util
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
..
bash-completion.d Fix incorrect identifiers in bash-completion. 2011-09-28 14:19:21 +02:00
grub.d Implement serial on IEEE1275 and EFI. 2012-02-26 17:08:11 +01:00
i386/efi Merge mainline into install 2010-09-15 14:46:53 +02:00
ieee1275 * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is 2012-02-22 16:50:14 +01:00
powerpc/ieee1275 Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
bin2h.c * util/bin2h.c (usage): Add missing attribute noreturn. 2012-02-22 05:06:58 +01:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
getroot.c * util/getroot.c (grub_find_root_devices_from_mountinfo): Fix types. 2012-02-11 11:41:22 +01:00
grub-editenv.c * util/grub-editenv.c (argp_parser): Make static. 2012-02-10 13:26:19 +01:00
grub-fstest.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
grub-install.in Convert grub-emu to argp. 2012-02-25 01:15:29 +01:00
grub-kbdcomp.in Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
grub-macho2img.c * util/grub-macho2img.c: Add comment concerning gettext. 2011-11-11 20:52:41 +01:00
grub-menulst2cfg.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
grub-mkconfig.in * grub-core/font/font.c (grub_font_load): Add support for default 2012-02-24 11:18:06 +01:00
grub-mkconfig_lib.in Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
grub-mkfont.c * conf/Makefile.common (CFLAGS_GNULIB): Add 2012-02-24 12:30:32 +01:00
grub-mkimage.c * conf/Makefile.common (CFLAGS_GNULIB): Add 2012-02-24 12:30:32 +01:00
grub-mkimagexx.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
grub-mklayout.c * util/grub-mklayout.c (console_grub_equivalence): Make "layout" 2012-02-10 13:42:00 +01:00
grub-mknetdir.in Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
grub-mkpasswd-pbkdf2.c * util/grub-mkpasswd-pbkdf2.c (argp_parser): Remove unused variable. 2012-02-10 13:44:57 +01:00
grub-mkrelpath.c * grub-core/fs/btrfs.c (find_device): Fix typos. 2012-02-23 22:27:25 +01:00
grub-mkrescue.in Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
grub-mkstandalone.in Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
grub-mount.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
grub-pe2elf.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
grub-probe.c * grub-core/disk/diskfilter.c (grub_diskfilter_print_partmap) 2012-02-11 11:57:47 +01:00
grub-reboot.in Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
grub-script-check.c * util/grub-script-check.c (argp_parser): Remove unused variable. 2012-02-10 12:54:40 +01:00
grub-set-default.in Source grub-mkconfig_lib from the build directory at build time. 2012-02-10 18:16:27 +01:00
grub-setup.c Convert grub-emu to argp. 2012-02-25 01:15:29 +01:00
import_gcry.py * configure.ac: Remove -Winline altogether and -Wmissing-prototypes on 2012-02-11 12:21:21 +01:00
import_unicode.py * include/grub/unicode.h (grub_unicode_compact_range): Replace end with 2011-12-25 16:03:42 +01:00
lvm.c 2011-10-09 Robert Millan <rmh@gnu.org> 2011-10-09 21:13:00 +02:00
misc.c * util/misc.c (grub_util_write_image_at): Fix format specification. 2012-02-10 12:52:46 +01:00
raid.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
resolve.c Improve and unify messages. 2012-02-05 11:07:33 +01:00