Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
8a161c9f5a99f3d3580eb6fc746e6b4ed28dd2b8
/
src
/
acpi.c
8a161c9
Minor formatting and comment updates to acpi.c.
by Kevin O'Connor
· 12 years ago
b8a90f5
Probe HPET existence
by Jan Kiszka
· 12 years ago
0cd7005
Convert pci_find_device/class to use 'struct pci_device'.
by Kevin O'Connor
· 12 years ago
278b19f
Convert pci_init_device to use 'struct pci_device'.
by Kevin O'Connor
· 12 years ago
6e4583c
Remove dev-i440fx.c/h - move code closer to its callers.
by Kevin O'Connor
· 12 years ago
20fcf9b
lets pretend that RTC can be used to wakeup from S4
by Gleb Natapov
· 13 years ago
e2074bf
Add ACPI SSDT/DSDT support for CPU hotplug.
by Kevin O'Connor
· 13 years ago
4c67f90
seabios: acpi: clean up of finding pm device.
by Isaku Yamahata
· 13 years ago
fe54a53
seabios: acpi: split out piix4 pm logic.
by Isaku Yamahata
· 13 years ago
d06afb4
seabios: acpi: move acpi definitions to acpi.h from acpi.c
by Isaku Yamahata
· 13 years ago
2f54bb4
seabios: acpi: move out endian conversion helper function.
by Isaku Yamahata
· 13 years ago
cfdc13f
Introduce standard warnings for allocation failures and timeouts.
by Kevin O'Connor
· 14 years ago
e1920be
seabios: acpi: fix memory leak in build_srat().
by Isaku Yamahata
· 14 years ago
3012af1
Fix PkgLength calculation for the SSDT.
by Magnus Christensson
· 14 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 14 years ago
4d9d400
Misc updates.
by Kevin O'Connor
· 14 years ago
81e7383
Enable power button event generation.
by Kevin O'Connor
· 14 years ago
a26df9b
Use MaxCountCPUs during building of per cpu tables.
by Kevin O'Connor
· 14 years ago
590e554
Add SRAT ACPI table support.
by Kevin O'Connor
· 14 years ago
f434377
HPET support.
by Kevin O'Connor
· 14 years ago
12a490b
Provide gpe _L0x methods.
by Kevin O'Connor
· 14 years ago
4d2b619
irq0override provided by qemu.
by Kevin O'Connor
· 14 years ago
fc6a77e
Always create PCI interrupt override acpi tables.
by Kevin O'Connor
· 14 years ago
cc6dc46
Add support for passing additional acpi tables from qemu.
by Kevin O'Connor
· 14 years ago
a9242a2
Cleanup acpi table creation.
by Kevin O'Connor
· 14 years ago
415d429
Cleanups for malloc code.
by Kevin O'Connor
· 14 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 14 years ago
b64db30
mptable and madt irq override
by Kevin O'Connor
· 14 years ago
2929c35
Add malloc_high/fseg() and rework bios table creation to use them.
by Kevin O'Connor
· 14 years ago
523e5a9
Use "p->sum -= checksum()" style for setting checksums.
by Kevin O'Connor
· 14 years ago
e97ca7b
Forward port bochs smp changes; rename smpdetect.c to smp.c.
by Kevin O'Connor
· 14 years ago
d10e444
Minor - improve formatting of src/acpi.c.
by Kevin O'Connor
· 15 years ago
94fd47e
Minor - change checksum functions to take a (void *).
by Kevin O'Connor
· 15 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 15 years ago
7061eb6
Initial KVM support.
by Kevin O'Connor
· 15 years ago
e791636
Move ram size definitions from ebda to global variables.
by Kevin O'Connor
· 15 years ago
9967ab7
Add initial S3 resume support.
by Kevin O'Connor
· 15 years ago
f5c1161
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
by Kevin O'Connor
· 15 years ago
e682cbc
Don't overwrite memory on smm init.
by Kevin O'Connor
· 15 years ago
4132e02
Don't allow start_bdf with new auto max bus detection code.
by Kevin O'Connor
· 15 years ago
be19cdc
Overhaul PCI config functions.
by Kevin O'Connor
· 15 years ago
2ed2f58
Synch pci ids and registers with Linux kernel source.
by Kevin O'Connor
· 15 years ago
7b49cd9
Add dprintf() status writes during startup of bios table inits.
by Kevin O'Connor
· 15 years ago
415c2dc
Use defines for PCI ids.
by Kevin O'Connor
· 15 years ago
e06363e
Use ALIGN() macro in place of open-coded aligns.
by Kevin O'Connor
· 15 years ago
6cb8ba9
Remove CONFIG_QEMU option - breakout into other options.
by Kevin O'Connor
· 15 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 15 years ago
84ad59a
Separate out smp detection and mp table generation from rombios32.c
by Kevin O'Connor
· 15 years ago
3129984
Clean up #ifdefs.
by Kevin O'Connor
· 15 years ago
d8a1811
Add config option CONFIG_ACPI for turning off ACPI table generation.
by Kevin O'Connor
· 16 years ago
276d4a9
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
by Kevin O'Connor
· 16 years ago
ef5789e
Revert "Commit missing files from last commit."
by Kevin O'Connor
· 16 years ago
a75284d
Commit missing files from last commit.
by Kevin O'Connor
· 16 years ago