RE: [PATCH 2/2] nvmem: imx: scu: support write

2019-09-22 Thread Peng Fan
Hi Srinivas, > >> Subject: [PATCH 2/2] nvmem: imx: scu: support write > > > > Ping.. > > > Thanks for your patience! > I normally do not take patches after rc5 for nvmem. > These will be applied after rc1 is released! Sorry to ping again. Will you pick up

Re: [PATCH 2/2] nvmem: imx: scu: support write

2019-09-06 Thread Srinivas Kandagatla
On 06/09/2019 07:57, Peng Fan wrote: Subject: [PATCH 2/2] nvmem: imx: scu: support write Ping.. Thanks for your patience! I normally do not take patches after rc5 for nvmem. These will be applied after rc1 is released! Thanks, srini Thanks, Peng. From: Peng Fan The fuse programming

RE: [PATCH 2/2] nvmem: imx: scu: support write

2019-09-06 Thread Peng Fan
> Subject: [PATCH 2/2] nvmem: imx: scu: support write Ping.. Thanks, Peng. > > From: Peng Fan > > The fuse programming from non-secure world is blocked, so we could only use > Arm Trusted Firmware SIP call to let ATF program fuse. > > Because there is EC

[PATCH 2/2] nvmem: imx: scu: support write

2019-08-20 Thread Peng Fan
From: Peng Fan The fuse programming from non-secure world is blocked, so we could only use Arm Trusted Firmware SIP call to let ATF program fuse. Because there is ECC region that could only be programmed once, so add a heler in_ecc to check the ecc region. Signed-off-by: Peng Fan --- The ATF