Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platforms | Qianyu Gong | |
Use fdt32_to_cpu() to convert the data correctly for both endianness platforms. Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com> | |||
2016-02-24 | fm: fdt: Move fman ucode fixup to driver code | Qianyu Gong | |
Not only powerpc/mpc85xx but also Freescale Layerscape platforms will use fdt_fixup_fman_firmware() to insert Fman ucode blob into the device tree. So move the function to Fman driver code. Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com> |