Searched hist:cad3193f (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | otp.c | cad3193f Sun Mar 21 18:51:39 CDT 2021 Michael Walle <michael@walle.cc> mtd: spi-nor: implement OTP support for Winbond and similar flashes
Use the new OTP ops to implement OTP access on Winbond flashes. Most Winbond flashes provides up to four different OTP regions ("Security Registers").
Winbond devices use a special opcode to read and write to the OTP regions, just like the RDSFDP opcode. In fact, it seems that the (undocumented) first OTP area of the newer flashes is the actual SFDP table.
On a side note, Winbond devices also allow erasing the OTP regions as long as the area isn't locked down.
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20210321235140.8308-3-michael@walle.cc
|
H A D | core.h | cad3193f Sun Mar 21 18:51:39 CDT 2021 Michael Walle <michael@walle.cc> mtd: spi-nor: implement OTP support for Winbond and similar flashes
Use the new OTP ops to implement OTP access on Winbond flashes. Most Winbond flashes provides up to four different OTP regions ("Security Registers").
Winbond devices use a special opcode to read and write to the OTP regions, just like the RDSFDP opcode. In fact, it seems that the (undocumented) first OTP area of the newer flashes is the actual SFDP table.
On a side note, Winbond devices also allow erasing the OTP regions as long as the area isn't locked down.
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20210321235140.8308-3-michael@walle.cc
|
H A D | core.c | cad3193f Sun Mar 21 18:51:39 CDT 2021 Michael Walle <michael@walle.cc> mtd: spi-nor: implement OTP support for Winbond and similar flashes
Use the new OTP ops to implement OTP access on Winbond flashes. Most Winbond flashes provides up to four different OTP regions ("Security Registers").
Winbond devices use a special opcode to read and write to the OTP regions, just like the RDSFDP opcode. In fact, it seems that the (undocumented) first OTP area of the newer flashes is the actual SFDP table.
On a side note, Winbond devices also allow erasing the OTP regions as long as the area isn't locked down.
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20210321235140.8308-3-michael@walle.cc
|
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | cad3193f Sun Mar 21 18:51:39 CDT 2021 Michael Walle <michael@walle.cc> mtd: spi-nor: implement OTP support for Winbond and similar flashes
Use the new OTP ops to implement OTP access on Winbond flashes. Most Winbond flashes provides up to four different OTP regions ("Security Registers").
Winbond devices use a special opcode to read and write to the OTP regions, just like the RDSFDP opcode. In fact, it seems that the (undocumented) first OTP area of the newer flashes is the actual SFDP table.
On a side note, Winbond devices also allow erasing the OTP regions as long as the area isn't locked down.
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20210321235140.8308-3-michael@walle.cc
|