summaryrefslogtreecommitdiff
path: root/drivers/nxp/sfp
Commit message (Collapse)AuthorAgeFilesLines
* fix(drivers/nxp/sfp): fix compile warningJiafei Pan2021-10-091-1/+1
| | | | | | | Fix compile warning that ‘mask’ may be used uninitialized. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I75a443dbc36d7bd174fe317616fd95cd096306fc
* refactor: moved drivers hdr files to include/drivers/nxpPankaj Gupta2021-08-034-229/+4
| | | | | | | | | | | | NXP drivers header files are moved: - from: drivers/nxp/<xx>/*.h - to : include/drivers/nxp/<xx>/*.h To accommodate these changes each drivers makefiles drivers/nxp/<xx>/xx.mk, are updated. Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> Change-Id: I3979c509724d87e3d631a03dbafda1ee5ef07d21
* NXP: SFP driver support for NXP SoCPankaj Gupta2021-03-246-0/+887
NXP Security Fuse Processor is used to read and write fuses. - Fuses once written, are cannot be un-done. - Used as trust anchor for monotonic counter, different platform keys etc. Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com> Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> Change-Id: I347e806dd87078150fbbbfc28355bb44d9eacb9c