How would you go about using this same format on an EEPROM?That is okay.
On 08.09.21 12:02, Joakim Zhang wrote:
From: Srinivas Kandagatla<srinivas.kandagatla@xxxxxxxxxx>I don't agree with this assessment. Users of the OCOTP so far
Some of the nvmem providers encode data for certain type of nvmem cell,
example mac-address is stored in ascii or with delimiter or in reverse order.
This is much specific to vendor, so having a cell-type would allow nvmem
provider drivers to post-process this before using it.
used this specific encoding. Bootloaders decode the OCOTP this way, but this
encoding isn't really an inherent attribute of the OCOTP. A new NXP SoC
with a different OTP IP will likely use the same format. Users may even
use the same format on an EEPROM to populate a second off-SoC interface, .. etc.
I'd thus prefer to not make this specific to the OCOTP as all:
* #define NVMEM_CELL_ENCODING_MAC_ADDRESS_IMX /* ... */