[U-Boot] [PATCH 9/9] x86: acpi: Put sleepstates.asl to the common place

Bin Meng bmeng.cn at gmail.com
Fri Oct 27 07:12:19 UTC 2017


On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass <sjg at chromium.org> wrote:
> On 19 October 2017 at 03:21, Bin Meng <bmeng.cn at gmail.com> wrote:
>> The supported sleep states are generic on Intel processors. Move the
>> ASL definition to the common place.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/include/asm/{arch-baytrail => }/acpi/sleepstates.asl |  0
>>  arch/x86/include/asm/arch-baytrail/acpi/platform.asl          |  2 +-
>>  arch/x86/include/asm/arch-quark/acpi/platform.asl             |  2 +-
>>  arch/x86/include/asm/arch-quark/acpi/sleepstates.asl          | 10 ----------
>>  4 files changed, 2 insertions(+), 12 deletions(-)
>>  rename arch/x86/include/asm/{arch-baytrail => }/acpi/sleepstates.asl (100%)
>>  delete mode 100644 arch/x86/include/asm/arch-quark/acpi/sleepstates.asl
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list