From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (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 647BD1A1E46 for ; Tue, 25 Oct 2016 04:33:02 -0700 (PDT) Received: by mail-lf0-x231.google.com with SMTP id m193so12535569lfm.4 for ; Tue, 25 Oct 2016 04:33:02 -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=+BdVTaO6MWsp4drCZJ4zleqbkqgAnyYEVBYb6Eue17s=; b=WhGVsnx+LzsWoBlNBEWpx6SDY3F9/59jbg6HTum9ZaRETdl7lWJmjF/J9g675c+xsp SUoQXQWgm71iJt1EgAazipmeg7NW7WaeHTf4K/J9unWrMUhEZzshILTHxEpKMvA/5nMv JJnjt7U9/JAaAms27H3AJ0aPaG2MdzaEZSdcc= 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=+BdVTaO6MWsp4drCZJ4zleqbkqgAnyYEVBYb6Eue17s=; b=fHjGzv3C6+fzNqOc6eDAAYnp0iHJq/efyBCsAWhWgHTW+NWQfpxbQoXcWYGd/5Mi99 l5tImxgVUxKFF7INiOdK9qaUOMnPaz2uX/7JtkNfpH6DNMH4DLwnU5nKm7norSdiGAiq wSiH67p2eWZuQci91zy9V1KamlHo4+MYhha5koeScyWPR1uOSArfVwnS+7ClNDNqV+B3 8IU7cjB5txEyOb4B79GM/3yKziaOljjB7+jngJFU6B/20Emn3AZ8liBQgJUF6sX8qZb4 0JQoraZ0WQGla30BN3g14opDEh8nEfOwes2pBNc8Ns13MzK9juu1ICuKHOWfoigOCoxL tmew== X-Gm-Message-State: ABUngvfHT51gRenmCa8HNmlYo0nYtP6dTv9ZnNrRmDwoJtov38zXAuGRMphw3YkPaQaCsjQv4Aet4tVpIUjQSy3Z X-Received: by 10.25.37.20 with SMTP id l20mr7118161lfl.88.1477395180341; Tue, 25 Oct 2016 04:33:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.28.78 with HTTP; Tue, 25 Oct 2016 04:32:59 -0700 (PDT) In-Reply-To: <1477325206-24646-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477325206-24646-1-git-send-email-ard.biesheuvel@linaro.org> From: Ryan Harkin Date: Tue, 25 Oct 2016 12:32:59 +0100 Message-ID: To: Ard Biesheuvel Cc: edk2-devel-01 , Leif Lindholm , Laszlo Ersek Subject: Re: [PATCH 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: Tue, 25 Oct 2016 11:33:02 -0000 Content-Type: text/plain; charset=UTF-8 On 24 October 2016 at 17:06, 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. > > 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 > I tested the series on FVP AEMv8 & Foundation, TC2 and Juno R0/1/2: Tested-by: Ryan Harkin > 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 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel