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
/
optionroms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
optionrom: disallow int19 redirect for pnp roms.
Gerd Hoffmann
1
-0
/
+24
2018-06-22
optionrom: enable non-vga display devices
Gerd Hoffmann
1
-1
/
+28
2017-09-22
add serial console support
Gerd Hoffmann
1
-6
/
+3
2016-04-06
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
Kevin O'Connor
1
-39
/
+22
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
1
-1
/
+2
2016-02-03
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
1
-12
/
+7
2015-08-12
optionroms: Don't run option rom on PCI bar if CBFS/fw_cfg version exists
Kevin O'Connor
1
-18
/
+12
2015-06-11
tpm: Move call to tpm_option_rom into init_optionrom
Stefan Berger
1
-1
/
+2
2015-06-01
Add 'measurement' code to the BIOS
Stefan Berger
1
-0
/
+2
2015-02-24
Add an option to only execute option ROMs contained in CBFS
tpearson@raptorengineeringinc.com
1
-4
/
+4
2014-01-22
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
1
-2
/
+0
2013-12-04
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move pnpbios definition to new file std/pnpbios.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-4
/
+5
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
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
-3
/
+3
2013-03-22
pciinit: Enable default VGA device
Alex Williamson
1
-1
/
+1
2013-02-17
Rename rom_get_top() to rom_get_max().
Kevin O'Connor
1
-2
/
+2
2013-02-15
Warn on unaligned PCI ROM structure in option roms.
Kevin O'Connor
1
-0
/
+3
2013-02-12
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
1
-1
/
+1
2013-02-07
Export callrom() for CSM to use
David Woodhouse
1
-1
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-6
/
+6
2012-06-02
Cache romfile entries.
Kevin O'Connor
1
-8
/
+8
2012-05-28
Rename call16 to farcall16.
Kevin O'Connor
1
-1
/
+1
2012-05-21
Allow optionroms and "low mem" to share space.
Kevin O'Connor
1
-51
/
+60
2012-05-13
Use the e-segment instead of the 9-segment for bios "low mem".
Kevin O'Connor
1
-11
/
+3
2012-02-18
Running vgabios during resume from S3 on QEMU by default
Gleb Natapov
1
-1
/
+1
2012-01-14
Permit multiple BEV and BEV/BCV combinations in a single option rom.
Kevin O'Connor
1
-11
/
+10
2011-12-20
Move optionroms definitions into a separate header
Julian Pidancet
1
-52
/
+1
2011-08-03
Allow free space in f-segment to be used by malloc_fseg().
Kevin O'Connor
1
-1
/
+1
2011-07-10
Push use of 'struct pci_device' to bootprio_find_pci_rom().
Kevin O'Connor
1
-2
/
+2
2011-07-05
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
Kevin O'Connor
1
-0
/
+3
2011-07-05
Replace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume-vga-init" file.
Kevin O'Connor
1
-1
/
+4
2011-07-05
Replace "CONFIG_OPTIONROMS_CHECKSUM" with "etc/optionroms-checksum" file.
Kevin O'Connor
1
-1
/
+5
2011-07-02
Calculate vgahook responses during setup instead of in 16bit code.
Kevin O'Connor
1
-1
/
+2
2011-06-21
Use 'struct pci_device' to note which devices have native drivers.
Kevin O'Connor
1
-3
/
+1
2011-06-20
Convert option rom scan to use struct pci_device.
Kevin O'Connor
1
-31
/
+55
2011-06-20
Remove support for compiling in OPTIONROM_VENDEV_1/2.
Kevin O'Connor
1
-8
/
+0
2011-06-19
Rename foreachpci macro to foreachbdf.
Kevin O'Connor
1
-2
/
+2
2011-03-06
Add config option to permit running option roms with bad checksums.
Kevin O'Connor
1
-1
/
+2
2010-12-27
Add stubs to permit devices to specify their boot priority.
Kevin O'Connor
1
-5
/
+20
2010-12-27
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
1
-3
/
+3
2010-12-24
Track the source of each optionrom deployed.
Kevin O'Connor
1
-10
/
+24
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-4
/
+1
2010-09-25
Fix typo preventing relocated space from being used for option roms.
Kevin O'Connor
1
-1
/
+1
[next]