[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/19] xen/dt: Add BOOTMOD_MICROCODE
- To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
- From: Alejandro Vallejo <agarciav@xxxxxxx>
- Date: Thu, 5 Jun 2025 19:24:23 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=kernel.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=D80S4PzSvkkZeEbj9tYBBYrE8wdR2yvAkrGC5poV8v0=; b=lEI3BJBlbH2nrYmYKUOXX0q0V1Pnsn2QD2MVfv4aQdAsurbJz0xRiUTdnmlyI1aI+JptOvrsnqTOvSDH6x3FPLLdhJ+7Mvu3RIJjfFuaLSH3oP18SeDqCZn8ru5S/JLueL0e0HIWANqyqOnSdHRWZ/5n/HeIb39eqRwD55eCC4imBWefUJpy2ksJ/f66E51fi5JlSEnhle1iIRM8hlGL1NudDUpi50zVBTEWObH6FMJP0UFvjXAZGgJ1eZDmM4ONHVWdhBGWJS/p8nSasOkfFtaS3wdYGzL/KVFVYNuaN0IT2u6Yj9ydrLdM7L9Ul1ZWk6V9Or3lW8rpofXhNpuxkQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=yTuFHoG1hlasG3u/d/rk/TWbJl+Rw2jQB0bf+1jSi2hRLUuqCoymYl1vWK021gUk+5AxgFVyLXX4tOrdCk1Mjxg8a64RckjsdrUII17dupFug8TPIvEtzqAAQA2HWQK6yxtya3QYtJHIUhhLHPv/brIjoBfEBUSN5quztJ2wNS+8MDLy4HRhexYKznH/Wb/un9sd0rqsoLz8n9B8KZs+q1VigAH36biPyMipjmUYOJKDS/zWgKpbUVEHK9cqm5jgJNgjHDZkodOsJjtXp93oPYCSp+bPoBygPb1VWhL+ZxZnDjv3HIJ5wgjoc5VxunuandDz6OSpc255V3yRgW8vvg==
- Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, "Bertrand Marquis" <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 05 Jun 2025 17:24:41 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Sat May 31, 2025 at 2:59 AM CEST, Stefano Stabellini wrote:
> On Fri, 30 May 2025, Alejandro Vallejo wrote:
>> In preparation for x86 to start using bootmodule instead of boot_module
>>
>> Signed-off-by: Alejandro Vallejo <agarciav@xxxxxxx>
>
> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Thanks.
Note to self though, I should be probing for "multiboot,microcode" in the
early scan path now that this new variant is here, to identify the kind of
the blob.
Will do it for v2.
Cheers,
Alejandro
|