Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
2a9aeabdfb34374ecac25e7a8d21c9e368618cd4
/
src
/
pci.c
2a9aeab
Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.
by Kevin O'Connor
· 9 years ago
b98a4b1
Convert PCIDevices list to use standard list manipultion code.
by Kevin O'Connor
· 9 years ago
70c94dd
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
by Kevin O'Connor
· 9 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 9 years ago
59d6ca5
Cache romfile entries.
by Kevin O'Connor
· 10 years ago
bf079e1
Increase the debug level of several frequent dprintf() statements.
by Kevin O'Connor
· 10 years ago
58e6b3f
Probe PCI existence
by Jan Kiszka
· 11 years ago
b044e77
Replace CONFIG_EXTRA_PCI_ROOTS with dynamic "etc/extra-pci-roots" file.
by Kevin O'Connor
· 11 years ago
3076cfb
Replace CONFIG_PCI_ROOT1/2 with CONFIG_EXTRA_PCI_ROOTS.
by Kevin O'Connor
· 11 years ago
2b333e4
Rename foreachbdf_in_bus to foreachbdf and simplify it.
by Kevin O'Connor
· 11 years ago
0f654a9
Convert remaining callers of foreachbdf to foreachbdf_in_bus.
by Kevin O'Connor
· 11 years ago
0cd7005
Convert pci_find_device/class to use 'struct pci_device'.
by Kevin O'Connor
· 11 years ago
278b19f
Convert pci_init_device to use 'struct pci_device'.
by Kevin O'Connor
· 11 years ago
659c99d
Replace PCIPaths code with struct pci_device.
by Kevin O'Connor
· 11 years ago
862d5fb
Convert option rom scan to use struct pci_device.
by Kevin O'Connor
· 11 years ago
096a9b1
Find all pci devices at startup and cache them for future use.
by Kevin O'Connor
· 11 years ago
baac6b6
Rename foreachpci macro to foreachbdf.
by Kevin O'Connor
· 11 years ago
6fc7cf1
Fix to prevent infinite loop in build_pci_path().
by Kevin O'Connor
· 11 years ago
d08eb9c
Add ability to track PCI paths and add to build_pci_path().
by Kevin O'Connor
· 11 years ago
f3fe3aa
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
by Kevin O'Connor
· 11 years ago
f1f18eb
pci: add helper functions for mmio bar access from real mode.
by Gerd Hoffmann
· 11 years ago
adaf373
Try to hard-reboot processor on rerun of post under coreboot.
by Kevin O'Connor
· 12 years ago
23173ac
seabios: pci: introduce helper function to find device from table and initialize it.
by Isaku Yamahata
· 12 years ago
968d3a8
seabios: pci: introduce helper function to initialize a given device.
by Isaku Yamahata
· 12 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 12 years ago
59f0283
Add stubs for USB OHCI support.
by Kevin O'Connor
· 13 years ago
114592f
Initial support for USB, UHCI, and USB Keyboards.
by Kevin O'Connor
· 13 years ago
04eece2
Only run the vga option rom of an enabled vga device.
by Kevin O'Connor
· 13 years ago
6707c30
Support multiple independent root buses (if known at compile time).
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
4132e02
Don't allow start_bdf with new auto max bus detection code.
by Kevin O'Connor
· 13 years ago
e633832
Only touch PCI functions > 0 on multi-function devices; rescan max pci each time.
by Kevin O'Connor
· 13 years ago
cf89e66
Fix bug - bios writes must be enabled before max PCI bus detected.
by Kevin O'Connor
· 13 years ago
be19cdc
Overhaul PCI config functions.
by Kevin O'Connor
· 14 years ago
2ed2f58
Synch pci ids and registers with Linux kernel source.
by Kevin O'Connor
· 14 years ago
5fdaa03
Rename pci_find_class() to pci_find_classprog(), and add new functions.
by Kevin O'Connor
· 14 years ago
cde7a58
Return max bus number in int 1a/b101 call.
by Kevin O'Connor
· 14 years ago
71c5776
Fix error in pci_find_class().
by Kevin O'Connor
· 14 years ago
db03d5d
PCI fixes
by Kevin O'Connor
· 14 years ago
061d137
Move PIR table definitions to pcibios.h.
by Kevin O'Connor
· 14 years ago
0f803e4
PCI enhancements.
by Kevin O'Connor
· 14 years ago
a0dc296
Basic support for PCI BIOS.
by Kevin O'Connor
· 14 years ago
ef5789e
Revert "Commit missing files from last commit."
by Kevin O'Connor
· 14 years ago
a75284d
Commit missing files from last commit.
by Kevin O'Connor
· 14 years ago