Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | ddr: imx8m: fix ddr firmware location when enable SPL OF | Peng Fan | |
With CONFIG_SPL_OF_CONTROL, the device tree will be padded to end of the u-boot-spl-nodtb.bin, however we also put the ddr firmware file to this location, so need to adapt the code with SPL OF and align to 4 bytes to ease copy firmware. Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de> Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Peng Fan <peng.fan@nxp.com> | |||
2019-04-25 | ddr: imx8m: hide i.MX8M DDR options from device driver entry | Peng Fan | |
Use one menu to hide the several i.MX8M DDR options from device driver entry. Signed-off-by: Peng Fan <peng.fan@nxp.com> | |||
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> |