[U-Boot-Users] get_ticks() for AT91RM9200

Hi there,
as mentioned before the AT91RM9200 port was missing a get_ticks() function. I made a lot of white space fixes as well because now the similarities _and_ differences with other ARM implementations are more obvious when doing a "diff".
I added get_ticks() because it was needed by the NFS implementation. However it looks like get_ticks() is hardly use in U-Boot. I think get_timer() is used in most cases...
CHANGELOG:
* Patch by Steven Scholz, 27 Feb 2004: - Adding get_ticks() and get_tbclk() for AT91RM9200 - Many white space fixes in cpu/at91rm9200/interrupts.c
Thanks,

Steven Scholz wrote:
I added get_ticks() because it was needed by the NFS implementation. However it looks like get_ticks() is hardly use in U-Boot. I think get_timer() is used in most cases...
I thought get_ticks() was already implemented in all CPU, because it is used in common/main.c and I was only interested in the implementation of MIPS CPU.
get_ticks() in NFS seems to be the obstruction for another. Should I change to get_timer(0) ?
Masami Komiya

In message 405563E9.8070709@imc-berlin.de you wrote:
- Patch by Steven Scholz, 27 Feb 2004:
- Adding get_ticks() and get_tbclk() for AT91RM9200
- Many white space fixes in cpu/at91rm9200/interrupts.c
This one is not yet in the CVS.
Thanks for the reminder, added.
Best regards,
Wolfgang Denk
participants (3)
-
Masami Komiya
-
Steven Scholz
-
Wolfgang Denk