From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=OjftDwPM; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by groups.io with SMTP; Wed, 03 Jul 2019 08:43:01 -0700 Received: by mail-wm1-f68.google.com with SMTP id z23so2925202wma.4 for ; Wed, 03 Jul 2019 08:43:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=81TLm6Swsfxk2IxvMh6edj9NUoQZtAUbPOxJckwPZIk=; b=OjftDwPMIbhlViIdWlgcPTBC1gFZEQ9WcqTLpNsOLvEYtOO0yQ4d9HdoXf6stU6jNz Dgex35TZcZYcL4gB7j8CA/RuXEJdUs6Im86q+BOplu4ibK9VKV7kceaUg2kan25Xbhgz zsavqNHMQGErUvBXJRN/HxIAdkfteC9gm/o+sMo8HQDAFVbUDOTK0afWj/zkdHenYYZP M7C1rm6bjIFYr9E/1gLkx9DIZmYOmkeZKNBNKQ/5Dgkx7j3R4TNt58Qri/4x0Cg5wk3f 4S6XWNVIqLWM08eV6F8cxL1I4KzvEWpMnV/oyKprRpf8FuywOlShUefteEwSah+SgC0b a9zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=81TLm6Swsfxk2IxvMh6edj9NUoQZtAUbPOxJckwPZIk=; b=KQLOfzJWiaRru9/aSV1To7iubK0gl+F2fvJ5OAC7njBVMcCxUSBf5ngH6mqPmgWn6E P9w0gjMkpr6KQVj5JQEA4GpWnLfkCwzgL4DgxNLH2yu93yKmdfj0eMTlKfCPYF6Zrdmx RY+SjypRxECMGUw/akA34AQe5azR1ISvNASx3inELI/1eVcmhRzq8P4BnnqYAbTWN0k/ OcGFEDXjWUoeim550Zo3We4MS8Bh29ffcxjwxdvVdFsmWlBqX9wTiZayhmenA303UM2j wq1fhkUXr+iPikxh5xS+NhbeC9VHKwxVe8qbc3JNitcIW/XE7oMIorMUCU+M2JXcQpn+ p7LQ== X-Gm-Message-State: APjAAAWSUbI0iq8J6KDI/Cg4CH8cNQp8oe9mhRMghEVrUjWpu8WPoXuv lU9n3D8/CnM86qyBrBtSJFr6ZQ== X-Google-Smtp-Source: APXvYqxtWxRuVJxb6P6+i0a8x8bZkdva2D4aCez/l+YYU2tqn1WBfos0LsbU5TzeE0CUzXvzbVDrXQ== X-Received: by 2002:a1c:e90f:: with SMTP id q15mr8928223wmc.89.1562168579907; Wed, 03 Jul 2019 08:42:59 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id y1sm1670045wma.32.2019.07.03.08.42.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 03 Jul 2019 08:42:58 -0700 (PDT) Date: Wed, 3 Jul 2019 16:42:57 +0100 From: "Leif Lindholm" To: Sami Mujawar Cc: devel@edk2.groups.io, ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, Matteo.Carlini@arm.com, nd@arm.com Subject: Re: [PATCH edk2-platforms 0/2] Platform/ARM: Disable deprecated APIs for Arm Platforms Message-ID: <20190703154257.azahdz2tfqhirgos@bivouac.eciton.net> References: <20190627131213.10972-1-sami.mujawar@arm.com> MIME-Version: 1.0 In-Reply-To: <20190627131213.10972-1-sami.mujawar@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 27, 2019 at 02:12:11PM +0100, Sami Mujawar wrote: > edk2 implements the DISABLE_NEW_DEPRECATED_INTERFACES macro that prevents the > usage of unsafe/deprecated APIs/macros by reporting errors at build time. > > This patch series: > - defines DISABLE_NEW_DEPRECATED_INTERFACES macro as part of the build > options for Arm platforms so that the unsafe/deprecated APIs/macros > are not used. > - fixes the usage of unsafe/deprecated APIs/macros in the Juno platform > code. > > The changes can be seen at > https://github.com/samimujawar/edk2-platforms/tree/580_disable_deprecated_interfaces_v1 > > Sami Mujawar (2): > Platform/ARM: Juno: Fix usage of deprecated macros > Platform/ARM: Disable deprecated APIs For the series: Reviewed-by: Leif Lindholm Pushed as 0b64610961..182903bd2e. Thanks! > Platform/ARM/JunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c | 12 +++++++----- > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 5 ++++- > 2 files changed, 11 insertions(+), 6 deletions(-) > > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > >