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 46E6B1A1E3B for ; Mon, 24 Oct 2016 09:06:59 -0700 (PDT) Received: by mail-wm0-x236.google.com with SMTP id b80so112345074wme.1 for ; Mon, 24 Oct 2016 09:06:59 -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=HBpxquTVVOQEfswJRN4mgWHnsFtUefC/5UiY/sdUzt0=; b=Qe6y18FqprTxbvQL+Gc54rQnQ1KExn9tXXKw+LVi96Juwj0TA8kJ3O6eA7TWj4bM1C LNvQLQQRFpG/ti9N0KMle3/pkD6h6v6sr4P1kbBxOidVbtEJ8jW2H87O93Ermu/PvI4p 5sFPUdtk5TVuBeeoYkqshFFY+gbbtwYi9pb78= 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=HBpxquTVVOQEfswJRN4mgWHnsFtUefC/5UiY/sdUzt0=; b=G+SGqVFw49kItQARt+Np0I3vcTe8vgnzmD4v8XZBx1qLB9+YfaU+BXrcNNido2pMpM 7DdgqPKtgKrfnYCorNZn2Z9fYDf0Eq9RV42shSFZah2oemUgi325tL6jjbjsGgqoAQWO 0BsGE1njgz2J9dOC7y7G9iELNfN2OQebN++dZAWs8Z0gIfHtRMKSJQTeQEE2ji9nYVin FP8ZXsVfYHe/OAAFZIPfE93jLIL4JoptweJPZFDzRwyPZtmPwSEeVkkybiL24RRniwAu IDuEeCWEX+XVOtgTK5gcK3zV28Nthx8a5sWI5YDwjMayyHyD2F1mh0wUuB17kdgb24x5 +I3w== X-Gm-Message-State: AA6/9RmkcMeG8LceF6L5OIJNTjp02bVza9otXjj/UMuR6UwP2+AHqhK9q9N9Yt9ZFYwzrVvP X-Received: by 10.28.24.80 with SMTP id 77mr16984381wmy.74.1477325217743; Mon, 24 Oct 2016 09:06:57 -0700 (PDT) Received: from localhost.localdomain ([105.146.229.54]) by smtp.gmail.com with ESMTPSA id h3sm20055144wjp.45.2016.10.24.09.06.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Oct 2016 09:06:57 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, lersek@redhat.com Cc: Ard Biesheuvel Date: Mon, 24 Oct 2016 17:06:40 +0100 Message-Id: <1477325206-24646-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [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: Mon, 24 Oct 2016 16:06:59 -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. 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