Changeset acf7047e in rtems for c/src/lib/libbsp/sparc/shared

Timestamp:
09/10/13 11:46:29 (11 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
4.11, 5, master
Children:
3c236cc
Parents:
51347053
git-author:
Daniel Hellstrom <daniel@…> (09/10/13 11:46:29)
git-committer:
Daniel Hellstrom <daniel@…> (04/16/15 23:10:20)
Message:

GPTIMER: timer probing must not be on timer0

Timers are identical within one GPTIMER core. Probing only the
first timer is sufficient, however the first timer was hardcoded
to timer0 which is not correct in a multi-OS system like RTEMS
AMP. This patch makes sure that probing is done on the first
timer that can be used by this RTEMS instance. Without this
patch RTEMS AMP is broken on systems (like the GR712RC) where
there is only one GPTIMER core proviing multiple timers. Designs
(like the NGMP/FP) where there are multiple GPTIMER cores are not
affected.

(No files)

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