[U-Boot] [PATCH 5/8] x86: quark: Add platform ASL files

Bin Meng bmeng.cn at gmail.com
Thu May 26 02:10:38 CEST 2016


Hi Simon,

On Thu, May 26, 2016 at 7:17 AM, Simon Glass <sjg at chromium.org> wrote:
> Hi Bin,
>
> On 25 May 2016 at 02:48, Bin Meng <bmeng.cn at gmail.com> wrote:
>> This adds basic quark platform ASL files. They are intended to be
>> included in dsdt.asl of any board that is based on this platform.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/include/asm/arch-quark/acpi/irqroute.h    |  15 ++
>>  arch/x86/include/asm/arch-quark/acpi/lpc.asl       | 125 ++++++++++++++
>>  arch/x86/include/asm/arch-quark/acpi/platform.asl  |  33 ++++
>>  .../include/asm/arch-quark/acpi/sleepstates.asl    |  10 ++
>>  .../include/asm/arch-quark/acpi/southcluster.asl   | 184 +++++++++++++++++++++
>>  arch/x86/include/asm/arch-quark/iomap.h            |  47 ++++++
>>  arch/x86/include/asm/arch-quark/irq.h              |  19 +++
>>  7 files changed, 433 insertions(+)
>>  create mode 100644 arch/x86/include/asm/arch-quark/acpi/irqroute.h
>>  create mode 100644 arch/x86/include/asm/arch-quark/acpi/lpc.asl
>>  create mode 100644 arch/x86/include/asm/arch-quark/acpi/platform.asl
>>  create mode 100644 arch/x86/include/asm/arch-quark/acpi/sleepstates.asl
>>  create mode 100644 arch/x86/include/asm/arch-quark/acpi/southcluster.asl
>>  create mode 100644 arch/x86/include/asm/arch-quark/iomap.h
>>  create mode 100644 arch/x86/include/asm/arch-quark/irq.h
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> Did you invent these files or get them from somewhere?
>

I created them based on what we have in BayTrail for now. If you
compare these with BayTrail files, you can see differences which
reflects SoC differences.

Regards,
Bin


More information about the U-Boot mailing list