index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-12
tcgbios: Fix use of unitialized variable
rel-1.10.3
1.10-stable
Kevin O'Connor
1
-2
/
+1
2017-08-24
boot: Increase description size in boot menu
Kevin O'Connor
1
-1
/
+1
2017-03-14
resume: Don't attempt to use generic reboot mechanisms on QEMU
Kevin O'Connor
5
-5
/
+18
2017-02-24
QEMU fw_cfg: Write fw_cfg back on S3 resume
rel-1.10.2
Ben Warren
3
-0
/
+43
2017-02-24
QEMU fw_cfg: Add functions for accessing files by key
Ben Warren
2
-11
/
+32
2017-02-24
QEMU fw_cfg: Add command to write back address of file
Ben Warren
2
-3
/
+65
2017-02-24
romfile-loader: Switch to using named structs
Ben Warren
2
-37
/
+37
2017-02-24
QEMU DMA: Add DMA write capability
Ben Warren
2
-0
/
+52
2017-02-24
ps2port: Disable keyboard/mouse prior to resetting ps2 controller
Kevin O'Connor
1
-1
/
+12
2017-02-24
vgasrc: Increase debug level
Paul Menzel
1
-1
/
+1
2017-02-24
ahci: Set upper 32-bit registers to zero
Ladi Prosek
1
-0
/
+5
2016-11-21
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
rel-1.10.1
Igor Mammedov
3
-33
/
+7
2016-10-26
docs: Note v1.10.0 release
rel-1.10.0
Kevin O'Connor
1
-0
/
+11
2016-10-26
build: Add -fno-pie to the gcc flags when available
Kevin O'Connor
1
-0
/
+1
2016-10-25
support booting with more than 255 CPUs
Igor Mammedov
2
-4
/
+21
2016-10-25
add helpers to read etc/boot-cpus at resume time
Igor Mammedov
3
-5
/
+47
2016-10-25
smp: consolidate CPU APIC ID detection and accounting
Kevin O'Connor
1
-10
/
+15
2016-10-25
paravirt: disable legacy bios tables in case of more than 255 CPUs
Igor Mammedov
1
-2
/
+4
2016-10-21
build: Be sure to also include out/*.d in Makefile
Kevin O'Connor
1
-1
/
+1
2016-10-18
docs: fix various typos and inconsistency
Piotr Król
2
-7
/
+7
2016-09-16
virtio: fix virtio-pci
Gerd Hoffmann
1
-2
/
+2
2016-09-15
kbd: Move extended and release events out of special key detection switch
Kevin O'Connor
1
-40
/
+25
2016-09-12
post: Map int 0x05 to entry point
Kevin O'Connor
1
-0
/
+1
2016-09-12
kbd: Generate interrupt events for SysReq, PrtScr, and Break
Kevin O'Connor
2
-5
/
+52
2016-09-12
usb-hid: Generate Ctrl+Break and Alt+SysReq keys
Kevin O'Connor
1
-20
/
+30
2016-09-12
kbd: Ignore fake shift keys
Kevin O'Connor
1
-0
/
+6
2016-09-12
kbd: Move checking for special keys in __process_keys() into switch
Kevin O'Connor
1
-65
/
+71
2016-09-12
kbd: Extract out shift flag setting into new function
Kevin O'Connor
1
-62
/
+43
2016-09-12
kbd: Merge bda->kbd_flag0 and bda->kbd_flag1
Kevin O'Connor
2
-59
/
+54
2016-09-12
kbd: Suppress keys without mappings
Kevin O'Connor
1
-3
/
+2
2016-09-12
kbd: Implement extended keycode mappings for keypad-enter and keypad-/
Kevin O'Connor
1
-0
/
+15
2016-09-12
kbd: Implement 101-key keyboard keycode mapping
Kevin O'Connor
1
-28
/
+40
2016-08-26
pic: The default hardware interrupt handlers should not take a parameter
Kevin O'Connor
1
-2
/
+2
2016-08-14
ps2: Remove stale check for timeout warning on reset
Kevin O'Connor
1
-3
/
+1
2016-08-11
tpm: Append to TPM2 log the hashes used for PCR extension
Kevin O'Connor
2
-93
/
+103
2016-08-10
tpm: Extend tpm20_extend to support extending to multiple PCR banks
Stefan Berger
2
-23
/
+171
2016-08-10
tpm: Refactor tpml_digest_values_sha1 structure
Stefan Berger
2
-11
/
+15
2016-08-10
tpm: Restructure tpm20_extend to use buffer and take hash as parameter
Stefan Berger
2
-10
/
+13
2016-08-10
tpm: Retrieve the PCR Bank configuration
Stefan Berger
2
-0
/
+88
2016-08-10
checkstack: Handle conditional checks at start of functions
Kevin O'Connor
1
-0
/
+5
2016-08-05
pvscsi: Use high memory for rings
Dana Rubin
1
-4
/
+4
2016-08-05
pvscsi: Fix incorrect arguments order in call to memalign_low
Dana Rubin
1
-1
/
+1
2016-08-05
version: Update header files now that version.c is not auto generated
Kevin O'Connor
3
-5
/
+6
2016-08-05
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
7
-46
/
+30
2016-08-05
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
6
-33
/
+37
2016-08-05
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
13
-37
/
+57
2016-08-05
vgainit: Move video param setup to stdvga_build_video_param()
Kevin O'Connor
4
-14
/
+14
2016-08-04
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
6
-37
/
+47
2016-08-04
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
5
-20
/
+39
2016-08-04
swcursor: Move swcursor code from vgafb.c to new file swcursor.c
Kevin O'Connor
4
-58
/
+68
[next]