2008-08-03 Robert Millan <rmh@aybabtu.com>
Make PCI available on all i386 architectures. * include/grub/i386/pc/pci.h: Move from here ... * include/grub/i386/pci.h: ... to here. * include/grub/i386/pc/pci.h: Remove. * include/grub/i386/efi/pci.h: Remove. * include/grub/x86_64/efi/pci.h: Remove. * include/grub/pci.h: Replace `<grub/machine/pci.h>' with `<grub/cpu/pci.h>'. * conf/i386-coreboot.rmk (pkglib_MODULES): Add `pci' and `lspci'. (pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS, lspci_mod_SOURCES) (lspci_mod_CFLAGS, lspci_mod_LDFLAGS): New variables. * conf/i386-ieee1275.rmk: Likewise.
This commit is contained in:
parent
e14a6184ba
commit
dd19c7d795
9 changed files with 275 additions and 43 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
2008-08-03 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Make PCI available on all i386 architectures.
|
||||
|
||||
* include/grub/i386/pc/pci.h: Move from here ...
|
||||
* include/grub/i386/pci.h: ... to here.
|
||||
|
||||
* include/grub/i386/pc/pci.h: Remove.
|
||||
* include/grub/i386/efi/pci.h: Remove.
|
||||
* include/grub/x86_64/efi/pci.h: Remove.
|
||||
|
||||
* include/grub/pci.h: Replace `<grub/machine/pci.h>' with
|
||||
`<grub/cpu/pci.h>'.
|
||||
|
||||
* conf/i386-coreboot.rmk (pkglib_MODULES): Add `pci' and `lspci'.
|
||||
(pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS, lspci_mod_SOURCES)
|
||||
(lspci_mod_CFLAGS, lspci_mod_LDFLAGS): New variables.
|
||||
|
||||
* conf/i386-ieee1275.rmk: Likewise.
|
||||
|
||||
2008-08-03 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* term/i386/pc/vga_text.c (CRTC_CURSOR_DISABLE): New macro.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue