From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=chandni.cherukuri@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 0DC6C2118F79F for ; Mon, 19 Nov 2018 03:31:14 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DB58B15AB for ; Mon, 19 Nov 2018 03:31:13 -0800 (PST) Received: from mail-ed1-f48.google.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AB8093F720 for ; Mon, 19 Nov 2018 03:31:13 -0800 (PST) Received: by mail-ed1-f48.google.com with SMTP id y56so12480662edd.11 for ; Mon, 19 Nov 2018 03:31:13 -0800 (PST) X-Gm-Message-State: AGRZ1gJ5W06omIUtrC/wvpaPDwY3ivqLlRb5iVxUPq1MEiAeSogs3J6L coSITO+Dmy1k2eBTOj7TSAQnFifmjZUlfUC1mkw= X-Google-Smtp-Source: AJdET5cCaXCHKqM8ARIZfTzvhbQsM4dKFCmk8qMYo6N0ImHr9u8gdWz41FAFFcB0N49U8xvi/7/USs9fNfP5eMVsFJ4= X-Received: by 2002:a17:906:359b:: with SMTP id o27-v6mr16779199ejb.14.1542627072081; Mon, 19 Nov 2018 03:31:12 -0800 (PST) MIME-Version: 1.0 References: <1542022916-24462-1-git-send-email-chandni.cherukuri@arm.com> <20181112162750.yil73milap6rahfs@bivouac.eciton.net> In-Reply-To: <20181112162750.yil73milap6rahfs@bivouac.eciton.net> From: chandni cherukuri Date: Mon, 19 Nov 2018 17:00:39 +0530 X-Gmail-Original-Message-ID: Message-ID: To: Leif Lindholm Cc: Chandni Cherukuri , edk2-devel@lists.01.org Subject: Re: [PATCH v3 edk2-platforms 0/5] Platform/ARM/Sgi: Add support for Clark.Ares and Clark.Helios platforms X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2018 11:31:15 -0000 Content-Type: text/plain; charset="UTF-8" On Mon, Nov 12, 2018 at 9:57 PM Leif Lindholm wrote: > > Hi Chadni, > > I will disregard this set. > Please send out a new v3 containing the changes we've discussed, only > after I've completed reviewing the set. > > Best Regards, > > Leif > Hi Leif, Can I post the new v3 patchset containing the changes that we've discussed? Thanks Chandni > On Mon, Nov 12, 2018 at 05:11:51PM +0530, Chandni Cherukuri wrote: > > Changes since v2: > > - Added additional checks for platform-id and config-id values. > > > > Changes since v1: > > - No code changes, posting this series again with correct patch subject > > > > This patch series adds support for two new Arm's SGI platforms - > > SGI-Clark.Ares and SGI-Clark.Helios. The first patch in this > > series adds support to use a new binding added to the system-id > > node for Platform Identification. The rest of the patches add > > support for the two new SGI platforms. > > > > Chandni Cherukuri (5): > > Platform/ARM/Sgi: Adapt to changes in system-id DT node. > > Platform/ARM/Sgi: Add ACPI tables for SGI-Clark.Ares platform > > Platform/ARM/Sgi: Add initial support for SGI-Clark.Ares platform > > Platform/ARM/Sgi: Add ACPI tables for SGI-Clark.Helios platform > > Platform/ARM/Sgi: Add initial support for SGI-Clark.Helios platform > > > > Platform/ARM/SgiPkg/SgiPlatform.dec | 2 + > > Platform/ARM/SgiPkg/SgiPlatform.dsc | 2 + > > Platform/ARM/SgiPkg/SgiPlatform.fdf | 2 + > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/AcpiTables.inf | 58 +++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/AcpiTables.inf | 58 +++++ > > Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.inf | 2 + > > Platform/ARM/SgiPkg/Include/SgiPlatform.h | 5 + > > Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c | 19 +- > > Platform/ARM/SgiPkg/Library/SgiPlatformPei/SgiPlatformPeim.c | 24 +- > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Dbg2.aslc | 90 +++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Dsdt.asl | 116 +++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Fadt.aslc | 87 +++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Gtdt.aslc | 152 +++++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Iort.aslc | 106 ++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Madt.aslc | 171 +++++++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Mcfg.aslc | 61 +++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Spcr.aslc | 77 ++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Ssdt.asl | 95 +++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Dbg2.aslc | 90 +++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Dsdt.asl | 262 +++++++++++++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Fadt.aslc | 87 +++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Gtdt.aslc | 152 +++++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Iort.aslc | 106 ++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Madt.aslc | 266 ++++++++++++++++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Mcfg.aslc | 61 +++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Spcr.aslc | 77 ++++++ > > Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Ssdt.asl | 95 +++++++ > > 27 files changed, 2315 insertions(+), 8 deletions(-) > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/AcpiTables.inf > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/AcpiTables.inf > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Dbg2.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Dsdt.asl > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Fadt.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Gtdt.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Iort.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Madt.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Mcfg.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Spcr.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkA/Ssdt.asl > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Dbg2.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Dsdt.asl > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Fadt.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Gtdt.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Iort.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Madt.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Mcfg.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Spcr.aslc > > create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SgiClarkH/Ssdt.asl > > > > -- > > 2.7.4 > > > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel