From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web12.10475.1658510880634809976 for ; Fri, 22 Jul 2022 10:28:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=R9hG/H0y; spf=pass (domain: kernel.org, ip: 139.178.84.217, 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 dfw.source.kernel.org (Postfix) with ESMTPS id 0BD276226A for ; Fri, 22 Jul 2022 17:28:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D6B8C341CB for ; Fri, 22 Jul 2022 17:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658510879; bh=xFnEzYlJBQb2jzzw8OoE30bCUtQMv4IqMLt5GrlmlzQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=R9hG/H0yJvaZXl+ckFDJaEwhnUNwpTGSPYMo/DSCtsWKYWkV5DxbEcf1qGucH7IQH Cj9SY5qP7dCTI+xi/PuzmVy9wV4JvaBAeFeYHUUqj8uTOis6gDFymh98pA6Sb4XuCA FiS6lo26Lmtr0jhKqqHnj4lJZ0D3827Z6NVzUxT9ZbGroQDM8I2NmJ70dswonjRKnP 2aHFoLZPFxUG4OksOPvMqhJo1TIvksQFNN4pRIqOebFNhB0aOW02RoJwAyhBLBIh4W 4k4rOz9V+RUOT873W1MiuCNkYdhZEIk3JiINGnh4qHvp/9L4fzJdL5KHSkOmWeCa4f y4IQLZaCMZOXA== Received: by mail-ot1-f41.google.com with SMTP id cb12-20020a056830618c00b00616b871cef3so3822748otb.5 for ; Fri, 22 Jul 2022 10:27:59 -0700 (PDT) X-Gm-Message-State: AJIora/olpvzVyBNUjlA2ilSwfDquhMxP7BiiTewl1g+OlrmVL0VfP1b zCEH353KQVmRm3uwNiImJdU/Gey060t0qQaT7tQ= X-Google-Smtp-Source: AGRyM1shiAQds16Jqpzuhp6dnh5f6POLnRJ1t9rFzhBaJGiENjOUWsg3pEnk2BLtqY20bQz3OGx1KdM3n8Uxu3rg5DA= X-Received: by 2002:a05:6830:441f:b0:61c:a5bb:9c6a with SMTP id q31-20020a056830441f00b0061ca5bb9c6amr380283otv.265.1658510878466; Fri, 22 Jul 2022 10:27:58 -0700 (PDT) MIME-Version: 1.0 References: <20211217213403.15585-1-ardb@kernel.org> <20211217213403.15585-3-ardb@kernel.org> In-Reply-To: From: "Ard Biesheuvel" Date: Fri, 22 Jul 2022 19:27:47 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v2 2/2] ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI table To: edk2-devel-groups-io , Sami Mujawar Cc: Ard Biesheuvel , Rebecca Cran , Leif Lindholm , Leif Lindholm , nd Content-Type: text/plain; charset="UTF-8" On Fri, 22 Jul 2022 at 17:20, Sami Mujawar wrote: > > Hi Ard, > > Thank you for this patch. > > I have just checked and that patch v2 1/2 from this series is no longer > required but this patch v2 2/2 is still applicable. > > I have applied patch v2 2/2 on latest edk2 master and tested with FVP > model and can boot Linux. > > Reviewed-by: Sami Mujawar > > Tested-by: Sami Mujawar > Thanks Sami I've now merged this as #3128