From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 DB5D21A1E43 for ; Tue, 25 Oct 2016 11:17:19 -0700 (PDT) Received: by mail-wm0-x22c.google.com with SMTP id c78so39223051wme.0 for ; Tue, 25 Oct 2016 11:17:19 -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=e9exFZpWDZByR0JOs9arwKUM8A8PFi74FCT4CnTpij0=; b=j6pG2fJCvNCEqB5SFeh9v79Imw6ngzxZI7nvKtsQTrZVDBpVRs5hXgIQ2GFX8DbM6H Azpl/P6EI+NwJJdzv3/vI9wu6QCKwPFoQbla9s/zfhfseCQ9AvHTDRaE2Dip68zqVt+b KBpnYjQ5BNmfI/5VAHVP3O9Y1dJHJdqXp95q4= 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=e9exFZpWDZByR0JOs9arwKUM8A8PFi74FCT4CnTpij0=; b=HpVlFDxGQMPezDRqfCmiW+3xBnGZqXjj/vI8TjAZyLNGzNS+iEWUj7HYx7z5OlqwTa 4A2l2JC+PJjHI4YK3uGCT9D/zNrfvdFUXdaYNG4DWAmUSdF19TztGc8wyoQrq74l3Qgf WBgZFlJMvAngEwxBJJwU7+e7MZWxSx4s4gfgzMbuNQkiTVf5lllgg8hleu4B74/4D6Wn KLqK85lM9Soz8iZDDmz5A1NtD2zXIoAM/cal+IBnHfIAbAK2R5sBeuOZ1hZo3BEcWOvg G+9zzZ5OXoYzWUFQInnhYG9xBND4JFPSViqs/lx4nkuSqM0VV5nmkkrb4HadZeq/TMvb IHRw== X-Gm-Message-State: ABUngvfFYtROj0ZMj8kqO1WnqtVpyeMHX1AUMyE4gYb1SVLHksDWOpSWhNo4Uk7/AtRaRSyN X-Received: by 10.194.148.162 with SMTP id tt2mr18011393wjb.147.1477419438502; Tue, 25 Oct 2016 11:17:18 -0700 (PDT) Received: from localhost.localdomain ([105.129.136.43]) by smtp.gmail.com with ESMTPSA id k74sm4993378wmd.18.2016.10.25.11.17.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Oct 2016 11:17:17 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: lersek@redhat.com, Ard Biesheuvel Date: Tue, 25 Oct 2016 19:17:02 +0100 Message-Id: <1477419424-22235-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH 0/2] ArmPlatformPkg: remove deprecated string function calls 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 18:17:20 -0000 ArmPlatformPkg no longer has its own .dsc, but we can still clean up some uses of deprecated string functions, so that users of ArmPlatformPkg can define DISABLE_NEW_DEPRECATED_INTERFACES Ard Biesheuvel (2): ArmPlatformPkg/ArmVExpressFastBootDxe: eliminate deprecated string functions ArmPlatformPkg/BootMonFs: eliminate deprecated string functions ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/ArmVExpressFastBoot.c | 8 ++++---- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsDir.c | 8 +++----- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsEntryPoint.c | 3 ++- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c | 12 +++++------- 4 files changed, 14 insertions(+), 17 deletions(-) -- 2.7.4