add changelog entry
This commit is contained in:
parent
736e0ade54
commit
638dbe4f27
1 changed files with 16 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2011-05-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fuloong video init support.
|
||||
|
||||
* include/grub/vga.h (grub_vga_write_arx): inb monochrome address as
|
||||
well.
|
||||
(grub_vga_read_arx): New function.
|
||||
* grub-core/video/sis315pro.c (GRUB_SIS315PRO_MMIO_SPACE): New
|
||||
definition.
|
||||
(framebuffer): New members io, mmioptr and mmiobase.
|
||||
(read_sis_cmd): New function.
|
||||
(write_sis_cmd): Likewise.
|
||||
(grub_video_sis315pro_setup): Do the initialisation. Use 640x480
|
||||
rather than 640x400.
|
||||
* grub-core/video/sis315_init.c: New file.
|
||||
|
||||
2011-05-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/bus/cs5536.c: Don't include grub/machine/kernel.h on
|
||||
|
|
Loading…
Reference in a new issue