index
:
rocket-tools/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
/
pcibios.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-4
/
+4
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-2
/
+2
2013-03-03
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
Kevin O'Connor
1
-8
/
+8
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+1
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
/
+3
2012-05-20
EBDA cleanups.
Kevin O'Connor
1
-1
/
+1
2011-07-10
Rename the apm, pcibios, and elf entry points.
Kevin O'Connor
1
-4
/
+4
2011-07-02
Rename foreachbdf_in_bus to foreachbdf and simplify it.
Kevin O'Connor
1
-4
/
+4
2011-07-02
Convert remaining callers of foreachbdf to foreachbdf_in_bus.
Kevin O'Connor
1
-26
/
+29
2011-06-19
Rename foreachpci macro to foreachbdf.
Kevin O'Connor
1
-3
/
+3
2010-01-03
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
1
-2
/
+0
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-2
/
+2
2009-12-30
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
1
-3
/
+45
2009-12-13
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
1
-6
/
+6
2009-01-21
Minor - use a struct when working with pcibios 1ab10e param.
Kevin O'Connor
1
-8
/
+13
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-5
/
+5
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-3
/
+3
2009-01-19
Fix apparent bug in pci bios handle_1ab10e function.
Kevin O'Connor
1
-1
/
+1
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2008-12-28
Move pir table offset from ebda to a global variable.
Kevin O'Connor
1
-5
/
+7
2008-12-04
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
1
-23
/
+28
2008-11-29
Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...
Kevin O'Connor
1
-1
/
+6
2008-11-09
Overhaul PCI config functions.
Kevin O'Connor
1
-23
/
+29
2008-11-08
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
1
-1
/
+1
2008-08-31
Rename pci_find_class() to pci_find_classprog(), and add new functions.
Kevin O'Connor
1
-1
/
+1
2008-08-29
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
1
-1
/
+1
2008-08-17
Return max bus number in int 1a/b101 call.
Kevin O'Connor
1
-5
/
+4
2008-07-19
Misc fixes and updates.
Kevin O'Connor
1
-0
/
+1
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-0
/
+2
2008-06-21
PCI fixes
Kevin O'Connor
1
-1
/
+1
2008-06-12
Generate PIR table at post time.
Kevin O'Connor
1
-100
/
+8
2008-06-11
Move PIR table definitions to pcibios.h.
Kevin O'Connor
1
-28
/
+2
2008-06-07
Update PCI devid of PIR table.
Kevin O'Connor
1
-4
/
+6
2008-05-24
PCI enhancements.
Kevin O'Connor
1
-62
/
+25
2008-03-21
Minor change - use set_success() instead of set_cf in pcibios.c.
Kevin O'Connor
1
-1
/
+1
2008-03-16
Basic support for PCI BIOS.
Kevin O'Connor
1
-0
/
+322