* ACPICA release 20120215 linuxized patches
@ 2012-02-20 6:30 Lin Ming
2012-02-20 7:49 ` Lin Ming
0 siblings, 1 reply; 4+ messages in thread
From: Lin Ming @ 2012-02-20 6:30 UTC (permalink / raw)
To: lenb; +Cc: Moore, Robert, Thomas Renninger, linux-acpi
[-- Attachment #1: Type: text/plain, Size: 1773 bytes --]
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
[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 #2: acpica-v20120215.mbox.tar.bz2 --]
[-- Type: application/x-bzip-compressed-tar, Size: 24871 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPICA release 20120215 linuxized patches
2012-02-20 6:30 ACPICA release 20120215 linuxized patches Lin Ming
@ 2012-02-20 7:49 ` Lin Ming
2012-02-24 2:35 ` Lin Ming
0 siblings, 1 reply; 4+ messages in thread
From: Lin Ming @ 2012-02-20 7:49 UTC (permalink / raw)
To: lenb; +Cc: Moore, Robert, Thomas Renninger, linux-acpi
[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]
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.
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 #2: acpica-v20120215-update.mbox.tar.bz2 --]
[-- Type: application/x-bzip-compressed-tar, Size: 25203 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPICA release 20120215 linuxized patches
2012-02-20 7:49 ` Lin Ming
@ 2012-02-24 2:35 ` Lin Ming
2012-03-22 5:50 ` Len Brown
0 siblings, 1 reply; 4+ messages in thread
From: Lin Ming @ 2012-02-24 2:35 UTC (permalink / raw)
To: lenb; +Cc: Moore, Robert, Thomas Renninger, linux-acpi
[-- Attachment #1: Type: text/plain, Size: 2315 bytes --]
On Mon, Feb 20, 2012 at 3:49 PM, Lin Ming <ming.m.lin@intel.com> 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 #2: acpica-v20120215-update2.mbox.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 25392 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPICA release 20120215 linuxized patches
2012-02-24 2:35 ` Lin Ming
@ 2012-03-22 5:50 ` Len Brown
0 siblings, 0 replies; 4+ messages in thread
From: Len Brown @ 2012-03-22 5:50 UTC (permalink / raw)
To: Lin Ming; +Cc: Moore, Robert, Thomas Renninger, linux-acpi
applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-22 5:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 6:30 ACPICA release 20120215 linuxized patches Lin Ming
2012-02-20 7:49 ` Lin Ming
2012-02-24 2:35 ` Lin Ming
2012-03-22 5:50 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox