On Mon, Feb 20, 2012 at 3:49 PM, Lin Ming <ming.m.lin@xxxxxxxxx> wrote: > On Mon, 2012-02-20 at 14:30 +0800, Lin Ming wrote: >> Hi Len, >> >> ACPICA release 20120215 linuxized patches attached. >> >> Two notes below: >> >> PATCH 04 added a custom ACPICA build for ACPI 5 reduced hardware. >> So the code size is reduced for reduced hardware platform. >> >> (about 10% code, 5% static data) >> >> Normal build >> ============ >> ~/build/drivers/acpi/acpica$ ll acpi.o >> -rw-r--r-- 1 mlin mlin 13533494 Feb 20 13:43 acpi.o >> >> ~/build/drivers/acpi/acpica$ size acpi.o >> text data bss dec hex filename >> 210054 4200 1436 215690 34a8a acpi.o >> >> Reduced hardware build >> ====================== >> ~/build/drivers/acpi/acpica$ ll acpi.o >> -rw-r--r-- 1 mlin mlin 13015382 Feb 20 13:46 acpi.o >> >> ~/build/drivers/acpi/acpica$ size acpi.o >> text data bss dec hex filename >> 189873 4040 1396 195309 2faed acpi.o >> >> >> PATCH 07 added a new interface that allows the host to override a table >> via a physical address. >> Now the OSL implementation(acpi_os_physical_table_override) is empty. >> Thomas will send out the OSL patch. >> >> [PATCH 01/11] ACPICA: Update _REV return value to 5 >> [PATCH 02/11] ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers >> [PATCH 03/11] ACPICA: Move ACPI timer prototypes to public acpixf file >> [PATCH 04/11] ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware >> [PATCH 05/11] ACPICA: Expand OSL memory read/write interfaces to 64 bits >> [PATCH 06/11] ACPICA: ACPI 5: Update debug output for new notify values >> [PATCH 07/11] ACPICA: Add acpi_os_physical_table_override interface > > Len, > > I missed a fix for PATCH 07. > > Please use the attached updated mbox file. Len, We have another fix for PATCH 07. New mbox file attached. Lin Ming > > Thanks, > Lin Ming > >> [PATCH 08/11] ACPICA: Distill multiple sleep method functions to a single function >> [PATCH 09/11] ACPICA: Split sleep/wake functions into two files >> [PATCH 10/11] ACPICA: Add table-driven dispatch for sleep/wake functions >> [PATCH 11/11] ACPICA: Update to version 20120215 >> >> Regards, >> Lin Ming >
Attachment:
acpica-v20120215-update2.mbox.tar.bz2
Description: BZip2 compressed data