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
/
fw
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
7
-6
/
+11
2016-02-03
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
2
-1
/
+37
2016-02-03
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
1
-16
/
+9
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-12
post: Always set HaveRunPost prior to setting any other global variable
Kevin O'Connor
3
-0
/
+4
2016-01-12
resume: Make KVM soft reboot loop detection more flexible
Kevin O'Connor
1
-2
/
+13
2016-01-12
coreboot: Check for unaligned cbfs header
Kevin O'Connor
1
-0
/
+4
2015-12-20
fw/pci: do not automatically allocate IO region for PCIe bridges
Marcel Apfelbaum
1
-4
/
+5
2015-11-19
acpi: Don't build SSDT files on every build; store them in git
Kevin O'Connor
5
-4
/
+719
2015-10-24
biostables: Minor - fix incorrect indentation
Kevin O'Connor
1
-1
/
+1
2015-10-24
coreboot: Minor - avoid K&R style function declaration
Kevin O'Connor
1
-1
/
+1
2015-10-21
Add QEMU fw_cfg DMA interface
Marc MarĂ
2
-12
/
+93
2015-10-15
malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
Kevin O'Connor
1
-2
/
+2
2015-10-15
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
3
-13
/
+11
2015-10-15
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
5
-25
/
+26
2015-10-09
Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2015-10-09
Always enable caching on transition32; backup/restore cr0 on call32
Kevin O'Connor
1
-3
/
+0
2015-08-04
mptable: Don't create mptable if it is very large
Kevin O'Connor
1
-0
/
+5
2015-07-30
smm: ignore bits 16,18-31 of SMM revision ID at runtime too
Kevin O'Connor
1
-3
/
+3
2015-07-30
smm: fix outl argument order
Paolo Bonzini
1
-1
/
+1
2015-07-14
Don't enable interrupts prior to IVT and PIC setup
Kevin O'Connor
1
-0
/
+1
2015-07-14
coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointer
Kevin O'Connor
1
-0
/
+3
2015-07-14
ich9: initialise RCBA register through LPC interface
Paulo Alcantara
2
-0
/
+8
2015-06-30
pci: allow to loop over capabilities
Gerd Hoffmann
1
-2
/
+2
2015-06-01
Add multiboot support.
Vladimir Serbinenko
1
-0
/
+111
2015-05-11
smm: ignore bits 16,18-31 of SMM revision ID
Paolo Bonzini
1
-4
/
+11
2015-04-10
smbios: Use integer signature instead of string signature
Kevin O'Connor
2
-2
/
+2
2015-03-06
fw/pci: map memory and IO regions for multiple pci root buses
Marcel Apfelbaum
1
-0
/
+10
2015-03-06
fw/pci: scan all buses if extraroots romfile is present
Marcel Apfelbaum
1
-0
/
+9
2015-02-24
pci: enable SERR# for error forwarding in bridge control register
Chen Fan
1
-0
/
+4
2014-11-12
pciinit: Fix build warning in mch_pci_slot_get_irq()
Kevin O'Connor
1
-16
/
+7
2014-10-15
Implement call32 mechanism using SMIs.
Kevin O'Connor
1
-1
/
+45
2014-08-23
Minor - remove stray tab from src/fw/smm.c.
Kevin O'Connor
1
-2
/
+1
2014-08-22
acpi: use specified macro instead of magic-number
zhanghailiang
1
-6
/
+10
2014-07-01
hw/pci: reserve IO and mem for pci express downstream ports with no devices a...
Marcel Apfelbaum
1
-2
/
+32
2014-06-05
Make sure handle_smi() and handle_smp() are compiled out if not enabled.
Kevin O'Connor
2
-0
/
+5
2014-06-04
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
1
-54
/
+56
2014-06-04
smm: Use a C struct to define the layout of the SMM area.
Kevin O'Connor
1
-12
/
+52
2014-06-04
smm: Replace SMI assembler code with C code.
Kevin O'Connor
1
-39
/
+30
2014-06-04
smm: unify SMM handlers
Paolo Bonzini
1
-16
/
+11
2014-06-04
smm: complete SMM setup
Paolo Bonzini
3
-1
/
+16
2014-06-04
piix: add and use dev-piix.h
Paolo Bonzini
5
-26
/
+44
2014-06-02
Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update
David Woodhouse
1
-0
/
+6
2014-05-20
Allow using full io region on q35.
Gerd Hoffmann
2
-7
/
+14
2014-05-20
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
5
-19
/
+18
2014-05-20
smm: remove code to handle ACPI disable/enable
Paolo Bonzini
1
-25
/
+0
2014-05-09
acpi: Fix acpi dsdt compile warning.
rel-1.7.5-rc1
Kevin O'Connor
2
-2
/
+1
2014-05-06
SMBIOS: Check for aggregate tables & entry point in fw_cfg
Gabriel L. Somlo
2
-1
/
+136
2014-04-16
hw/pci: check if pci2pci bridges implement optional limit registers
Marcel Apfelbaum
1
-7
/
+2
[next]