From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=lkDCZ/l4; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by groups.io with SMTP; Thu, 03 Oct 2019 10:55:45 -0700 Received: by mail-wm1-f68.google.com with SMTP id r19so2937779wmh.2 for ; Thu, 03 Oct 2019 10:55:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=TDBOn3dmnrt2+jguuv0fQ9+CmTx3E4rLJOdYe2cMqOc=; b=lkDCZ/l4PoWqj0Ph+V3hJGO6wVEWtnzJ5V5f35cF9e/2z79MTiv2NjAIODWpIr2D+P jKEwgvHVDVxJxakBFPhTkxMw4eSgXVEXqVSBtJ+lZaWPDn7AJTyXCwnb0UeYI9m+lk6Z uDDZRnJ+5NJ2eskb/bGGClorr3nA9qMd8NShBNrQ94eLPx+VjvgblFEukTJwBdVGHvwr ueajHQSR4JfjUoVgGMb5TaR9D5/MCEfbXrIPqf+Wm6Cf3B32Lo5vDNtqIkjdwz9PJve5 TUu2aEKocItwF6abYhM9DvB5BvsVKLr/UZu0bb7dp2rxPETsJWjk3NAVi1gEPIbbs26W mvzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=TDBOn3dmnrt2+jguuv0fQ9+CmTx3E4rLJOdYe2cMqOc=; b=QX4ApTtBWih/3AVFVh+NShJ/v9pu9Y+odngYi7xcNdCNcroifiwAo7wWyeAbrgEW25 rKSSQx96tOgYgUbAg/QMc5iZsgFY8h/wfaEzUBFB4ZzQXX4BszXtIQfsOZSz1Fd5PCTo r5LfQ0lPJIS3jTKgOX+PkPMv6eLTXU4FipeXE/9X8YBV/WQA27tTWmq6u9JGR+aWMFId DBvpp4APopA2LUYpNlFa7/+wqGPoFc5F+I6RDD8QoVY/fNT98yJEm+bP8H1TmYQMock2 uvH0F9bePcNRuonxSwlaKpywWpAfpwMPfWfglX7QuyAkPccgV+t7EJwNCF1I99KW+3Xz LLWw== X-Gm-Message-State: APjAAAW+YOSc09kSoRBiW48HNytmvWWtOQcHDEOE+LRw5c18o7rW5vWL YWzqOWJJnx8vqyebBuAkV6GxGbqxMGU= X-Google-Smtp-Source: APXvYqzYMJH5tF7qPavPaYMRcT6xZLE2j80dkZvfYyyYPF4fYQ1COHwP8jMFbUa2mDlov/V8ynSnEQ== X-Received: by 2002:a05:600c:24d1:: with SMTP id 17mr7753310wmu.104.1570125343457; Thu, 03 Oct 2019 10:55:43 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id n1sm6031205wrg.67.2019.10.03.10.55.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Oct 2019 10:55:42 -0700 (PDT) Date: Thu, 3 Oct 2019 18:55:41 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, abner.chang@hpe.com Cc: Palmer Dabbelt Subject: Re: [edk2-devel] [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with Message-ID: <20191003175541.GT25504@bivouac.eciton.net> References: <1569210037-32285-1-git-send-email-abner.chang@hpe.com> MIME-Version: 1.0 In-Reply-To: <1569210037-32285-1-git-send-email-abner.chang@hpe.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 23, 2019 at 11:40:24AM +0800, Abner Chang wrote: > This set of patches is updated to incorporate with patches sent for > edk2-staging/RISC-V-V2 PATCH v2. > > Abner Chang (13): > U500Pkg/OpenSbiPlatformLib: Use Fdtlib in EmbeddedPkg > U500Pkg/Sec: Remove unnecessary PCD reference > U500Pkg/Sec: Add information to header file references > U500Pkg/SerialIoLib: Header file reference change > U500Pkg: Update DEC revision > RiscV :Update INF revision > Silicon/SiFive: Update INF revision > Silicon/SiFive :Update DEC revision > U500Pkg/riscVPlatformTimerLib: Change source code to *.S > RiscV/Sec: Change source code to *.S > U500Pkg/SerialIoLib: Add copyrights > RiscV: Update DEC revision > U500Pkg: Leverage EmbeddedPkg modules Thanks for these. I won't review these individually, but they all look like things I have commented on either for the edk2 set or the v2 set out of the edk2-platforms one. Please merge these into the v4 submission. Best Regards, Leif > .../FirmwareContextProcessorSpecificLib.inf | 2 +- > .../RealTimeClockLibNull/RealTimeClockLibNull.inf | 2 +- > Platform/RiscV/RiscVPlatformPkg.dec | 2 +- > .../OpenSbiPlatformLib/OpenSbiPlatformLib.inf | 10 +- > .../U500Pkg/Library/OpenSbiPlatformLib/platform.c | 242 +++++++++++---------- > .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- > .../PlatformBootManagerLib.inf | 2 +- > .../RiscVPlatformTimerLib.inf | 6 +- > .../U500Pkg/Library/SerialIoLib/SerialIoLib.inf | 2 +- > .../U500Pkg/Library/SerialIoLib/SerialPortLib.c | 3 +- > Platform/RiscV/SiFive/U500Pkg/U500.dec | 2 +- > Platform/RiscV/SiFive/U500Pkg/U500.dsc | 5 +- > Platform/RiscV/SiFive/U500Pkg/U500.fdf | 2 +- > .../FvbServicesRuntimeDxe.inf | 2 +- > .../U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf | 2 +- > .../Universal/Pei/PlatformPei/PlatformPei.inf | 2 +- > Platform/RiscV/Universal/Sec/SecMain.c | 12 +- > Platform/RiscV/Universal/Sec/SecMain.inf | 7 +- > .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- > Silicon/SiFive/SiFive.dec | 2 +- > .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- > .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- > 22 files changed, 158 insertions(+), 157 deletions(-) > > -- > 2.7.4 > > > >