Re: [PATCH v5 00/20] target/arm: Implement FEAT_RME

2023-06-22 Thread Peter Maydell
On Tue, 20 Jun 2023 at 13:46, Richard Henderson wrote: > > Changes for v5: > * Enabled only by cpu property x-rme=on, not -cpu max. > * Rebase vs SecEL2 fixes, now in master. > > This doesn't have the magic RMM memory, which previous patch sets > included for booting Huawei's forked TF-A. Ups

Re: [PATCH v5 00/20] target/arm: Implement FEAT_RME

2023-06-20 Thread Peter Maydell
On Tue, 20 Jun 2023 at 17:28, Richard Henderson wrote: > > On 6/20/23 17:57, Peter Maydell wrote: > > On Tue, 20 Jun 2023 at 13:46, Richard Henderson > > wrote: > >> > >> Changes for v5: > >>* Enabled only by cpu property x-rme=on, not -cpu max. > >>* Rebase vs SecEL2 fixes, now in master

Re: [PATCH v5 00/20] target/arm: Implement FEAT_RME

2023-06-20 Thread Richard Henderson
On 6/20/23 17:57, Peter Maydell wrote: On Tue, 20 Jun 2023 at 13:46, Richard Henderson wrote: Changes for v5: * Enabled only by cpu property x-rme=on, not -cpu max. * Rebase vs SecEL2 fixes, now in master. This doesn't have the magic RMM memory, which previous patch sets included for bo

Re: [PATCH v5 00/20] target/arm: Implement FEAT_RME

2023-06-20 Thread Peter Maydell
On Tue, 20 Jun 2023 at 13:46, Richard Henderson wrote: > > Changes for v5: > * Enabled only by cpu property x-rme=on, not -cpu max. > * Rebase vs SecEL2 fixes, now in master. > > This doesn't have the magic RMM memory, which previous patch sets > included for booting Huawei's forked TF-A. Ups

[PATCH v5 00/20] target/arm: Implement FEAT_RME

2023-06-20 Thread Richard Henderson
Changes for v5: * Enabled only by cpu property x-rme=on, not -cpu max. * Rebase vs SecEL2 fixes, now in master. This doesn't have the magic RMM memory, which previous patch sets included for booting Huawei's forked TF-A. Upstream TF-A does not have sufficient code to build either PLAT={qemu,q