Re: [PATCH v5 12/12] x86/hyperlaunch: add capabilities to boot domain

2025-04-25 Thread Alejandro Vallejo
On Thu Apr 24, 2025 at 5:10 PM BST, Alejandro Vallejo wrote: > From: "Daniel P. Smith" > > Introduce the ability to assign capabilities to a domain via its definition in > device tree. The first capability enabled to select is the control domain > capability. The capability property is a bitfield

[PATCH v5 12/12] x86/hyperlaunch: add capabilities to boot domain

2025-04-24 Thread Alejandro Vallejo
From: "Daniel P. Smith" Introduce the ability to assign capabilities to a domain via its definition in device tree. The first capability enabled to select is the control domain capability. The capability property is a bitfield in both the device tree and `struct boot_domain`. Signed-off-by: Dani