| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-10 | Correct SPL uses of IMX_MODULE_FUSE | Simon Glass | |
| This converts 6 usages of this option to the non-SPL form, since there is no SPL_IMX_MODULE_FUSE defined in Kconfig Signed-off-by: Simon Glass <[email protected]> | |||
| 2020-05-10 | imx: add module fuse support | Peng Fan | |
| There are different parts from one SoC. Take i.MX6ULL for example, some part might not have ENET, some might have; some might not have USB, some might have. The information could be got from OCOTP, to make one image support the different parts, we need runtime disable linux kernel dts node and uboot driver probe if the corresponding module not exists in the part. Signed-off-by: Peng Fan <[email protected]> | |||
