aboutsummaryrefslogtreecommitdiff
path: root/src/pci.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-161/+0
2013-06-08Convert PCIDevices list to use standard list manipultion code.Kevin O'Connor1-4/+5
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-06-09Minor - Replace PirOffset with PirAddr.Kevin O'Connor1-2/+2
2012-06-07pciinit: make pci ressources configurableGerd Hoffmann1-0/+2
2012-04-26pciinit: bridges can have two regions tooAlexey Korolev1-0/+1
2012-04-26pciinit: Introduction of pci_region_entry structureAlexey Korolev1-5/+0
2011-10-01Probe PCI existenceJan Kiszka1-1/+2
2011-07-12pci: add two-pass pci initialization codeGerd Hoffmann1-0/+8
2011-07-02Rename foreachbdf_in_bus to foreachbdf and simplify it.Kevin O'Connor1-12/+5
2011-07-02Convert pci_find_device/class to use 'struct pci_device'.Kevin O'Connor1-2/+2
2011-06-21Use 'struct pci_device' to note which devices have native drivers.Kevin O'Connor1-0/+3
2011-06-21Convert pci_init_device to use 'struct pci_device'.Kevin O'Connor1-3/+5
2011-06-20Replace PCIPaths code with struct pci_device.Kevin O'Connor1-5/+0
2011-06-20Convert USB detection code to use struct pci_device.Kevin O'Connor1-0/+3
2011-06-20Convert option rom scan to use struct pci_device.Kevin O'Connor1-11/+0
2011-06-20Find all pci devices at startup and cache them for future use.Kevin O'Connor1-0/+20
2011-06-19Rename foreachpci macro to foreachbdf.Kevin O'Connor1-2/+2
2011-01-10Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor1-0/+5
2010-12-05pci: add helper functions for mmio bar access from real mode.Gerd Hoffmann1-0/+4
2010-09-15Try to hard-reboot processor on rerun of post under coreboot.Kevin O'Connor1-0/+1
2010-07-24seabios: pci: introduce helper function to find device from table and initial...Isaku Yamahata1-0/+1
2010-07-10seabios: pci: introduce helper function to initialize a given device.Isaku Yamahata1-0/+34
2010-07-04seabios: pci: introduce foreachpci_in_bus() helper macro.Isaku Yamahata1-0/+10
2010-05-23Improve optionrom debugging statements.Kevin O'Connor1-0/+10
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2010-01-03mptable: Reset pinmask on new bus or device.Kevin O'Connor1-0/+3
2009-10-12Add stubs for USB OHCI support.Kevin O'Connor1-1/+1
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-0/+1
2009-07-19Only run the vga option rom of an enabled vga device.Kevin O'Connor1-0/+1
2009-02-05Add pci_to_bdf() helper function.Kevin O'Connor1-0/+3
2008-12-28Move pir table offset from ebda to a global variable.Kevin O'Connor1-0/+2
2008-12-04Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor1-6/+5
2008-11-29Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...Kevin O'Connor1-2/+5
2008-11-09Overhaul PCI config functions.Kevin O'Connor1-21/+15
2008-11-08Synch pci ids and registers with Linux kernel source.Kevin O'Connor1-34/+0
2008-10-25Support pci init of both PIIX3 and PIIX4 - patch from bochs bios.Kevin O'Connor1-0/+2
2008-10-25Use defines for PCI ids.Kevin O'Connor1-0/+9
2008-08-31Rename pci_find_class() to pci_find_classprog(), and add new functions.Kevin O'Connor1-4/+22
2008-06-12Generate PIR table at post time.Kevin O'Connor1-13/+17
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-0/+16
2008-06-11Move PIR table definitions to pcibios.h.Kevin O'Connor1-0/+34
2008-05-24PCI enhancements.Kevin O'Connor1-8/+18
2008-03-21Guard header file pci.hKevin O'Connor1-0/+5
2008-03-16Basic support for PCI BIOS.Kevin O'Connor1-0/+13
2008-03-08Revert "Commit missing files from last commit."Kevin O'Connor1-102/+0
2008-03-05Commit missing files from last commit.Kevin O'Connor1-0/+102