Re: [U-Boot] [PATCH v2 11/28] x86: acpi: Remove unused codes

2016-05-08 Thread Bin Meng
On Sun, May 8, 2016 at 2:46 AM, Simon Glass wrote: > On 7 May 2016 at 08:46, Bin Meng wrote: >> - Remove #include <> header files. >> - Remove APM_CNT register defines, which should not be here as >> they are SMI related. >> - Remove MP_IRQ_ defines as

Re: [U-Boot] [PATCH v2 11/28] x86: acpi: Remove unused codes

2016-05-07 Thread Simon Glass
On 7 May 2016 at 08:46, Bin Meng wrote: > - Remove #include <> header files. > - Remove APM_CNT register defines, which should not be here as > they are SMI related. > - Remove MP_IRQ_ defines as they are duplicates of the same ones > in asm/mpspec.h. > - Remove ACTL

[U-Boot] [PATCH v2 11/28] x86: acpi: Remove unused codes

2016-05-07 Thread Bin Meng
- Remove #include <> header files. - Remove APM_CNT register defines, which should not be here as they are SMI related. - Remove MP_IRQ_ defines as they are duplicates of the same ones in asm/mpspec.h. - Remove ACTL register defines, which should not be here as they are chipset specific. -