Module Name: src Committed By: bouyer Date: Wed May 24 16:43:40 UTC 2023
Modified Files: src/sys/arch/arm/nxp: imx6_platform.c Log Message: introduce imx6sx_platform_bootstrap(), which calls imx_platform_bootstrap() and then checks for an "arm,cortex-a9-twd-timer" compatible entry in the fdt. If not present, create one so that a9ptmr will attach. We need this entry as this is the only timer we support for this platform, but the upstream imx6sx.dtsi is missing the entry for it (and all A9 CPUs have it anyway). Thanks to Jared McNeill for advices and review. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/nxp/imx6_platform.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.