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=thomas.abraham@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 6157D21194885 for ; Thu, 22 Nov 2018 20:20:19 -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 666893574 for ; Thu, 22 Nov 2018 20:20:18 -0800 (PST) Received: from mail-it1-f173.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 4D6CC3F77D for ; Thu, 22 Nov 2018 20:20:18 -0800 (PST) Received: by mail-it1-f173.google.com with SMTP id o19so16716978itg.5 for ; Thu, 22 Nov 2018 20:20:18 -0800 (PST) X-Gm-Message-State: AA+aEWbSnaN6Snl8vEBS6tK7ZKjOY7n9c3eCMi9uiMjvHdDvGGHrn9FX t2x9MedKOa9+YHzRdlFP4yCDIPP68KdoKccHYvA= X-Google-Smtp-Source: AFSGD/UPz5jVGBaJTCwdemUmF5bM91zLAAHR/jU27zp07IIcC+9nbrWIqUShWGrRRCVGnJOgo+uDh78YWyPNNlrMt2w= X-Received: by 2002:a05:660c:283:: with SMTP id s3mr2982312itl.135.1542946817523; Thu, 22 Nov 2018 20:20:17 -0800 (PST) MIME-Version: 1.0 References: <20181122172645.20819-1-ard.biesheuvel@linaro.org> In-Reply-To: <20181122172645.20819-1-ard.biesheuvel@linaro.org> From: Thomas Abraham Date: Fri, 23 Nov 2018 09:50:06 +0530 X-Gmail-Original-Message-ID: Message-ID: To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, lersek@redhat.com, Nariman Poushin Subject: Re: [PATCH edk2-platforms 0/4] Platform/ARM: fix DevicePath mishandling in BdsLib 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: Fri, 23 Nov 2018 04:20:19 -0000 Content-Type: text/plain; charset="UTF-8" On Thu, Nov 22, 2018 at 10:56 PM Ard Biesheuvel wrote: > > The deprecated BdsLib library class in ArmPkg is still depended upon, but > only a single implementation exists, which now resides in edk2-platforms. > > This implementation has some issues in how it deals with Device Paths, > so let's fix those, but first move over the library interface declaration. > This will permit dropping it from ArmPkg in EDK2. > > Ard Biesheuvel (4): > Platform/ARM: import ARM platform specific BdsLib header > Platform/ARM/BdsLid: drop unused BdsStartEfiApplication () > Platform/ARM/BdsLib: don't clobber BdsLoadImage() DevicePath IN param > Platform/ARM/BdsLib: maintain alignment for DevicePaths This patch series when applied with the below two patch series - [PATCH v2 0/5] ArmPlatformPkg, ArmVirtPkg: discover NOR flash banks from DTB - [PATCH edk2-platforms 0/3] drop GUIDs from NOR flash bank descriptors does solve the boot issue on the Juno board. > > Platform/ARM/ARM.dec | 3 + > .../Drivers/FdtPlatformDxe/FdtPlatformDxe.inf | 2 +- > Platform/ARM/Include/Library/BdsLib.h | 193 ++++++++++++++++++ > Platform/ARM/Library/BdsLib/BdsFilePath.c | 71 ++----- > Platform/ARM/Library/BdsLib/BdsInternal.h | 1 - > Platform/ARM/Library/BdsLib/BdsLib.inf | 2 +- > 6 files changed, 212 insertions(+), 60 deletions(-) > create mode 100644 Platform/ARM/Include/Library/BdsLib.h > > -- > 2.17.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel