* grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong

description.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-22 14:06:48 +01:00
parent 320abd4348
commit 0ec45a682c
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-03-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong
description.
2013-03-21 Vladimir Serbinenko <phcoder@gmail.com> 2013-03-21 Vladimir Serbinenko <phcoder@gmail.com>
* po/POTFILES.in: Regenerate. * po/POTFILES.in: Regenerate.

View file

@ -29,7 +29,7 @@ static const char *console_descs[] = {
"8250 UART", "8250 UART",
"VGA", "VGA",
"BTEXT", "BTEXT",
"CBMEM console", "log buffer console",
"SROM", "SROM",
"EHCI debug", "EHCI debug",
"memory-mapped 8250 UART" "memory-mapped 8250 UART"
@ -54,7 +54,7 @@ static const char *descs[] = {
[0x13] = "GPIO", [0x13] = "GPIO",
[0x15] = "VDAT", [0x15] = "VDAT",
[GRUB_LINUXBIOS_MEMBER_TIMESTAMPS] = "timestamps (`coreboot_boottime' to list)", [GRUB_LINUXBIOS_MEMBER_TIMESTAMPS] = "timestamps (`coreboot_boottime' to list)",
[GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmem' to list)", [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmemc' to list)",
[0x18] = "MRC cache", [0x18] = "MRC cache",
[0x19] = "VBNV", [0x19] = "VBNV",
[0xc8] = "CMOS option table", [0xc8] = "CMOS option table",