]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/commands/efi/lsefisystab.c: New file.
authorTristan Gingold <gingold@free.fr>
Mon, 13 Sep 2010 11:14:44 +0000 (13:14 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 11:14:44 +0000 (13:14 +0200)
* grub-core/commands/efi/lssal.c: Likewise.
* grub-core/Makefile.core.def (lsacpi): New module.
(lsefisystab): Likewise.
* include/grub/efi/api.h (GRUB_EFI_SAL_TABLE_GUID): New definition.
(GRUB_EFI_HCDP_TABLE_GUID): Likewise.
(grub_efi_sal_system_table): New struct.
(grub_efi_sal_system_table_entrypoint_descriptor): Likewise.
(grub_efi_sal_system_table_memory_descriptor): Likewise.
(grub_efi_sal_system_table_platform_features): Likewise.
(grub_efi_sal_system_table_translation_register_descriptor): Likewise.
(grub_efi_sal_system_table_purge_translation_coherence): Likewise.
(grub_efi_sal_system_table_ap_wakeup): Likewise.
* include/grub/types.h (PRIuGRUB_UINT64_T): New definition.

Also-By: Robert Millan <rmh.grub@aybabtu.com>
Also-By: Vladimir Serbinenko <phcoder@gmail.com>
1  2 
ChangeLog

diff --cc ChangeLog
index f6678af06ed845281733d2f9700c5c152106e608,b2164f905dc3cac91b34786492d5ae7a0e6b93f5..78f29cfdc75c4b3666d648e5fbdd5c5f91e4b97c
+++ b/ChangeLog
@@@ -1,74 -1,3 +1,93 @@@
++2010-09-13  Tristan Gingold  <gingold@free.fr>
++2010-09-13  Robert Millan  <rmh.grub@aybabtu.com>
++2010-09-13  Vladimir Serbinenko  <phcoder@gmail.com>
++
++      * grub-core/commands/efi/lsefisystab.c: New file.
++      * grub-core/commands/efi/lssal.c: Likewise.
++      * grub-core/Makefile.core.def (lsacpi): New module.
++      (lsefisystab): Likewise.
++      * include/grub/efi/api.h (GRUB_EFI_SAL_TABLE_GUID): New definition.
++      (GRUB_EFI_HCDP_TABLE_GUID): Likewise.
++      (grub_efi_sal_system_table): New struct.
++      (grub_efi_sal_system_table_entrypoint_descriptor): Likewise.
++      (grub_efi_sal_system_table_memory_descriptor): Likewise.
++      (grub_efi_sal_system_table_platform_features): Likewise.
++      (grub_efi_sal_system_table_translation_register_descriptor): Likewise.
++      (grub_efi_sal_system_table_purge_translation_coherence): Likewise.
++      (grub_efi_sal_system_table_ap_wakeup): Likewise.
++      * include/grub/types.h (PRIuGRUB_UINT64_T): New definition.
++
 +2010-09-13  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      Support explicit user claim that a device is BIOS-visible.
 +
 +      * grub-core/kern/emu/getroot.c (grub_util_get_dev_abstraction):
 +      Return GRUB_DEV_ABSTRACTION_NONE if device is in device.map.
 +      * grub-core/kern/emu/hostdisk.c
 +      (convert_system_partition_to_system_disk): Support mdX.
 +      (find_system_device): New parameter add. All users updated.
 +      (grub_util_biosdisk_is_present): New function.
 +      * include/grub/emu/hostdisk.h (grub_util_biosdisk_is_present): New
 +      proto.
 +
 +2010-09-13  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      Search hints support.
 +
 +      * commands/search.c (FUNC_NAME): New arguments hints and nhints.
 +      All users updated.
 +
 +2010-09-13  Yves Blusseau  <blusseau@zetam.org>
 +
 +      Bash completion script for util commands
 +
 +      * Makefile.am:  Add util/bash-completion.d directory
 +      * configure.ac: Likewise.
 +      * util/bash-completion.d/Makefile.am: New file.
 +      * util/bash-completion.d/grub-completion.bash.in: Likewise.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/normal/term.c (put_glyphs_terminal): Correct sign.
 +      (print_backlog): set backlog_ucs4 and backlog_glyphs.
 +      Reported by: Yves Blusseau.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/normal/misc.c (grub_normal_print_device_info): Show
 +      partition size and offset.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/commands/wildcard.c (make_regex): Escape brackets.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/commands/ls.c (grub_cmd_ls): Accept multiple files.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/kern/misc.c (grub_vprintf): Use va_copy when necessary.
 +      (grub_xvasprintf): Likewise.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/kern/emu/main.c (main): Call hostfs_init only after init_all.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/commands/menuentry.c (append_menu_entry): Don't rely on
 +      args ending with NULL.
 +
 +2010-09-12  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      * grub-core/lib/xzembed/xz_dec_stream.c (xz_dec_reset): Preserve context
 +      pointer.
 +
 +2010-09-11  Szymon Janc <szymon@janc.net.pl>
 +
 +      * grub-core/commands/lsacpi.c (grub_cmd_lsacpi): Fix prototype.
 +
  2010-09-11  Vladimir Serbinenko  <phcoder@gmail.com>
  
        Shutdown using ACPI.