summaryrefslogtreecommitdiff
path: root/src/mainboard/via/epia-n/acpi_tables.c
AgeCommit message (Expand)Author
2012-04-20Refactor some alignment handlingPatrick Georgi
2012-04-02Align: Make sure 1 is treated as unsigned long instead of intStefan Reinauer
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-09Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson
2010-04-07"no warnings day"Stefan Reinauer
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-01Ron,Jon Harrison