From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::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 3E49081D17 for ; Fri, 28 Oct 2016 02:28:28 -0700 (PDT) Received: by mail-wm0-x235.google.com with SMTP id b80so84379118wme.1 for ; Fri, 28 Oct 2016 02:28:28 -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=peerkY1xZVFlCKHuf9a6uP63U0JZsDGUeO+UEMAhJEM=; b=AjB2NhfYgOu0Z/DD0LVjVFg2xJzxNSTxf7VeaiQDHg5spHNRgJuSX7ZZW8rrr6H9xq 5uAsqJ8PsnCPYaII7c0Ltur3o7NhNsCrh6RfSIcHRshESLEWpgDVaaPf0mlDulFXbwkt fgpS46ttYzDKeacttWYD24zfwToO6r/5axzjQ= 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=peerkY1xZVFlCKHuf9a6uP63U0JZsDGUeO+UEMAhJEM=; b=Xpt+MWfU6J4pHV9rwShYPcF1d14qre0IavVGyJtT2fKpzHVmeHs2qUZsEziOWLjFTl NCgPDM1YrtqhMbNMYQz6GZpCvV6F9zG1NFkpzPFm2WySc0hCSuZmgNcPzt0yZvnN8KDz xmu4n2bx6mIvAMnnq5SuVa3YLJK6pi62aKtf3fTLWJhgUNsPZPng5XdWG9xt8XkPanTk CBzlTptGwKDbV49VOgEoniHPJzFmI3H8yW9ubphkTj0SQDkAEPzTKwYCd7NwIMacurnc qMF/ofhn7BJBGHqcRPuYAwzbDn/OY0EwxaZD1rVYVlFiH7LrkqKLDR5RO72TdkoNhVxP FEBA== X-Gm-Message-State: ABUngvdh168FqfY6rK2TRDPbtcMPKjvTUDWNlmJcb1lro+7OYVa7lY23U1JHY8s5+8gKSUwv X-Received: by 10.28.139.14 with SMTP id n14mr1974445wmd.112.1477646904141; Fri, 28 Oct 2016 02:28:24 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id t129sm5074228wmg.23.2016.10.28.02.28.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Oct 2016 02:28:23 -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: Fri, 28 Oct 2016 10:28:10 +0100 Message-Id: <1477646896-21444-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v3 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: Fri, 28 Oct 2016 09:28:28 -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. v3: - incorporate feedback from Laszlo - all patches now reviewed by Laszlo and tested by Ryan, thanks guys! v2: - incorporate feedback from Laszlo - add tags from Ryan, Leif and Laszlo 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