grub/grub-core
Tristan Gingold 105de6a758 * 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.

	Also-By: Robert Millan <rmh.grub@aybabtu.com>

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
2010-09-01 02:37:17 +02:00
..
boot Handle USB pendrives exposed as floppies. 2010-08-27 03:44:55 +02:00
bus Fix alignment and add explicit assert for td and ed size 2010-08-30 16:25:14 +02:00
commands * grub-core/commands/efi/lsefisystab.c: New file. 2010-09-01 02:37:17 +02:00
disk merge mainline into intwrap 2010-08-29 23:21:21 +02:00
efiemu merge mainline into newreloc 2010-08-29 18:54:50 +02:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs merge mainline into intwrap 2010-08-29 23:21:21 +02:00
gettext merge with mainline 2010-07-13 00:43:28 +05:30
gfxmenu merge with mainline 2010-07-13 00:43:28 +05:30
gnulib automake commit without merge history 2010-05-06 11:34:04 +05:30
hello automake commit without merge history 2010-05-06 11:34:04 +05:30
hook automake commit without merge history 2010-05-06 11:34:04 +05:30
io automake commit without merge history 2010-05-06 11:34:04 +05:30
kern Interrupt wrapping and code simplifications. 2010-08-30 22:02:58 +02:00
lib Add missing emu/halt.c 2010-08-30 00:54:15 +02:00
loader Interrupt wrapping and code simplifications. 2010-08-30 22:02:58 +02:00
mmap merge with mainline 2010-07-13 00:43:28 +05:30
normal merge mainline into intwrap 2010-08-30 03:26:09 +02:00
partmap merge with mainline 2010-08-19 16:54:00 +05:30
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script * grub-core/script/lexer.c (grub_script_lexer_init): Don't look before 2010-08-28 15:35:43 +02:00
term * grub-core/term/i386/vga_common.c (grub_console_setcolorstate): 2010-08-30 01:09:28 +02:00
tests Add missing newlines 2010-08-29 23:07:44 +02:00
video MErge mainline into intwrap 2010-08-25 23:39:42 +02:00
gencmdlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genfslist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genhandlerlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmoddep.awk cleanup 2010-06-03 11:52:33 +05:30
genmodsrc.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genpartmaplist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genparttoollist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gensymlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genterminallist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentrigtables.c automake commit without merge history 2010-05-06 11:34:04 +05:30
genvideolist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
Makefile.am Dimplify tags and enable USB on more platforms 2010-08-30 15:13:38 +02:00
Makefile.core.def * grub-core/commands/efi/lsefisystab.c: New file. 2010-09-01 02:37:17 +02:00