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