index
:
users/pcacjr/seabios.git
0.5.1-stable
0.6.1-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
ich9-rcba
master
rcba
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
serialio: Support for mmap serial ports
HEAD
master
Ricardo Ribalda Delgado
2016-12-30
2
-10
/
+47
*
tpm: Log TPM 2 digest structure in little endian format
Stefan Berger
2016-11-27
1
-7
/
+18
*
tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()
Kevin O'Connor
2016-11-27
2
-109
/
+53
*
tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()
Kevin O'Connor
2016-11-27
2
-5
/
+12
*
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
2016-11-27
4
-49
/
+11
*
tpm: Move code around in tcgbios.c to keep like code together
Kevin O'Connor
2016-11-27
1
-207
/
+210
*
tpm: Don't call tpm_set_failure() from tpm12_get_capability()
Kevin O'Connor
2016-11-27
1
-5
/
+1
*
tpm: Add comment banners to tcg.c separating major parts of spec
Kevin O'Connor
2016-11-27
1
-101
/
+91
*
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
Igor Mammedov
2016-11-21
3
-33
/
+7
*
usb: Make usb_time_sigatt variable static
Kevin O'Connor
2016-10-26
1
-1
/
+1
*
docs: Note v1.10.0 release
Kevin O'Connor
2016-10-26
1
-0
/
+11
*
build: Add -fno-pie to the gcc flags when available
Kevin O'Connor
2016-10-26
1
-0
/
+1
*
support booting with more than 255 CPUs
Igor Mammedov
2016-10-25
2
-4
/
+21
*
add helpers to read etc/boot-cpus at resume time
Igor Mammedov
2016-10-25
3
-5
/
+47
*
smp: consolidate CPU APIC ID detection and accounting
Kevin O'Connor
2016-10-25
1
-10
/
+15
*
paravirt: disable legacy bios tables in case of more than 255 CPUs
Igor Mammedov
2016-10-25
1
-2
/
+4
*
build: Be sure to also include out/*.d in Makefile
Kevin O'Connor
2016-10-21
1
-1
/
+1
*
docs: fix various typos and inconsistency
Piotr Król
2016-10-18
2
-7
/
+7
*
virtio: fix virtio-pci
Gerd Hoffmann
2016-09-16
1
-2
/
+2
*
kbd: Move extended and release events out of special key detection switch
Kevin O'Connor
2016-09-15
1
-40
/
+25
*
post: Map int 0x05 to entry point
Kevin O'Connor
2016-09-12
1
-0
/
+1
*
kbd: Generate interrupt events for SysReq, PrtScr, and Break
Kevin O'Connor
2016-09-12
2
-5
/
+52
*
usb-hid: Generate Ctrl+Break and Alt+SysReq keys
Kevin O'Connor
2016-09-12
1
-20
/
+30
*
kbd: Ignore fake shift keys
Kevin O'Connor
2016-09-12
1
-0
/
+6
*
kbd: Move checking for special keys in __process_keys() into switch
Kevin O'Connor
2016-09-12
1
-65
/
+71
*
kbd: Extract out shift flag setting into new function
Kevin O'Connor
2016-09-12
1
-62
/
+43
*
kbd: Merge bda->kbd_flag0 and bda->kbd_flag1
Kevin O'Connor
2016-09-12
2
-59
/
+54
*
kbd: Suppress keys without mappings
Kevin O'Connor
2016-09-12
1
-3
/
+2
*
kbd: Implement extended keycode mappings for keypad-enter and keypad-/
Kevin O'Connor
2016-09-12
1
-0
/
+15
*
kbd: Implement 101-key keyboard keycode mapping
Kevin O'Connor
2016-09-12
1
-28
/
+40
*
pic: The default hardware interrupt handlers should not take a parameter
Kevin O'Connor
2016-08-26
1
-2
/
+2
*
ps2: Remove stale check for timeout warning on reset
Kevin O'Connor
2016-08-14
1
-3
/
+1
*
tpm: Append to TPM2 log the hashes used for PCR extension
Kevin O'Connor
2016-08-11
2
-93
/
+103
*
tpm: Extend tpm20_extend to support extending to multiple PCR banks
Stefan Berger
2016-08-10
2
-23
/
+171
*
tpm: Refactor tpml_digest_values_sha1 structure
Stefan Berger
2016-08-10
2
-11
/
+15
*
tpm: Restructure tpm20_extend to use buffer and take hash as parameter
Stefan Berger
2016-08-10
2
-10
/
+13
*
tpm: Retrieve the PCR Bank configuration
Stefan Berger
2016-08-10
2
-0
/
+88
*
checkstack: Handle conditional checks at start of functions
Kevin O'Connor
2016-08-10
1
-0
/
+5
*
pvscsi: Use high memory for rings
Dana Rubin
2016-08-05
1
-4
/
+4
*
pvscsi: Fix incorrect arguments order in call to memalign_low
Dana Rubin
2016-08-05
1
-1
/
+1
*
version: Update header files now that version.c is not auto generated
Kevin O'Connor
2016-08-05
3
-5
/
+6
*
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
2016-08-05
7
-46
/
+30
*
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
2016-08-05
6
-33
/
+37
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
13
-37
/
+57
*
vgainit: Move video param setup to stdvga_build_video_param()
Kevin O'Connor
2016-08-05
4
-14
/
+14
*
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
2016-08-04
6
-37
/
+47
*
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
2016-08-04
5
-20
/
+39
*
swcursor: Move swcursor code from vgafb.c to new file swcursor.c
Kevin O'Connor
2016-08-04
4
-58
/
+68
*
blockcmd: CMD_SCSI op is only used in 32bit mode
Kevin O'Connor
2016-08-04
1
-1
/
+6
*
vgabios: Simplify scroll logic
Kevin O'Connor
2016-07-21
3
-69
/
+64
[next]