index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-14
Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.
Kevin O'Connor
1
-0
/
+1
2013-06-08
Convert PCIDevices list to use standard list manipultion code.
Kevin O'Connor
1
-4
/
+3
2013-03-08
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
Kevin O'Connor
1
-1
/
+1
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+1
2012-06-02
Cache romfile entries.
Kevin O'Connor
1
-1
/
+1
2012-03-11
Increase the debug level of several frequent dprintf() statements.
Kevin O'Connor
1
-4
/
+4
2011-10-01
Probe PCI existence
Jan Kiszka
1
-1
/
+13
2011-07-05
Replace CONFIG_EXTRA_PCI_ROOTS with dynamic "etc/extra-pci-roots" file.
Kevin O'Connor
1
-4
/
+4
2011-07-02
Replace CONFIG_PCI_ROOT1/2 with CONFIG_EXTRA_PCI_ROOTS.
Kevin O'Connor
1
-6
/
+4
2011-07-02
Rename foreachbdf_in_bus to foreachbdf and simplify it.
Kevin O'Connor
1
-29
/
+11
2011-07-02
Convert remaining callers of foreachbdf to foreachbdf_in_bus.
Kevin O'Connor
1
-46
/
+60
2011-07-02
Convert pci_find_device/class to use 'struct pci_device'.
Kevin O'Connor
1
-15
/
+12
2011-06-21
Convert pci_init_device to use 'struct pci_device'.
Kevin O'Connor
1
-19
/
+14
2011-06-20
Replace PCIPaths code with struct pci_device.
Kevin O'Connor
1
-30
/
+0
2011-06-20
Convert option rom scan to use struct pci_device.
Kevin O'Connor
1
-55
/
+0
2011-06-20
Find all pci devices at startup and cache them for future use.
Kevin O'Connor
1
-0
/
+60
2011-06-19
Rename foreachpci macro to foreachbdf.
Kevin O'Connor
1
-5
/
+5
2011-01-22
Fix to prevent infinite loop in build_pci_path().
Kevin O'Connor
1
-2
/
+3
2011-01-10
Add ability to track PCI paths and add to build_pci_path().
Kevin O'Connor
1
-0
/
+29
2010-12-05
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
Kevin O'Connor
1
-8
/
+4
2010-12-05
pci: add helper functions for mmio bar access from real mode.
Gerd Hoffmann
1
-0
/
+51
2010-09-15
Try to hard-reboot processor on rerun of post under coreboot.
Kevin O'Connor
1
-0
/
+10
2010-07-24
seabios: pci: introduce helper function to find device from table and initial...
Isaku Yamahata
1
-0
/
+12
2010-07-10
seabios: pci: introduce helper function to initialize a given device.
Isaku Yamahata
1
-0
/
+20
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-1
/
+1
2009-10-12
Add stubs for USB OHCI support.
Kevin O'Connor
1
-16
/
+13
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-0
/
+8
2009-07-19
Only run the vga option rom of an enabled vga device.
Kevin O'Connor
1
-0
/
+56
2009-02-28
Support multiple independent root buses (if known at compile time).
Kevin O'Connor
1
-3
/
+9
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2008-12-04
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
1
-19
/
+4
2008-11-29
Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...
Kevin O'Connor
1
-34
/
+36
2008-11-28
Fix bug - bios writes must be enabled before max PCI bus detected.
Kevin O'Connor
1
-1
/
+1
2008-11-09
Overhaul PCI config functions.
Kevin O'Connor
1
-67
/
+75
2008-11-08
Synch pci ids and registers with Linux kernel source.
Kevin O'Connor
1
-0
/
+1
2008-08-31
Rename pci_find_class() to pci_find_classprog(), and add new functions.
Kevin O'Connor
1
-3
/
+27
2008-08-17
Return max bus number in int 1a/b101 call.
Kevin O'Connor
1
-4
/
+3
2008-07-09
Fix error in pci_find_class().
Kevin O'Connor
1
-2
/
+1
2008-06-21
PCI fixes
Kevin O'Connor
1
-24
/
+31
2008-06-11
Move PIR table definitions to pcibios.h.
Kevin O'Connor
1
-0
/
+7
2008-05-24
PCI enhancements.
Kevin O'Connor
1
-18
/
+66
2008-03-16
Basic support for PCI BIOS.
Kevin O'Connor
1
-0
/
+38
2008-03-08
Revert "Commit missing files from last commit."
Kevin O'Connor
1
-286
/
+0
2008-03-05
Commit missing files from last commit.
Kevin O'Connor
1
-0
/
+286