From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EA20E1A1E43 for ; Wed, 26 Oct 2016 05:11:50 -0700 (PDT) Received: by mail-lf0-x235.google.com with SMTP id m193so4979325lfm.4 for ; Wed, 26 Oct 2016 05:11:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PqSC8YQ9UO+n6LFA9eWruLgMPV5R4r9YQcC3lRMVLYc=; b=cUhek/o3g6LVhiptv1H/3uaUsQWqdZj4seH5FMuZsq5QukLPRlh0kbazP3Bw7p+dW0 E4dSJ6qplFvW8SwobcbjZvChU1VnjHbaArNCCa5vy7sRFPaAe7PhaFF1pmnPlYPSQ4pn yBEPe5AQjUot5lTkVaRmsgnZCfTTu0msrnlFw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PqSC8YQ9UO+n6LFA9eWruLgMPV5R4r9YQcC3lRMVLYc=; b=K/4kkJ89H7pL1Zvgosz2g1hjXfxAK4VGMOzpfgwfmEEcrtyHPym2H2qothCsGAT3l3 Jqaf2W15VsTrreRmFSvc8+OXIUaPCFnMORXgIuJ4MgKf91OYRv2VA/z4dZehru1fNSgS ujCjQWpgYwnSV9ZXnPRLBFnEa8GCP/wwGNGBQtB2cLCRMG4hOlxXhoCPBqOdZWFI9ZNI 35U2+kbSIlP16Kof0SlWZGgG/7mPsYzJzxxzvPXYetyFXsQcfcUXF9m9WYvA0mjFpbG7 jZ9muC8/K6uOTQ9Q7tTwoLr9c1v3zvc3risG2UzLM+JKGkuxucmNGn5Wt7UNrB3iQc16 /XrQ== X-Gm-Message-State: ABUngvc+xibrC2lrmAkGugG3jt5f8mMWpvDAUtXVMIkE8EkJI7pp5wy4Hlj2HmXs/Gghn2Ng6Vx2n10Gjaug0YbD X-Received: by 10.25.201.142 with SMTP id z136mr302280lff.144.1477483908647; Wed, 26 Oct 2016 05:11:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.28.78 with HTTP; Wed, 26 Oct 2016 05:11:47 -0700 (PDT) In-Reply-To: <1477469862-10046-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477469862-10046-1-git-send-email-ard.biesheuvel@linaro.org> From: Ryan Harkin Date: Wed, 26 Oct 2016 13:11:47 +0100 Message-ID: To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Laszlo Ersek Subject: Re: [PATCH v2 0/6] ArmPkg: eliminate calls to deprecated functions X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 12:11:51 -0000 Content-Type: text/plain; charset=UTF-8 Hi Ard, You don't have my Tested-by tags in all of the v2 patches. Do I need to retest? I thought they changes were trivial, but I'm happy to retest if it helps. Cheers, Ryan. On 26 October 2016 at 09:17, Ard Biesheuvel wrote: > This series prepares ArmPkg for building with the preprocess symbol > DISABLE_NEW_DEPRECATED_INTERFACES defined, by adding missing components > to ArmPkg (#1), fixing broken code or code that relies on deprecated > functionality (#2 - #5), and finally adds -DDISABLE_NEW_DEPRECATED_INTERFACES > to the CC flags for all build types, toolchains and architectures. > > v2: > - incorporate feedback from Laszlo > - add tags from Ryan, Leif and Laszlo > > Bug: https://bugzilla.tianocore.org/show_bug.cgi?id=164 > > Ard Biesheuvel (6): > ArmPkg: add missing components > ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC include > ArmPkg/LinuxLoader: eliminate calls to deprecated string functions > ArmPkg/SemihostFs: eliminate calls to deprecated string functions > ArmPkg/BdsLib: eliminate calls to deprecated string functions > ArmPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES > > ArmPkg/Application/LinuxLoader/Arm/LinuxAtag.c | 2 +- > ArmPkg/Application/LinuxLoader/LinuxLoader.c | 6 ++++-- > ArmPkg/ArmPkg.dsc | 13 +++++++++++++ > ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm | 4 ---- > ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c | 20 ++++++++++++-------- > ArmPkg/Library/BdsLib/BdsFilePath.c | 8 +++++--- > 6 files changed, 35 insertions(+), 18 deletions(-) > > -- > 2.7.4 >