Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / acpi.c
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.