Re: [PATCH 08/15] tools: Add domain_id and expert mode for overlay operations

2024-05-05 Thread Henry Wang
Hi Anthony, On 5/1/2024 10:46 PM, Anthony PERARD wrote: On Wed, Apr 24, 2024 at 11:34:42AM +0800, Henry Wang wrote: From: Vikram Garhwal Add domain_id and expert mode for overlay assignment. This enables dynamic programming of nodes during runtime. Take the opportunity to fix the name mismat

Re: [PATCH 08/15] tools: Add domain_id and expert mode for overlay operations

2024-05-01 Thread Anthony PERARD
On Wed, Apr 24, 2024 at 11:34:42AM +0800, Henry Wang wrote: > From: Vikram Garhwal > > Add domain_id and expert mode for overlay assignment. This enables dynamic > programming of nodes during runtime. > > Take the opportunity to fix the name mismatch in the xl command, the > command name should

[PATCH 08/15] tools: Add domain_id and expert mode for overlay operations

2024-04-23 Thread Henry Wang
From: Vikram Garhwal Add domain_id and expert mode for overlay assignment. This enables dynamic programming of nodes during runtime. Take the opportunity to fix the name mismatch in the xl command, the command name should be "dt-overlay" instead of "dt_overlay". Signed-off-by: Vikram Garhwal S