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
/
util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
add serial console support
Gerd Hoffmann
1
-0
/
+4
2017-09-22
kbd: make enqueue_key public, add ascii_to_keycode
Gerd Hoffmann
1
-0
/
+2
2017-03-13
resume: Don't attempt to use generic reboot mechanisms on QEMU
Kevin O'Connor
1
-1
/
+1
2016-11-27
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
1
-0
/
+1
2016-08-05
version: Update header files now that version.c is not auto generated
Kevin O'Connor
1
-4
/
+3
2016-07-07
smp: restore MSRs on S3 resume
Paolo Bonzini
1
-0
/
+1
2016-02-03
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
1
-0
/
+2
2016-01-12
post: Always set HaveRunPost prior to setting any other global variable
Kevin O'Connor
1
-0
/
+1
2015-12-20
tpm: Add a menu for TPM configuration
Stefan Berger
1
-0
/
+1
2015-11-20
util.h: Minor - HaveRunPost is in misc.c not resume.c
Kevin O'Connor
1
-3
/
+1
2015-10-15
build: Report gcc and binutils versions in debug log
Kevin O'Connor
1
-1
/
+1
2015-08-24
Add minimal support for machines without hardware interrupts
Kevin O'Connor
1
-0
/
+1
2015-07-24
Minor - move declaration of CDRom_locks to code that uses it
Kevin O'Connor
1
-1
/
+0
2015-07-14
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
1
-4
/
+4
2015-06-01
Add multiboot support.
Vladimir Serbinenko
1
-0
/
+3
2015-05-21
Support for BIOS interrupt handler
Stefan Berger
1
-0
/
+1
2014-12-29
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
1
-0
/
+4
2014-06-06
Abstract reset call (and possible 16bit mode switch) into reset() function.
Kevin O'Connor
1
-3
/
+0
2014-06-04
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
1
-0
/
+1
2014-06-04
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
1
-1
/
+0
2014-06-04
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
1
-1
/
+0
2014-06-04
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
1
-1
/
+1
2014-05-20
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
1
-0
/
+1
2014-05-06
If an int 1587 call is made from an option rom, stay in bigreal mode.
Kevin O'Connor
1
-0
/
+1
2014-05-06
SMBIOS: Check for aggregate tables & entry point in fw_cfg
Gabriel L. Somlo
1
-1
/
+2
2014-04-11
coreboot: Make coreboot table searching available to other code.
Kevin O'Connor
1
-0
/
+3
2014-04-07
Use biostables.c for copying bios tables even when generating them.
Kevin O'Connor
1
-0
/
+3
2014-04-07
Move PirAddr definition from pirtable.c to biostables.c.
Kevin O'Connor
1
-1
/
+1
2014-04-07
smbios: Move smbios parsing logic from smbios.c to biostables.c.
Kevin O'Connor
1
-2
/
+2
2014-04-07
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
Kevin O'Connor
1
-7
/
+5
2014-01-15
resume: restore piix pm config registers after resume
Marcel Apfelbaum
1
-0
/
+1
2013-12-04
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
1
-1
/
+1
2013-11-06
biostables: support looking up RSDP
Michael S. Tsirkin
1
-0
/
+1
2013-10-26
vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470
Jonathan A. Kollasch
1
-0
/
+1
2013-09-28
Move dma code to new file hw/dma.c.
Kevin O'Connor
1
-1
/
+4
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-2
/
+0
2013-09-28
Move PIT setup from clock.c to hw/timer.c.
Kevin O'Connor
1
-3
/
+4
2013-09-18
Sort the sections of util.h.
Kevin O'Connor
1
-119
/
+119
2013-09-18
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
1
-1
/
+41
2013-09-18
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
1
-1
/
+2
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-0
/
+22
2013-09-18
Move pnpbios definition to new file std/pnpbios.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
1
-0
/
+10
2013-09-18
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
1
-0
/
+3
2013-09-18
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
1
-0
/
+5
2013-09-18
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
1
-1
/
+6
2013-09-18
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
1
-0
/
+4
2013-09-18
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
Kevin O'Connor
1
-0
/
+4
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-62
/
+1
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-59
/
+0
[next]