Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-07 | ddr: imx8m: Return error values from LPDDR4 training | Frieder Schrempf | |
In cases when the same SPL should run on boards with i.MX8MM, that differ in DDR configuration, it is necessary to try different parameters and check if the training done by the firmware suceeds or not. Therefore we return the DDR training/initialization success to the upper layer in order to be able to retry with different settings if necessary. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> | |||
2019-01-01 | drivers: ddr: introduce DDR driver for i.MX8M | Peng Fan | |
Introduce DDR driver for i.MX8M. The driver will be used by SPL to initialze DDR PHY and DDR Controller. Signed-off-by: Peng Fan <peng.fan@nxp.com> |