public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH V2 resend 0/4] support i.MX module fuse
@ 2020-05-01 14:08 Peng Fan
  2020-05-01 14:08 ` [PATCH V2 resend 1/4] imx: add module fuse support Peng Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Peng Fan @ 2020-05-01 14:08 UTC (permalink / raw)
  To: u-boot

To i.MX chips, for one kind of SoC, it may have different fuse
configuration to control whether the module is usable in the chip.
To make sure one software could run this kind of SoC, we add fuse check.

The patchset is a resend of patchset which was sent near one year ago:
https://patchwork.ozlabs.org/project/uboot/patch/20190801090117.24692-1-peng.fan at nxp.com/
I dropped the R-b/A-b tags since long time.

Peng Fan (4):
  imx: add module fuse support
  i2c: mxc: add fuse check
  usb: mx6: add fuse check
  net: fec: add fuse check

 arch/arm/include/asm/mach-imx/module_fuse.h | 127 +++++++++++
 arch/arm/include/asm/mach-imx/sys_proto.h   |   1 +
 arch/arm/mach-imx/Kconfig                   |   7 +
 arch/arm/mach-imx/mx6/Makefile              |   1 +
 arch/arm/mach-imx/mx6/module_fuse.c         | 322 ++++++++++++++++++++++++++++
 drivers/i2c/mxc_i2c.c                       |  17 ++
 drivers/net/fec_mxc.c                       |  14 ++
 drivers/usb/host/ehci-mx6.c                 |  16 ++
 8 files changed, 505 insertions(+)
 create mode 100644 arch/arm/include/asm/mach-imx/module_fuse.h
 create mode 100644 arch/arm/mach-imx/mx6/module_fuse.c

-- 
2.16.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-05-11 10:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01 14:08 [PATCH V2 resend 0/4] support i.MX module fuse Peng Fan
2020-05-01 14:08 ` [PATCH V2 resend 1/4] imx: add module fuse support Peng Fan
2020-05-03 15:11   ` Stefano Babic
2020-05-03 23:57     ` Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-01 14:08 ` [PATCH V2 resend 2/4] i2c: mxc: add fuse check Peng Fan
2020-05-11 10:17   ` sbabic at denx.de
2020-05-01 14:08 ` [PATCH V2 resend 3/4] usb: mx6: " Peng Fan
2020-05-11 10:16   ` sbabic at denx.de
2020-05-01 14:08 ` [PATCH V2 resend 4/4] net: fec: " Peng Fan
2020-05-11 10:17   ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox