For i.MX7 U-Boot initializes the system counter. On i.MX6 Barebox is
often used which doesn't initialize the counter. With this patch, we try
to auto-detect whether the counter is initialized or not and do the
initialization ourself if necessary.
Closes #3869
---
bsps/arm/imx/start/bspstart.c | 6
Hello,
I want to backport that patch to RTEMS 5 too because this problem
occurred multiple times on the mailing list. If that is OK I'll create a
separate ticket for RTEMS 5 that describes that problem. For RTEMS 6 it
should finally be the last step to closing the "add i.MX6UL" ticket.
Best
On 18/1/21 8:05 pm, Christian MAUDERER wrote:
> I want to backport that patch to RTEMS 5 too because this problem occurred
> multiple times on the mailing list. If that is OK I'll create a separate
> ticket
> for RTEMS 5 that describes that problem. For RTEMS 6 it should finally be the
> last step
---
c-user/config/bdbuf.rst | 10 +++---
c-user/config/bsp-related.rst | 10 +++---
c-user/config/classic-api.rst | 10 +++---
c-user/config/classic-init-task.rst | 10 +++---
c-user/config/device-driver.rst | 10 +++---
c-user/co