Re: [PATCH] aspeed: Create SRAM name from first CPU index

2022-07-02 Thread Peter Delevoryas
On Sat, Jul 02, 2022 at 12:36:46AM -0700, Peter Delevoryas wrote: > On Sat, Jul 02, 2022 at 12:01:48AM -0700, Peter Delevoryas wrote: > > On Sat, Jul 02, 2022 at 08:01:14AM +0200, Cédric Le Goater wrote: > > > On 7/1/22 20:06, Peter Delevoryas wrote: > > > > To support multiple SoC's running simult

Re: [PATCH] aspeed: Create SRAM name from first CPU index

2022-07-02 Thread Peter Delevoryas
On Sat, Jul 02, 2022 at 12:01:48AM -0700, Peter Delevoryas wrote: > On Sat, Jul 02, 2022 at 08:01:14AM +0200, Cédric Le Goater wrote: > > On 7/1/22 20:06, Peter Delevoryas wrote: > > > To support multiple SoC's running simultaneously, we need a unique name > > > for > > > each RAM region. DRAM is

Re: [PATCH] aspeed: Create SRAM name from first CPU index

2022-07-02 Thread Peter Delevoryas
On Sat, Jul 02, 2022 at 08:01:14AM +0200, Cédric Le Goater wrote: > On 7/1/22 20:06, Peter Delevoryas wrote: > > To support multiple SoC's running simultaneously, we need a unique name for > > each RAM region. DRAM is created by the machine, but SRAM is created by the > > SoC, since in hardware it

Re: [PATCH] aspeed: Create SRAM name from first CPU index

2022-07-01 Thread Cédric Le Goater
On 7/1/22 20:06, Peter Delevoryas wrote: To support multiple SoC's running simultaneously, we need a unique name for each RAM region. DRAM is created by the machine, but SRAM is created by the SoC, since in hardware it is part of the SoC's internals. We need a way to uniquely identify each SRAM

[PATCH] aspeed: Create SRAM name from first CPU index

2022-07-01 Thread Peter Delevoryas
To support multiple SoC's running simultaneously, we need a unique name for each RAM region. DRAM is created by the machine, but SRAM is created by the SoC, since in hardware it is part of the SoC's internals. We need a way to uniquely identify each SRAM region though, for VM migration. Since each