mirror of
https://xff.cz/git/u-boot/
synced 2026-01-06 03:49:18 +01:00
drivers: net: fsl-mc: add support for MC reserved memory
Add support for declaring in device tree the reserved memory ranges required for MC. Since the MC firmware acts as any DMA master present in the SoC, the reserved memory ranges need also be identity mapped in the SMMU, so create the required 'iommu-addresses' property in the reserved memory nodes. For now this support is used only on LX2160A SoCs. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
committed by
Peng Fan
parent
b9112cdfb5
commit
1dd7b56634
@@ -66,6 +66,7 @@ int get_mc_boot_status(void);
|
||||
int get_dpl_apply_status(void);
|
||||
int is_lazy_dpl_addr_valid(void);
|
||||
void fdt_fixup_mc_ddr(u64 *base, u64 *size);
|
||||
void fdt_reserve_mc_mem(void *blob, u32 mc_icid);
|
||||
#ifdef CFG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
|
||||
int get_aiop_apply_status(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user