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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-04
block: Move drive setup to new function block_setup()
Kevin O'Connor
3
-21
/
+19
2016-02-03
scsi: Always use MAXDESCSIZE when building drive description
Kevin O'Connor
4
-4
/
+5
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
31
-313
/
+341
2016-02-03
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
5
-42
/
+39
2016-02-03
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
16
-113
/
+74
2016-02-02
pci: Consistently set pci->have_drivers for devices with internal drivers
Kevin O'Connor
2
-1
/
+3
2016-02-02
virtio: Convert to new PCI BAR helper functions
Kevin O'Connor
2
-30
/
+38
2016-02-02
xhci: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-13
/
+14
2016-02-02
uhci: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-7
/
+9
2016-02-02
ohci: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-9
/
+8
2016-02-02
ehci: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-6
/
+6
2016-02-02
sdcard: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-8
/
+6
2016-02-02
pvscsi: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-9
/
+8
2016-02-02
megasas: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-10
/
+8
2016-02-02
lsi-scsi: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-7
/
+6
2016-02-02
esp-scsi: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-7
/
+6
2016-02-02
ata: Convert to new PCI BAR helper functions
Kevin O'Connor
1
-13
/
+12
2016-02-02
ahci: Convert to new PCI BAR helper functions
Kevin O'Connor
2
-21
/
+17
2016-02-02
pci: Add helper functions for internal driver BAR handling
Kevin O'Connor
2
-0
/
+61
2016-02-02
usb: Eliminate USB controller setup thread
Kevin O'Connor
5
-15
/
+5
2016-02-02
ehci: Only delay UHCI/OHCI port scan until after EHCI setup completes
Kevin O'Connor
4
-3
/
+15
2016-02-01
Fix comment typo
Cao jin
2
-3
/
+3
2016-01-15
biostables: Support SMBIOS 2.6+ UUID format
Cole Robinson
1
-11
/
+36
2016-01-14
kbd: Refactor capslock and numlock handling
Kevin O'Connor
1
-101
/
+96
2016-01-14
kbd: Don't treat scancode and asciicode as separate values
Kevin O'Connor
1
-38
/
+26
2016-01-12
post: Always set HaveRunPost prior to setting any other global variable
Kevin O'Connor
5
-4
/
+21
2016-01-12
resume: Make KVM soft reboot loop detection more flexible
Kevin O'Connor
2
-11
/
+13
2016-01-12
coreboot: Check for unaligned cbfs header
Kevin O'Connor
1
-0
/
+4
2016-01-07
tpm: Do not set TPM in failure mode if menu command fails
Stefan Berger
1
-34
/
+9
2016-01-07
tpm: Remove usage of PP_CMD_ENABLE from all but one place
Stefan Berger
1
-31
/
+10
2016-01-07
tpm: Rework the assertion of physical presence
Stefan Berger
3
-20
/
+17
2016-01-07
tpm: Add support for harware physical presence
Stefan Berger
2
-51
/
+29
2016-01-07
tpm: Move assert_physical_presence and dependencies
Stefan Berger
1
-75
/
+75
2016-01-07
tpm: Copy digest into HashLogExentEvent response
Stefan Berger
1
-0
/
+1
2016-01-07
usb: Remove usbdev->slotid field
Kevin O'Connor
2
-3
/
+4
2016-01-05
tpm: Don't use 16bit BIOS return codes in TPM menu functions
Kevin O'Connor
1
-132
/
+99
2016-01-05
tpm: Don't use 16bit BIOS return codes in tpmhw_* functions
Kevin O'Connor
3
-22
/
+24
2016-01-05
tpm: Don't use 16bit BIOS return codes in tpm_log_event()
Kevin O'Connor
1
-17
/
+21
2016-01-05
tpm: Don't use 16bit BIOS return codes in build_and_send_cmd()
Kevin O'Connor
1
-143
/
+73
2016-01-05
tpm: Don't call tpm_set_failure() from tpm_log_extend_event()
Kevin O'Connor
1
-12
/
+9
2016-01-05
tpm: No need to check the return status of measurements
Kevin O'Connor
1
-81
/
+40
2016-01-05
tpm: Don't return a status from external bios measurement functions
Kevin O'Connor
2
-34
/
+32
2016-01-05
tpm: Eliminate response buffer parameter from build_and_send_cmd()
Kevin O'Connor
1
-28
/
+17
2016-01-05
tpm: Introduce tpm_get_capability() helper function
Kevin O'Connor
2
-140
/
+61
2016-01-05
tpm: Simplify tcpa probe
Kevin O'Connor
1
-96
/
+45
2016-01-05
tpm: Rework TPM interface shutdown support
Kevin O'Connor
1
-52
/
+11
2016-01-05
tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c
Kevin O'Connor
3
-98
/
+102
2016-01-05
tpm: Add wrapper function tpmhw_set_timeouts()
Kevin O'Connor
1
-3
/
+8
2016-01-05
tpm: Simplify hardware probe and detection checks
Kevin O'Connor
1
-84
/
+36
2015-12-29
tpm: Avoid macro expansion of tpm request / response structs
Kevin O'Connor
2
-29
/
+22
[next]