grml...
[seabios.git] / src / acpi.c
2011-11-23 Michael S. Tsirkinacpi: EJ0 method name patching
2011-11-23 Michael S. Tsirkinacpi: add ssdt for pci hotplug
2011-10-30 Kenji Kaneshigeseabios: Add Local APIC NMI Structure to ACPI MADT
2011-10-30 Michael S. Tsirkinacpi: extract aml from .lst
2011-10-30 Isaku Yamahataseabios: acpi: allow qemu to load dsdt as external...
2011-10-13 Michael S. Tsirkinacpi: automatically generated ssdt proc
2011-09-20 Kevin O'ConnorMinor - move ACPI_HPET_ADDRESS definition to config.h.
2011-09-02 Kevin O'ConnorMinor formatting and comment updates to acpi.c.
2011-09-02 Jan KiszkaProbe HPET existence
2011-07-02 Kevin O'ConnorConvert pci_find_device/class to use 'struct pci_device'.
2011-06-22 Kevin O'ConnorConvert pci_init_device to use 'struct pci_device'.
2011-06-19 Kevin O'ConnorRemove dev-i440fx.c/h - move code closer to its callers.
2011-02-04 Gleb Natapovlets pretend that RTC can be used to wakeup from S4
2010-08-04 Kevin O'ConnorAdd ACPI SSDT/DSDT support for CPU hotplug.
2010-07-24 Isaku Yamahataseabios: acpi: clean up of finding pm device.
2010-07-24 Isaku Yamahataseabios: acpi: split out piix4 pm logic.
2010-07-24 Isaku Yamahataseabios: acpi: move acpi definitions to acpi.h from...
2010-07-24 Isaku Yamahataseabios: acpi: move out endian conversion helper function.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-13 Isaku Yamahataseabios: acpi: fix memory leak in build_srat().
2010-01-12 Magnus ChristenssonFix PkgLength calculation for the SSDT.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-11-26 Kevin O'ConnorMisc updates.
2009-10-12 Kevin O'ConnorEnable power button event generation.
2009-10-09 Kevin O'ConnorUse MaxCountCPUs during building of per cpu tables.
2009-10-09 Kevin O'ConnorAdd SRAT ACPI table support.
2009-10-09 Kevin O'ConnorHPET support.
2009-10-09 Kevin O'ConnorProvide gpe _L0x methods.
2009-10-09 Kevin O'Connorirq0override provided by qemu.
2009-10-09 Kevin O'ConnorAlways create PCI interrupt override acpi tables.
2009-10-09 Kevin O'ConnorAdd support for passing additional acpi tables from...
2009-10-07 Kevin O'ConnorCleanup acpi table creation.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-29 Kevin O'Connormptable and madt irq override
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-03-01 Kevin O'ConnorMinor - improve formatting of src/acpi.c.
2009-02-15 Kevin O'ConnorMinor - change checksum functions to take a (void *).
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-05 Kevin O'ConnorInitial KVM support.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-12-14 Kevin O'ConnorDefine and consistently use BUILD_APIC_ADDR and BUILD_I...
2008-12-07 Kevin O'ConnorDon't overwrite memory on smm init.
2008-12-05 Kevin O'ConnorDon't allow start_bdf with new auto max bus detection...
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-08 Kevin O'ConnorSynch pci ids and registers with Linux kernel source.
2008-11-08 Kevin O'ConnorAdd dprintf() status writes during startup of bios...
2008-10-25 Kevin O'ConnorUse defines for PCI ids.
2008-08-30 Kevin O'ConnorUse ALIGN() macro in place of open-coded aligns.
2008-08-17 Kevin O'ConnorRemove CONFIG_QEMU option - breakout into other options.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorSeparate out smp detection and mp table generation...
2008-07-04 Kevin O'ConnorClean up #ifdefs.
2008-06-13 Kevin O'ConnorAdd config option CONFIG_ACPI for turning off ACPI...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-03-08 Kevin O'ConnorRevert "Commit missing files from last commit."
2008-03-06 Kevin O'ConnorCommit missing files from last commit.