* grub-core/kern/efi/efi.c (grub_efi_get_variable): Add new function.
* include/grub/efi/efi.h: Likewise. * include/grub/efi/api.h: Add guid for EFI-specified variables. * include/grub/charset.h (GRUB_MAX_UTF16_PER_UTF8): New definition. * grub-core/normal/charset.c (grub_utf8_process): Move from here ... * include/grub/charset.h (grub_utf8_process): ... to here. Inline. * grub-core/normal/charset.c (grub_utf8_to_utf16): Move from here ... * include/grub/charset.h (grub_utf8_to_utf16): ... to here. Inline.
This commit is contained in:
parent
e33f8d692f
commit
c598862958
6 changed files with 163 additions and 110 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2012-02-27 Matthew Garrett <mjg@redhat.com>
|
||||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/efi/efi.c (grub_efi_get_variable): Add new function.
|
||||
* include/grub/efi/efi.h: Likewise.
|
||||
* include/grub/efi/api.h: Add guid for EFI-specified variables.
|
||||
* include/grub/charset.h (GRUB_MAX_UTF16_PER_UTF8): New definition.
|
||||
* grub-core/normal/charset.c (grub_utf8_process): Move from here ...
|
||||
* include/grub/charset.h (grub_utf8_process): ... to here. Inline.
|
||||
* grub-core/normal/charset.c (grub_utf8_to_utf16): Move from here ...
|
||||
* include/grub/charset.h (grub_utf8_to_utf16): ... to here. Inline.
|
||||
|
||||
2012-02-27 Matthew Garrett <mjg@redhat.com>
|
||||
|
||||
* include/grub/efi/pci.h: New file to define EFI PCI protocols.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue