Re: [PATCH v3] RISC-V: enable XIP

2020-12-22 Thread Anup Patel
On Tue, Dec 22, 2020 at 3:55 PM Vitaly Wool wrote: > > Hi Anup, > > On Tue, Dec 22, 2020 at 6:16 AM Anup Patel wrote: > > > > On Tue, Dec 22, 2020 at 2:08 AM Vitaly Wool > > wrote: > > > > > > Introduce XIP (eXecute In Place) support for RISC-V platforms. > > > It allows code to be executed dir

Re: [PATCH v3] RISC-V: enable XIP

2020-12-22 Thread Vitaly Wool
Hi Anup, On Tue, Dec 22, 2020 at 6:16 AM Anup Patel wrote: > > On Tue, Dec 22, 2020 at 2:08 AM Vitaly Wool wrote: > > > > Introduce XIP (eXecute In Place) support for RISC-V platforms. > > It allows code to be executed directly from non-volatile storage > > directly addressable by the CPU, such

Re: [PATCH v3] RISC-V: enable XIP

2020-12-21 Thread Vitaly Wool
On Tue, Dec 22, 2020 at 2:44 AM Bin Meng wrote: > > Hi Vitaly, > > On Tue, Dec 22, 2020 at 4:39 AM Vitaly Wool wrote: > > > > Introduce XIP (eXecute In Place) support for RISC-V platforms. > > It allows code to be executed directly from non-volatile storage > > directly addressable by the CPU, su

Re: [PATCH v3] RISC-V: enable XIP

2020-12-21 Thread Anup Patel
On Tue, Dec 22, 2020 at 2:08 AM Vitaly Wool wrote: > > Introduce XIP (eXecute In Place) support for RISC-V platforms. > It allows code to be executed directly from non-volatile storage > directly addressable by the CPU, such as QSPI NOR flash which can > be found on many RISC-V platforms. This mak

Re: [PATCH v3] RISC-V: enable XIP

2020-12-21 Thread Bin Meng
Hi Vitaly, On Tue, Dec 22, 2020 at 4:39 AM Vitaly Wool wrote: > > Introduce XIP (eXecute In Place) support for RISC-V platforms. > It allows code to be executed directly from non-volatile storage > directly addressable by the CPU, such as QSPI NOR flash which can > be found on many RISC-V platfor