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=jagadeesh.ujja@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id DCF1B211DBDEF for ; Wed, 13 Mar 2019 01:49:07 -0700 (PDT) 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 6BD3B15AB for ; Wed, 13 Mar 2019 01:49:07 -0700 (PDT) Received: from mail-io1-f46.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 52BB63F71E for ; Wed, 13 Mar 2019 01:49:07 -0700 (PDT) Received: by mail-io1-f46.google.com with SMTP id b6so1103921iog.0 for ; Wed, 13 Mar 2019 01:49:07 -0700 (PDT) X-Gm-Message-State: APjAAAUxSOEhqwVdi+yyMFhd5lQ3WWZy3hN4GGO7pwpbrsPVQd7c/XzS lqzZziqdrds90JDL3+KXJI9V5nUOWt+2rvs9F7o= X-Google-Smtp-Source: APXvYqw5+OrA43xWpy1/d6vpakDbH/1SPB848+vibJZvaUBrVcInPzgpBpO4+yXNYl01JqoLXxZb03yyOf3wba4GW3M= X-Received: by 2002:a6b:e509:: with SMTP id y9mr9215782ioc.169.1552466946562; Wed, 13 Mar 2019 01:49:06 -0700 (PDT) MIME-Version: 1.0 References: <1551768099-14310-1-git-send-email-jagadeesh.ujja@arm.com> In-Reply-To: <1551768099-14310-1-git-send-email-jagadeesh.ujja@arm.com> From: Jagadeesh Ujja Date: Wed, 13 Mar 2019 14:18:55 +0530 X-Gmail-Original-Message-ID: Message-ID: To: edk2-devel@lists.01.org, Leif Lindholm , Ard Biesheuvel Subject: Re: [PATCH edk2-platforms 0/2] Platforms/ARM/SgiPkg: apply product names for sgiclarka and sgiclarkh 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: Wed, 13 Mar 2019 08:49:08 -0000 Content-Type: text/plain; charset="UTF-8" hi Ard/Leif Please let me know if you have any comments on this patch thanks Jagadeesh On Tue, Mar 5, 2019 at 12:20 PM Jagadeesh Ujja wrote: > > This patchset updates the product names for SGI-Clark.Ares and > SGI-Clark.Helios platforms. > The first patch replaces all uses of sgiclarka with rdn1edge. > The second patch replaces all use of sgiclarkh with rde1edge. > > Jagadeesh Ujja (2): > Platforms/ARM/SgiPkg: Rename SgiClarkAres to RdN1Edge > Platforms/ARM/SgiPkg: Rename SgiClarkHelios to RdE1Edge > > Platform/ARM/SgiPkg/AcpiTables/{SgiClarkHelios => RdE1Edge}/Dsdt.asl | 66 ++++++++++---------- > Platform/ARM/SgiPkg/AcpiTables/{SgiClarkHelios => RdE1Edge}/Madt.aslc | 0 > Platform/ARM/SgiPkg/AcpiTables/{SgiClarkHeliosAcpiTables.inf => RdE1EdgeAcpiTables.inf} | 6 +- > Platform/ARM/SgiPkg/AcpiTables/{SgiClarkAres => RdN1Edge}/Dsdt.asl | 16 ++--- > Platform/ARM/SgiPkg/AcpiTables/{SgiClarkAres => RdN1Edge}/Madt.aslc | 16 ++--- > Platform/ARM/SgiPkg/AcpiTables/{SgiClarkAresAcpiTables.inf => RdN1EdgeAcpiTables.inf} | 6 +- > Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c | 12 ++-- > Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.inf | 4 +- > Platform/ARM/SgiPkg/Include/SgiPlatform.h | 8 +-- > Platform/ARM/SgiPkg/SgiPlatform.dec | 4 +- > Platform/ARM/SgiPkg/SgiPlatform.dsc | 4 +- > Platform/ARM/SgiPkg/SgiPlatform.fdf | 4 +- > 12 files changed, 73 insertions(+), 73 deletions(-) > rename Platform/ARM/SgiPkg/AcpiTables/{SgiClarkHelios => RdE1Edge}/Dsdt.asl (68%) > rename Platform/ARM/SgiPkg/AcpiTables/{SgiClarkHelios => RdE1Edge}/Madt.aslc (100%) > rename Platform/ARM/SgiPkg/AcpiTables/{SgiClarkHeliosAcpiTables.inf => RdE1EdgeAcpiTables.inf} (91%) > rename Platform/ARM/SgiPkg/AcpiTables/{SgiClarkAres => RdN1Edge}/Dsdt.asl (85%) > rename Platform/ARM/SgiPkg/AcpiTables/{SgiClarkAres => RdN1Edge}/Madt.aslc (93%) > rename Platform/ARM/SgiPkg/AcpiTables/{SgiClarkAresAcpiTables.inf => RdN1EdgeAcpiTables.inf} (92%) > > -- > 2.7.4 > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel