Re: [RFC PATCH v4 1/2] hw/riscv: sifive_u: Add backend drive support

2020-09-01 Thread Green Wan
Hi Bin, Thanks for the remindings. I didn't notice the write operation and will add the write functionality based on bit by bit mechanism. Regards, Green On Fri, Aug 28, 2020 at 8:54 PM Bin Meng wrote: > > Hi Green, > > On Thu, Aug 27, 2020 at 3:47 PM Green Wan wrote: > > > > Add '-drive' sup

Re: [RFC PATCH v4 1/2] hw/riscv: sifive_u: Add backend drive support

2020-08-28 Thread Bin Meng
Hi Green, On Thu, Aug 27, 2020 at 3:47 PM Green Wan wrote: > > Add '-drive' support to OTP device. Allow users to assign a raw file > as OTP image. > > Signed-off-by: Green Wan > --- > hw/riscv/sifive_u_otp.c | 50 + > include/hw/riscv/sifive_u_otp.h | 2