Changeset cb8379d in rtems

Timestamp:
10/29/19 14:17:57 (4 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
5
Children:
d9d96f0
Parents:
81e4a15
git-author:
Daniel Hellstrom <daniel@…> (10/29/19 14:17:57)
git-committer:
Daniel Hellstrom <daniel@…> (03/07/21 15:08:25)
Message:

leon: restart and load timer counter at initialization

Without this smp05 and smpthreadlife01 tests may fail
depending on how the boot loader initialized the GPTIMER.
Before the time counter stopped counting when reaching
zero, but tests could work since it could take 232 us
before stopping.

The timer driver will potentially overwrite this, but it
happens later due to the initialization order having
RTEMS_SYSINIT_CPU_COUNTER very early.

Update #4312.

(No files)

Note: See TracChangeset for help on using the changeset viewer.