From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb0-x234.google.com (mail-yb0-x234.google.com [IPv6:2607:f8b0:4002:c09::234]) (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 93BCE81DB7 for ; Fri, 28 Oct 2016 08:16:25 -0700 (PDT) Received: by mail-yb0-x234.google.com with SMTP id f97so37821530ybi.1 for ; Fri, 28 Oct 2016 08:16:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3Nbn/tEwRrdXkYIeHFyEKdo8pHwr0h+28I7UP510gDg=; b=TtolJjzt/yQUMSLZed39b3MPyO9kbG/uBsXs57g103PiEL6XGs1fIeOoI9QWw0IgVr /f8zh1+AijympCII3qLa2BHt9AruPMPDke0y63/kNrYuwZi/UzSQUlmTLZBMED6gR86f 9hYfHzmyK525+lu5H3zTEzjQRI6yrCK4MJAyU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3Nbn/tEwRrdXkYIeHFyEKdo8pHwr0h+28I7UP510gDg=; b=lKs74XNX4FzELL4r3+m49/Ca/Ys/h5vAJZmPivtAyWcqFfzyMEAyQGi5SGFOlbb+UL +q5Zfg9AxqavRsHDSHEaiW8jC0ob00ZBzy0g15DmH1QF0aNcW3NLZuuweqivj5fUQiXw p2zE8w9gbb0rqAvmACrocAqIKTnYflPPIWiEWVu1cqpfMbM3wG+resGn8B/Uz+gWz0Ua Oq05Ma8VbCj1lxYfZSY9gS0RD1Da3OZT/gQJrdCJwktJ4s6hRC6VT3FF71b4dyjAPlOE qZIiJawmx1vzoaVnjcijg64oUB6Kp4WhdKNggODB5E5ktmCRUou6P3PfAqcCljL2czCn Nqog== X-Gm-Message-State: ABUngvdI+7M70HOOTU3aLCSEf/MWRDFf4YZKmuI+O1Mgys2DQFvvfPtneo7C9og1CthJXNRMazRZuqBXkiCOD8wy X-Received: by 10.36.66.142 with SMTP id i136mr2178888itb.63.1477667785227; Fri, 28 Oct 2016 08:16:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.5.139 with HTTP; Fri, 28 Oct 2016 08:16:24 -0700 (PDT) In-Reply-To: <1477651478-16830-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477651478-16830-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Fri, 28 Oct 2016 16:16:24 +0100 Message-ID: To: edk2-devel-01 , Leif Lindholm Cc: Laszlo Ersek , Ryan Harkin , Ard Biesheuvel Subject: Re: [PATCH v2 0/9] EmbeddedPkg: 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 15:16:25 -0000 Content-Type: text/plain; charset=UTF-8 On 28 October 2016 at 11:44, Ard Biesheuvel wrote: > This series prepares EmbeddedPkg for building with the preprocess symbol > DISABLE_NEW_DEPRECATED_INTERFACES defined, by adding missing components > to EmbeddedPkg (#3), fixing broken code or code that relies on deprecated > functionality (#1 - #2, #4 - #8), and finally adds > -DDISABLE_NEW_DEPRECATED_INTERFACES to the CC flags for all build types, > toolchains and architectures. > > v2: > - incorporated Laszlo's feedback > - add some R-b's > > Again, a *big* thank you to Laszlo for taking the time to review these > patches. I do apologize for not being as thorough as I could have been, > resulting in issues in the code that Laszlo spotted in his review. > > Bug: https://bugzilla.tianocore.org/show_bug.cgi?id=164 > > Ard Biesheuvel (9): > EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname > handling > EmbeddedPkg: remove unused PrePiHobListPointerLib > EmbeddedPkg: add missing modules > EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect size > EmbeddedPkg/AndroidFastboot: eliminate deprecated string function > calls > EmbeddedPkg/Ebl: eliminate deprecated string function calls > EmbeddedPkg/EfiFileLib: eliminate deprecated string function calls > EmbeddedPkg/MmcDxe: eliminate deprecated string function calls > EmbeddedPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES > Pushed, with Leif's last comments regarding ARRAY_SIZE () addressed as well. Many thanks for the time and effort spent in reviewing this! -- Ard.