From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web10.31517.1643631171040793693 for ; Mon, 31 Jan 2022 04:12:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=yZrvgjyl; spf=pass (domain: nuviainc.com, ip: 209.85.221.49, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f49.google.com with SMTP id l25so24921487wrb.13 for ; Mon, 31 Jan 2022 04:12:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=1iWPsE2O5wvttigiOzJPTajkk31KZYt9zeNxSFYtMYk=; b=yZrvgjyl06vR60MBoOkTEQ7Aoh6mfcrDK8o+dRBJ7n1YcminZbTkv8QWDuss11LJG+ 1HiIxEv1vRG3piIdqz0bKI0+s3UKHxzK1/sD2e8UuZ/jAGGfaM1+cpnPzgS5fp1KN7e7 WikV1v2rxXWXFJkaAU0aRT/x1r5LMBLgXCfbAzuPiXz3jv0mI1mk/7GXOt1Y4OZwSc6S nluiA0s4PavskLTaE+/NsDTthY/kGL28E1A4wWBXvghsiIL9E70OaS0z7RtheVQo44L6 bWjUawk6IX1Pys1A4Perz+GDhiw/1ExFgLn7CjS/NKvKBPvJwkfw5ee9QSav0serhXiS Y8RQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1iWPsE2O5wvttigiOzJPTajkk31KZYt9zeNxSFYtMYk=; b=52LwX7eQp0vbHBkRpN4IWsmwiSF+6QSduXEQAuwak2UsJit+YKBWvXvr67aFEcESF5 VSrKfa9rsY9iPeWqWvyWtNcLZAUkiJ09bV9SLv3ZIkiokXBArjkOqmIdEXJ9X0QoXe5a 4fwsYsZNCIDzzH0K00Xec0E8e+tGAmvd3irHa5qkUxxlkn4YuLoGAb55LhR9Hjy1XhyQ aV9sgp5p9E4nqLUzc3LaidWrBVbaIg7JWQO+xgbtF5e166yY+4MQWoHoOzE1XQzKrWK7 Aq9s3+BDSKkjYc9NMCJFl/HvmQj7VdLxh+t3zBpJvjFvG5GghkPMBhDD9RTY00i2ZLeW AqUQ== X-Gm-Message-State: AOAM530FJdIstcCiX22I+lfU/STwSclG7X7qcQlraVvcgiKYAunHgLLM nGPIbH3ITWPgxVHHfW2zbtIbGg== X-Google-Smtp-Source: ABdhPJw9KGUZcMex9kX4rv1+2r9eGFi6e/emEJZmPAImMQtJJhIlrQWeA0EOWCt5o4KjkWoLnePj3w== X-Received: by 2002:adf:cf11:: with SMTP id o17mr189781wrj.338.1643631169710; Mon, 31 Jan 2022 04:12:49 -0800 (PST) Return-Path: Received: from leviathan (cpc92314-cmbg19-2-0-cust559.5-4.cable.virginm.net. [82.11.186.48]) by smtp.gmail.com with ESMTPSA id o14sm13403922wry.104.2022.01.31.04.12.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 Jan 2022 04:12:49 -0800 (PST) Date: Mon, 31 Jan 2022 12:12:47 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io, rebecca@nuviainc.com Subject: Re: [PATCH edk2-platforms 0/4] More ARM_CORE_INFO fixes Message-ID: References: <20220131114541.81163-1-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: <20220131114541.81163-1-ardb@kernel.org> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jan 31, 2022 at 12:45:37 +0100, Ard Biesheuvel wrote: > Some fixes related to the struct typedef change of ARM_CORE_INFO that > were missed the first time around. For the series: Reviewed-by: Leif Lindholm > Ard Biesheuvel (4): > Platform/ARM: fix for ARM_CORE_INFO struct layout changes > Platform/HiKey: fix for ARM_CORE_INFO struct layout changes > Platform/NXP: fix for ARM_CORE_INFO struct layout changes > Platform/RaspberryPi: fix for ARM_CORE_INFO struct layout changes > > Platform/ARM/Morello/Library/PlatformLib/PlatformLib.c | 8 ++++---- > Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c | 2 +- > Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKey.c | 16 ++++++++-------- > Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c | 16 ++++++++-------- > Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- > Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- > Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- > Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c | 8 ++++---- > Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c | 8 ++++---- > 9 files changed, 32 insertions(+), 32 deletions(-) > > -- > 2.30.2 >