From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 D28DB1A1E34 for ; Wed, 26 Oct 2016 01:17:50 -0700 (PDT) Received: by mail-wm0-x236.google.com with SMTP id 140so7381111wmv.0 for ; Wed, 26 Oct 2016 01:17:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=QXoSLwL0L3kZStKtz4kch/bVRkB+gMbq5QhVmrVJX94=; b=H4AXp9mdnkbcdVCv6lcVZ/9MKU3XSxcSr5qduJZFLdY2hk2YLL8DEVy7HzwlRsNwZp KS0jQWbX9+FG+KyGajSZ2lMNpVjpxC2SVV7f5DPub+5VLnga5vGZ5rBYT7XTWPtJQ1XA iHMNkLpGXO49wOm05LcykCzP5wc4LK23TJsDg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=QXoSLwL0L3kZStKtz4kch/bVRkB+gMbq5QhVmrVJX94=; b=YDEbVnBjeMqoQcmPN6lwxKrourVkyzQwPhEuSDnnAFhCccQiaGIvSHI2vMs4gBsJRB dDtoiWFNAbROL3hbEQIuaW29HtRn4FH7UnX+A96mkEFxHaUxWtTkRDk+E55tkkIHEZNZ YkAy/9TjVd/RZ3/DPBzK4Fbhn84Nt90B5pstf8+jbM+7mPlfOkqmuI9E9zCl9j8SrGcq gG7M2/O0Zd8SOhqTk6B6lu2+kOSS70DuRo8i6mD8a5Jd/ZXNtra8aXQUAFzJQ4+bGmjL 07p2Yfuk/OFCpTORfFuyvYyQ6aK4AuSIZ3wNt2shcOr524odghKalR1veCY+++oe5HR3 vreA== X-Gm-Message-State: ABUngvchJbMtZEe66uORoaB2QztXRXh8QnHS4kTCqXZFWyqwZQrOuGKi2nlNGSRhUC5NZfBa X-Received: by 10.28.48.130 with SMTP id w124mr6873592wmw.71.1477469869465; Wed, 26 Oct 2016 01:17:49 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id y2sm1166640wjx.20.2016.10.26.01.17.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 01:17:48 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: lersek@redhat.com, ryan.harkin@linaro.org, Ard Biesheuvel Date: Wed, 26 Oct 2016 09:17:36 +0100 Message-Id: <1477469862-10046-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [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 08:17:51 -0000 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