From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web08.12659.1633010260940693215 for ; Thu, 30 Sep 2021 06:57:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=A5i2Xm+k; spf=pass (domain: nuviainc.com, ip: 209.85.221.50, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f50.google.com with SMTP id w29so10224365wra.8 for ; Thu, 30 Sep 2021 06:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=peI3GhIrVXl8KMTAaITWsorVn4Ysbi3AiJ1QFMviWxI=; b=A5i2Xm+kZujbm/d1tSFu3ESEpa1Wlj4noe0qxz2RZCszTsDN1SXl2FTreurKyNFH0d a8mcGD0aQodDuwKtsKbJh1Bh5QoctzOQ9V9p4ZDO2PZHjxtHCm6xsk2PggZL7tJKzcB9 GTpS5xsZP8hooIb0rILg2JWg33U/vx2gmayO1bkZJCP8c4Xj+hxrKg3KiyB9HVlVfUjI EcdwxqED7WwzffQrXwlKPfK12fZiZOxi8T0qNNSTkTiemfrUblB8D+ypJEKQa9J9AQ9c OtJz3C40DaMaMTIIBAAHfmooqz6EWfszf2PJ11jinC04833z9mfG5MtxUJjHNLQjf7tW Nrxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=peI3GhIrVXl8KMTAaITWsorVn4Ysbi3AiJ1QFMviWxI=; b=o/CdOOwrtce8SX3OyYW7CsKjZCyGOTEKCJ4hrUw9au3VxjMCX+0yWrKwOylITHl/eV ZCq/1QjyF9L8Bv/r/Zfd2vDoRUwv53r+kUzCFdtfgrRQdBeQlPVc98EjUnZVw14541pD ajS7PgUvfy5tQ6cvOhh2ZqQrKqGYz9IRDWTW5rjiQrubPCsyeIEjH4/zA959ikjUOLpr BKXYMRQh8uzXvMQ9EzYJ8W0v1/KUp4jkuVEGxgsv5gPIG5puO5eCI2wZESyHfHDm40pk jttbKnGXz4EXISZsKoAj3SeegxM6Ce2kVRmL1jl2YnkRUICvs74l0RjvIhpsD1EJLMN0 Yd1w== X-Gm-Message-State: AOAM5326Sf+NDkT8jbAZCs3nvog1EJgM9WdkSa+Vz6vbM/3Bt244xqn3 iVlRqe+okyPNRUaI0UT2TEccrQ== X-Google-Smtp-Source: ABdhPJyTgvBx1h8ZM2ujr/w1ce9LGcvbLCuhV5/aUMJ3AthKgMye1nCwhiHdCLQKJgMAFrVA3MtYXw== X-Received: by 2002:adf:a41c:: with SMTP id d28mr1085094wra.182.1633010259384; Thu, 30 Sep 2021 06:57:39 -0700 (PDT) Return-Path: Received: from leviathan (cpc92314-cmbg19-2-0-cust559.5-4.cable.virginm.net. [82.11.186.48]) by smtp.gmail.com with ESMTPSA id w17sm2914485wmi.42.2021.09.30.06.57.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Sep 2021 06:57:39 -0700 (PDT) Date: Thu, 30 Sep 2021 14:57:37 +0100 From: "Leif Lindholm" To: Rebecca Cran Cc: devel@edk2.groups.io, Ard Biesheuvel Subject: Re: [edk2-platforms PATCH v2 0/6] Some BeagleBoardPkg fixes Message-ID: <20210930135737.zmtsb4rqip5n7doj@leviathan> References: <20210928193320.197688-1-rebecca@bsdio.com> MIME-Version: 1.0 In-Reply-To: <20210928193320.197688-1-rebecca@bsdio.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 28, 2021 at 13:33:14 -0600, Rebecca Cran wrote: > Since we still have quite a lot of 32-bit ARM code in the tree, it > would be nice to have a physical platform to verify that it still works > correctly. I recently got one of the original BeagleBoard boards and > have been working to get EDK2 booting on it again. These patches let it > get further, though there are still problems to fix. > > Patch 3/4 isn't required, I just got irritated with the messages > complaining about misaligned sections and decided to fix it. > > Changes from v1 to v2: > > Added patch to increase Fv size to 768KB, which allows the NOOPT build > to succeed. > > Added patch to add Readme.rst which explains the ROM loader limitations > and provides links to the SRM, TRM etc. For the two new patches: Reviewed-by: Leif Lindholm I dropped a trailing blank line in the Readme.rst and pushed the set (with R-b:s for v1 added) as be67e47cc589..4f8730e6851a. Thanks! / Leif > Rebecca Cran (6): > BeagleBoardPkg: Remove the configuration and image headers from flash > BeagleBoardPkg: Remove PerformanceLib from build > BeagleBoardPkg: Align PE sections to 4K > Omap35xxPkg: InterruptDxe: add gEfiCpuArchProtocolGuid runtime > dependency > Platform/BeagleBoard: bump Fv size to 768KB to fix NOOPT build > Platform/BeagleBoard: Add Readme.rst > > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 7 ++--- > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.fdf | 17 +++--------- > Platform/BeagleBoard/BeagleBoardPkg/Readme.rst | 28 ++++++++++++++++++++ > Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf | 2 +- > 4 files changed, 37 insertions(+), 17 deletions(-) > create mode 100644 Platform/BeagleBoard/BeagleBoardPkg/Readme.rst > > -- > 2.31.1 > >