]> git.ipfire.org Git - thirdparty/grub.git/commit
Coreboot video support.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Jun 2011 06:54:55 +0000 (08:54 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Jun 2011 06:54:55 +0000 (08:54 +0200)
commit9fc9ce3795196effead800fecffff70c0b3415bd
tree8b503591f09d46ee972251799be818499dec0df0
parent41bec7fec9b8a56172ab99997d5c86de9cffd405
Coreboot video support.

* grub-core/Makefile.core.def (vga): Extend to coreboot and multiboot.
(vbe): Likewise.
* grub-core/kern/i386/coreboot/startup.S: Include int.S.
* grub-core/kern/i386/pc/startup.S (grub_bios_interrupt): Moved from
here ...
* grub-core/kern/i386/int.S: ... here.
* grub-core/video/i386/pc/vbe.c: Updated includes.
* grub-core/video/i386/pc/vga.c: Likewise.
* include/grub/i386/coreboot/memory.h
(GRUB_MEMORY_MACHINE_SCRATCH_ADDR): New definition.
(GRUB_MEMORY_MACHINE_SCRATCH_SEG): Likewise.
(GRUB_MEMORY_MACHINE_SCRATCH_SIZE): Likewise.
* include/grub/i386/pc/int.h (GRUB_CPU_INT_FLAGS_DEFAULT) [!PCBIOS]:
Disable interrupts.
* include/grub/i386/pc/vga.h: Removed. All users updated.
ChangeLog
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/kern/i386/coreboot/startup.S
grub-core/kern/i386/int.S [new file with mode: 0644]
grub-core/kern/i386/pc/startup.S
grub-core/video/i386/pc/vbe.c
grub-core/video/i386/pc/vga.c
include/grub/i386/coreboot/memory.h
include/grub/i386/pc/int.h
include/grub/i386/pc/vga.h [deleted file]