Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
0541f2f0f246e77d7c726926976920e8072d1119
/
src
/
fw
0541f2f
paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified
by Kevin O'Connor
· 6 years ago
0ebc29f
paravirt: serial console configuration.
by Gerd Hoffmann
· 6 years ago
ec6cb17
pci: enable RedHat PCI bridges to reserve additional resources on PCI init
by Aleksandr Bezzubikov
· 6 years ago
4c1f727
pci: add QEMU-specific PCI capability structure
by Aleksandr Bezzubikov
· 6 years ago
7de1f65
pci: refactor pci_find_capapibilty to get bdf as the first argument instead of the whole pci_device
by Aleksandr Bezzubikov
· 6 years ago
8ebb33b
stacks: Don't update the A20 settings if they haven't changed
by Kevin O'Connor
· 7 years ago
d8b3080
smm: Backup and restore A20 on an SMI based mode switch
by Kevin O'Connor
· 7 years ago
3fdabae
src: Minor - remove tab characters that slipped into SeaBIOS C code
by Kevin O'Connor
· 7 years ago
19fdcca
coreboot: Adapt to upstream CBMEM console changes
by Julius Werner
· 7 years ago
5fbf246
config: Add function to check if fw_cfg exists
by Petr Berky
· 7 years ago
c68aff5
resume: Don't attempt to use generic reboot mechanisms on QEMU
by Kevin O'Connor
· 7 years ago
8f598a4
QEMU fw_cfg: Write fw_cfg back on S3 resume
by Ben Warren
· 7 years ago
336b60b
QEMU fw_cfg: Add functions for accessing files by key
by Ben Warren
· 7 years ago
bb9cbbc
QEMU fw_cfg: Add command to write back address of file
by Ben Warren
· 7 years ago
e5bebc7
romfile-loader: Switch to using named structs
by Ben Warren
· 7 years ago
f991822
QEMU DMA: Add DMA write capability
by Ben Warren
· 7 years ago
9ec57de
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
by Kevin O'Connor
· 8 years ago
b98c658
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
by Igor Mammedov
· 7 years ago
cb75c91
support booting with more than 255 CPUs
by Igor Mammedov
· 7 years ago
023b1d0
add helpers to read etc/boot-cpus at resume time
by Igor Mammedov
· 7 years ago
eb516e4
smp: consolidate CPU APIC ID detection and accounting
by Kevin O'Connor
· 7 years ago
f769589
paravirt: disable legacy bios tables in case of more than 255 CPUs
by Igor Mammedov
· 7 years ago
54e3a88
smp: restore MSRs on S3 resume
by Paolo Bonzini
· 7 years ago
20f83d5
fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
by Haozhong Zhang
· 7 years ago
04259c5
fw/pci: Add support for mapping Intel IGD via QEMU
by Alex Williamson
· 8 years ago
d449a11
shadow: Batch PCI config writes
by Kevin O'Connor
· 8 years ago
9d691ac
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
by Kevin O'Connor
· 8 years ago
dce99e0
fw/pci: add Q35 S3 support
by Marcel Apfelbaum
· 8 years ago
4d8510c
pci: Split low-level pci code from higher-level 'struct pci_device' code
by Kevin O'Connor
· 8 years ago
62ff9d5
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
by Kevin O'Connor
· 8 years ago
7b67300
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
by Kevin O'Connor
· 8 years ago
e518c0f
Fix comment typo
by Cao jin
· 8 years ago
2e11d58
biostables: Support SMBIOS 2.6+ UUID format
by Cole Robinson
· 8 years ago
a48f602
post: Always set HaveRunPost prior to setting any other global variable
by Kevin O'Connor
· 8 years ago
b837e68
resume: Make KVM soft reboot loop detection more flexible
by Kevin O'Connor
· 8 years ago
3e8d75f
coreboot: Check for unaligned cbfs header
by Kevin O'Connor
· 8 years ago
76327b9
fw/pci: do not automatically allocate IO region for PCIe bridges
by Marcel Apfelbaum
· 8 years ago
4373afa
acpi: Don't build SSDT files on every build; store them in git
by Kevin O'Connor
· 8 years ago
528c9f8
biostables: Minor - fix incorrect indentation
by Kevin O'Connor
· 8 years ago
5ced3bb
coreboot: Minor - avoid K&R style function declaration
by Kevin O'Connor
· 8 years ago
06316c9
Add QEMU fw_cfg DMA interface
by Marc Marí
· 8 years ago
7d0393d
malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
by Kevin O'Connor
· 8 years ago
5d91226
memmap: Introduce SYMBOL() macro to access linker script symbols
by Kevin O'Connor
· 8 years ago
c167e54
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
by Kevin O'Connor
· 8 years ago
6bcacf7
Fix typos found by codespell
by Stefan Weil
· 8 years ago
62de31b
Always enable caching on transition32; backup/restore cr0 on call32
by Kevin O'Connor
· 8 years ago
9ee2e26
mptable: Don't create mptable if it is very large
by Kevin O'Connor
· 8 years ago
4bfd7f2
smm: ignore bits 16,18-31 of SMM revision ID at runtime too
by Kevin O'Connor
· 8 years ago
908a58c
smm: fix outl argument order
by Paolo Bonzini
· 8 years ago
8b9942f
Don't enable interrupts prior to IVT and PIC setup
by Kevin O'Connor
· 8 years ago
4d20436
coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointer
by Kevin O'Connor
· 8 years ago
7f50afc
ich9: initialise RCBA register through LPC interface
by Paulo Alcantara
· 8 years ago
e38be2d
pci: allow to loop over capabilities
by Gerd Hoffmann
· 8 years ago
1b911d7
Add multiboot support.
by Vladimir Serbinenko
· 9 years ago
92f9b91
smm: ignore bits 16,18-31 of SMM revision ID
by Paolo Bonzini
· 9 years ago
9d3c063
smbios: Use integer signature instead of string signature
by Kevin O'Connor
· 9 years ago
0fe4c9e
fw/pci: map memory and IO regions for multiple pci root buses
by Marcel Apfelbaum
· 9 years ago
5cc7eec
fw/pci: scan all buses if extraroots romfile is present
by Marcel Apfelbaum
· 9 years ago
32ec3ee
pci: enable SERR# for error forwarding in bridge control register
by Chen Fan
· 9 years ago
9f505f7
pciinit: Fix build warning in mch_pci_slot_get_irq()
by Kevin O'Connor
· 9 years ago
55215cd
Implement call32 mechanism using SMIs.
by Kevin O'Connor
· 10 years ago
a9f4816
Minor - remove stray tab from src/fw/smm.c.
by Kevin O'Connor
· 9 years ago
2e73b1d
acpi: use specified macro instead of magic-number
by zhanghailiang
· 9 years ago
3aa31d7
hw/pci: reserve IO and mem for pci express downstream ports with no devices attached
by Marcel Apfelbaum
· 9 years ago
d71d52b
Make sure handle_smi() and handle_smp() are compiled out if not enabled.
by Kevin O'Connor
· 10 years ago
0673b78
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
by Kevin O'Connor
· 10 years ago
31bcda2
smm: Use a C struct to define the layout of the SMM area.
by Kevin O'Connor
· 10 years ago
f4c511c
smm: Replace SMI assembler code with C code.
by Kevin O'Connor
· 10 years ago
2126994
smm: unify SMM handlers
by Paolo Bonzini
· 10 years ago
457ba42
smm: complete SMM setup
by Paolo Bonzini
· 10 years ago
40d0312
piix: add and use dev-piix.h
by Paolo Bonzini
· 10 years ago
f9645c7
Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update
by David Woodhouse
· 10 years ago
7eac0c4
Allow using full io region on q35.
by Gerd Hoffmann
· 10 years ago
a217de9
acpi: remove PORT_ACPI_PM_BASE constant
by Gerd Hoffmann
· 10 years ago
4a3f195
smm: remove code to handle ACPI disable/enable
by Paolo Bonzini
· 10 years ago
b1d4dc9
acpi: Fix acpi dsdt compile warning.
by Kevin O'Connor
· 10 years ago
rel-1.7.5-rc1
d85c22e
SMBIOS: Check for aggregate tables & entry point in fw_cfg
by Gabriel L. Somlo
· 10 years ago
0784d04
hw/pci: check if pci2pci bridges implement optional limit registers
by Marcel Apfelbaum
· 10 years ago
c6e298e
hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached
by Marcel Apfelbaum
· 10 years ago
413d1c3
Factor out smbios table walking from display_uuid to smbios_next().
by Kevin O'Connor
· 10 years ago
028f348
Minor - replace some tab characters that slipped into the code.
by Kevin O'Connor
· 10 years ago
5ab18be
coreboot: Make coreboot table searching available to other code.
by Kevin O'Connor
· 10 years ago
f5037fd
apm: Remove old Bochs mechanism for shutdown/suspend/standby.
by Kevin O'Connor
· 10 years ago
8996ad2
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
by Kevin O'Connor
· 10 years ago
3bd2dc6
Use biostables.c for copying bios tables even when generating them.
by Kevin O'Connor
· 10 years ago
19646a4
Move PirAddr definition from pirtable.c to biostables.c.
by Kevin O'Connor
· 10 years ago
d18c9f0
smbios: Move smbios parsing logic from smbios.c to biostables.c.
by Kevin O'Connor
· 10 years ago
836b4d8
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
by Kevin O'Connor
· 10 years ago
e916182
Minor - fix some typos in comments.
by Kevin O'Connor
· 10 years ago
9b9c240
smbios: Default all values to zero.
by Kevin O'Connor
· 10 years ago
b62632a
coreboot: Move links file processing to its own function.
by Kevin O'Connor
· 10 years ago
d15b010
Enhance nullTrailingSpace() so that it can also skip leading spaces.
by Kevin O'Connor
· 10 years ago
2a3ed1e
coreboot: Add support for a "links" file to have aliases in CBFS.
by Kevin O'Connor
· 10 years ago
fc3cd00
pci: improve io address space allocation
by Gerd Hoffmann
· 10 years ago
bb1fcb4
debug: Unify the SeaBIOS debug version banner.
by Kevin O'Connor
· 10 years ago
406df19
coreboot: Support alternative locations for CBFS.
by Kevin O'Connor
· 10 years ago
344496f
smbios: catch zero-length strings
by Gerd Hoffmann
· 10 years ago
9a79b91
Minor - pciinit.c - order header files and use static on local functions.
by Kevin O'Connor
· 10 years ago
40d020f
resume: restore piix pm config registers after resume
by Marcel Apfelbaum
· 10 years ago
743c157
Remove the pmm handle argument from _malloc().
by Kevin O'Connor
· 10 years ago
Next »