]> git.proxmox.com Git - grub2.git/commit - grub-core/loader/xnu_resume.c
2009-05-03 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Sat, 2 May 2009 23:19:20 +0000 (23:19 +0000)
committerphcoder <phcoder@localhost>
Sat, 2 May 2009 23:19:20 +0000 (23:19 +0000)
commitbbee0f2b56626e7dc20a69782740ad64c35f3770
tree6be16b1594efcf7b64dada26e91c84e677c4070f
parent5caf964d75379883d1c9d8d92b3497f7f7081a65
2009-05-03  Vladimir Serbinenko  <phcoder@gmail.com>

xnu support

* conf/i386-efi.rmk (kernel_mod_HEADERS): added i386/pit.h
(pkglib_MODULES): add xnu.mod
(xnu_mod_SOURCES): new variable
(xnu_mod_CFLAGS): likewise
(xnu_mod_LDFLAGS): likewise
(xnu_mod_ASFLAGS): likewise
* conf/i386-pc.rmk: likewise
* conf/x86_64-efi.rmk: likewise
* include/grub/efi/efi.h (grub_efi_finish_boot_services):
new declaration
* include/grub/i386/macho.h: new file
* include/grub/i386/xnu.h: likewise
* include/grub/macho.h: likewise
* include/grub/machoload.h: likewise
* include/grub/x86_64/macho.h: likewise
* include/grub/x86_64/xnu.h: likewise
* include/grub/xnu.h: likewise
* kern/efi/efi.c (grub_efi_finish_boot_services): new function
* kern/efi/mm.c (MAX_HEAP_SIZE): increase
* loader/i386/efi/xnu.c: new file
* loader/i386/pc/xnu.c: likewise
* loader/i386/xnu.c: likewise
* loader/i386/xnu_helper.S: likewise
* loader/macho.c: likewise
* loader/xnu.c: likewise
* loader/xnu_resume.c: likewise
* util/grub-dumpdevtree: likewise
* include/grub/i386/pit.h: include grub/err.h
(grub_pit_wait): export
* util/grub.d/30_os-prober.in: support Darwin/Mac OS X
24 files changed:
ChangeLog
conf/i386-efi.rmk
conf/i386-pc.rmk
conf/x86_64-efi.rmk
include/grub/efi/efi.h
include/grub/i386/macho.h [new file with mode: 0644]
include/grub/i386/pit.h
include/grub/i386/xnu.h [new file with mode: 0644]
include/grub/macho.h [new file with mode: 0644]
include/grub/machoload.h [new file with mode: 0644]
include/grub/x86_64/macho.h [new file with mode: 0644]
include/grub/x86_64/xnu.h [new file with mode: 0644]
include/grub/xnu.h [new file with mode: 0644]
kern/efi/efi.c
kern/efi/mm.c
loader/i386/efi/xnu.c [new file with mode: 0644]
loader/i386/pc/xnu.c [new file with mode: 0644]
loader/i386/xnu.c [new file with mode: 0644]
loader/i386/xnu_helper.S [new file with mode: 0644]
loader/macho.c [new file with mode: 0644]
loader/xnu.c [new file with mode: 0644]
loader/xnu_resume.c [new file with mode: 0644]
util/grub-dumpdevtree [new file with mode: 0644]
util/grub.d/30_os-prober.in