Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
4158c8ccb02f4f4e527b3e96a0360edb8b0b650f
/
src
/
acpi.c
fb76cff
Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.
by Kevin O'Connor
· 9 years ago
5aef563
acpi: make default DSDT optional
by Michael S. Tsirkin
· 9 years ago
d838815
mptable: Use same PCI irqs as ACPI code.
by Kevin O'Connor
· 9 years ago
091a2f4
Fix bug in NUMA node setup - don't create SRAT if NUMA not present.
by Kevin O'Connor
· 9 years ago
76e5802
acpi: Eliminate BDAT parameter passing to DSDT code.
by Kevin O'Connor
· 9 years ago
3f8d735
Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
by Kevin O'Connor
· 9 years ago
d338eb9
Add acpi_reboot() reset method using RESET_REG
by David Woodhouse
· 9 years ago
d304fe4
Rename find_pmtimer() to find_acpi_features()
by David Woodhouse
· 9 years ago
e52ad39
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
by Kevin O'Connor
· 9 years ago
f85e4bc
Calculate "RamSize" needed by 16bit interface dynamically.
by Kevin O'Connor
· 9 years ago
f9e4e37
Convert fw_cfg NUMA entries into a romfile entry.
by Kevin O'Connor
· 9 years ago
56c5089
Convert basic integer fw_cfg entries into romfile entries.
by Kevin O'Connor
· 9 years ago
188d994
Convert fw_cfg ACPI entries into romfile entries.
by Kevin O'Connor
· 9 years ago
3219dfa
Add find_pmtimer() function
by David Woodhouse
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
7e269b4
acpi: add mcfg table for mmconfig
by Gerd Hoffmann
· 10 years ago
72a590e
seabios: add q35 initialization functions.
by Isaku Yamahata
· 10 years ago
229e8e2
seabios: acpi, fadt: make while fadt initialization chipset specific
by Isaku Yamahata
· 10 years ago
71ed8e3
acpi: build PCI hotplug devices from a single template
by Paolo Bonzini
· 10 years ago
7dceba3
acpi: build PCNT dynamically
by Paolo Bonzini
· 10 years ago
c8ed45e
acpi: rename Processor SSDT constants
by Paolo Bonzini
· 10 years ago
cf5bef4
acpi: move s3/s4/s5 to build_ssdt
by Paolo Bonzini
· 10 years ago
b306459
Use cpu_to_be32() (and related) instead of htonl (and related).
by Kevin O'Connor
· 10 years ago
008c1fc
allow CPUs to have non-contiguous Local APIC IDs (v2)
by Eduardo Habkost
· 10 years ago
e39b938
report real I/O APIC ID (0) on MADT and MP-table (v3)
by Eduardo Habkost
· 10 years ago
afdeda0
Fix merge of a4e2b9adbba95c2d783761e84444bbb3c8d6107b.
by Kevin O'Connor
· 10 years ago
a4e2b9a
enable USE_PLATFORM_CLOCK bit in FADT flags
by Marcelo Tosatti
· 10 years ago
d51c4a0
Get system state configuration from QEMU and patch DSDT with it.
by Gleb Natapov
· 10 years ago
2062f2b
update dsdt ressources at runtime
by Gerd Hoffmann
· 10 years ago
4bc4997
EBDA cleanups.
by Kevin O'Connor
· 10 years ago
c7be281
Drop FIX_RTC flag from FADT.
by Gleb Natapov
· 10 years ago
7a08ae7
Whitespace changes - replace handful of tabs in core code with spaces.
by Kevin O'Connor
· 10 years ago
890d985
Fix missing NULL pointer checks causing boot failure on 1meg machines.
by Kevin O'Connor
· 10 years ago
5a73f3b
acpi: EJ0 method name patching
by Michael S. Tsirkin
· 11 years ago
c973788
acpi: add ssdt for pci hotplug
by Michael S. Tsirkin
· 11 years ago
7098638
seabios: Add Local APIC NMI Structure to ACPI MADT
by Kenji Kaneshige
· 11 years ago
2e55b03
acpi: extract aml from .lst
by Michael S. Tsirkin
· 11 years ago
f2fd79b
seabios: acpi: allow qemu to load dsdt as external acpi table.
by Isaku Yamahata
· 11 years ago
c736f0a
acpi: automatically generated ssdt proc
by Michael S. Tsirkin
· 11 years ago
7859eda
Minor - move ACPI_HPET_ADDRESS definition to config.h.
by Kevin O'Connor
· 11 years ago
8a161c9
Minor formatting and comment updates to acpi.c.
by Kevin O'Connor
· 11 years ago
b8a90f5
Probe HPET existence
by Jan Kiszka
· 11 years ago
0cd7005
Convert pci_find_device/class to use 'struct pci_device'.
by Kevin O'Connor
· 11 years ago
278b19f
Convert pci_init_device to use 'struct pci_device'.
by Kevin O'Connor
· 11 years ago
6e4583c
Remove dev-i440fx.c/h - move code closer to its callers.
by Kevin O'Connor
· 11 years ago
20fcf9b
lets pretend that RTC can be used to wakeup from S4
by Gleb Natapov
· 11 years ago
e2074bf
Add ACPI SSDT/DSDT support for CPU hotplug.
by Kevin O'Connor
· 12 years ago
4c67f90
seabios: acpi: clean up of finding pm device.
by Isaku Yamahata
· 12 years ago
fe54a53
seabios: acpi: split out piix4 pm logic.
by Isaku Yamahata
· 12 years ago
d06afb4
seabios: acpi: move acpi definitions to acpi.h from acpi.c
by Isaku Yamahata
· 12 years ago
2f54bb4
seabios: acpi: move out endian conversion helper function.
by Isaku Yamahata
· 12 years ago
cfdc13f
Introduce standard warnings for allocation failures and timeouts.
by Kevin O'Connor
· 12 years ago
e1920be
seabios: acpi: fix memory leak in build_srat().
by Isaku Yamahata
· 12 years ago
3012af1
Fix PkgLength calculation for the SSDT.
by Magnus Christensson
· 13 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 13 years ago
4d9d400
Misc updates.
by Kevin O'Connor
· 13 years ago
81e7383
Enable power button event generation.
by Kevin O'Connor
· 13 years ago
a26df9b
Use MaxCountCPUs during building of per cpu tables.
by Kevin O'Connor
· 13 years ago
590e554
Add SRAT ACPI table support.
by Kevin O'Connor
· 13 years ago
f434377
HPET support.
by Kevin O'Connor
· 13 years ago
12a490b
Provide gpe _L0x methods.
by Kevin O'Connor
· 13 years ago
4d2b619
irq0override provided by qemu.
by Kevin O'Connor
· 13 years ago
fc6a77e
Always create PCI interrupt override acpi tables.
by Kevin O'Connor
· 13 years ago
cc6dc46
Add support for passing additional acpi tables from qemu.
by Kevin O'Connor
· 13 years ago
a9242a2
Cleanup acpi table creation.
by Kevin O'Connor
· 13 years ago
415d429
Cleanups for malloc code.
by Kevin O'Connor
· 13 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 13 years ago
b64db30
mptable and madt irq override
by Kevin O'Connor
· 13 years ago
2929c35
Add malloc_high/fseg() and rework bios table creation to use them.
by Kevin O'Connor
· 13 years ago
523e5a9
Use "p->sum -= checksum()" style for setting checksums.
by Kevin O'Connor
· 13 years ago
e97ca7b
Forward port bochs smp changes; rename smpdetect.c to smp.c.
by Kevin O'Connor
· 13 years ago
d10e444
Minor - improve formatting of src/acpi.c.
by Kevin O'Connor
· 13 years ago
94fd47e
Minor - change checksum functions to take a (void *).
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
7061eb6
Initial KVM support.
by Kevin O'Connor
· 14 years ago
e791636
Move ram size definitions from ebda to global variables.
by Kevin O'Connor
· 14 years ago
9967ab7
Add initial S3 resume support.
by Kevin O'Connor
· 14 years ago
f5c1161
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
by Kevin O'Connor
· 14 years ago
e682cbc
Don't overwrite memory on smm init.
by Kevin O'Connor
· 14 years ago
4132e02
Don't allow start_bdf with new auto max bus detection code.
by Kevin O'Connor
· 14 years ago
be19cdc
Overhaul PCI config functions.
by Kevin O'Connor
· 14 years ago
2ed2f58
Synch pci ids and registers with Linux kernel source.
by Kevin O'Connor
· 14 years ago
7b49cd9
Add dprintf() status writes during startup of bios table inits.
by Kevin O'Connor
· 14 years ago
415c2dc
Use defines for PCI ids.
by Kevin O'Connor
· 14 years ago
e06363e
Use ALIGN() macro in place of open-coded aligns.
by Kevin O'Connor
· 14 years ago
6cb8ba9
Remove CONFIG_QEMU option - breakout into other options.
by Kevin O'Connor
· 14 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 14 years ago
84ad59a
Separate out smp detection and mp table generation from rombios32.c
by Kevin O'Connor
· 14 years ago
3129984
Clean up #ifdefs.
by Kevin O'Connor
· 14 years ago
d8a1811
Add config option CONFIG_ACPI for turning off ACPI table generation.
by Kevin O'Connor
· 14 years ago
276d4a9
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
by Kevin O'Connor
· 14 years ago
ef5789e
Revert "Commit missing files from last commit."
by Kevin O'Connor
· 14 years ago
a75284d
Commit missing files from last commit.
by Kevin O'Connor
· 14 years ago