From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web09.26237.1662393331518718658 for ; Mon, 05 Sep 2022 08:55:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=GL4wxNOA; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2FC48B81158 for ; Mon, 5 Sep 2022 15:55:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC87DC43141 for ; Mon, 5 Sep 2022 15:55:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662393327; bh=NnEvduUPvHp2D9L48Jn3qqR1KHwm/wCnTYk3mKucPKI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=GL4wxNOA3OzDNuAAZxXZTO/aiR3wDl2lFdzOB3EDyn2CukYMl6WvHDb9TfmE6Qymu 2prkMn36VEBRSFM3pZKItL2evKQOWkwPZIWg1euQBv2J3x/Z11Dp2IloRGToJFfMXa 1hCfpUvbr4jLWwDspAvLJN7FXS/Q8YVqlPf+tFfl6AzwTbP9nqglt7szoOvvmq8uDj Npws6D6M884lzY20pu4+HeDrdAbcmqPwUpHnoisKS9z/SDh7unUzNddXkYiuSgMxCS xDkuo/yN31/0RRT74Y9ebXg5xB8cE8MteTgsXz0kPthq2p35psC2YZbXDriDhPXCM9 ZQ2gjN149iKbg== Received: by mail-lj1-f172.google.com with SMTP id x10so9666151ljq.4 for ; Mon, 05 Sep 2022 08:55:27 -0700 (PDT) X-Gm-Message-State: ACgBeo2fHm3e4ZhY8xvTTM1Mr4SU5j+B53IMr4d2zm5t4gxSwHaCh3Bl bvFhArclupF1VG2rIdvzfmuSl0HT7XdIM11wsmw= X-Google-Smtp-Source: AA6agR631xJyWFeTxgWJyoA87xRH6WNVVfIMTBadpNhB6trPtwZjKhZnytnJ93ZuxWvn0brbMIew6cekl93S5MeHhJg= X-Received: by 2002:a2e:9b0e:0:b0:268:cb68:575b with SMTP id u14-20020a2e9b0e000000b00268cb68575bmr5955942lji.152.1662393325816; Mon, 05 Sep 2022 08:55:25 -0700 (PDT) MIME-Version: 1.0 References: <20220829155955.3767-1-rebecca@quicinc.com> <1b826591-5abc-ef17-c47a-22918318eb20@quicinc.com> In-Reply-To: <1b826591-5abc-ef17-c47a-22918318eb20@quicinc.com> From: "Ard Biesheuvel" Date: Mon, 5 Sep 2022 17:55:14 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 0/2] Add support EFI_MP_SERVICES_PROTOCOL on AARCH64 To: devel@edk2.groups.io, quic_rcran@quicinc.com Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar , Jian J Wang , Liming Gao Content-Type: text/plain; charset="UTF-8" On Mon, 5 Sept 2022 at 17:52, Rebecca Cran wrote: > > On 9/5/22 04:57, Ard Biesheuvel wrote: > > > > IIRC, there were some issues with this code on bare metal. Which > > hardware did you use to test it? Any chance you could try it on a > > RPi4? > > Yes, there were. I've run this code on an Arm Juno R2, Synquacer Developer Box and SolidRun HoneyComb. > I do have an RPi4 I can use, so I'll test it on that too. > I think you've got things covered: I suggested RPi4 because it uses A72, and I seem to remember the issues I observed were either on A57 or A72 (which are quite similar). But between Juno and HoneyComb, I don't think the RPi4 data point is that useful.