]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2008-08-03 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sun, 3 Aug 2008 18:14:07 +0000 (18:14 +0000)
committerrobertmh <robertmh@localhost>
Sun, 3 Aug 2008 18:14:07 +0000 (18:14 +0000)
commitdd19c7d795a40b5334ba27dd00e591dfa0adb4f9
tree087d383067eae511b53c83bf9641a475ea563097
parente14a6184ba309d9a4dbdc36a6a4aa2fa85181fdb
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.
ChangeLog
conf/i386-coreboot.mk
conf/i386-coreboot.rmk
conf/i386-ieee1275.mk
conf/i386-ieee1275.rmk
include/grub/i386/efi/pci.h [deleted file]
include/grub/i386/pc/pci.h [deleted file]
include/grub/i386/pci.h [new file with mode: 0644]
include/grub/pci.h
include/grub/x86_64/efi/pci.h [deleted file]