History log of /u-boot/arch/mips/cpu/time.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8991fed9 12-Oct-2023 Tom Rini <trini@konsulko.com>

mips: Remove common.h usage

We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.

Signed-off-by: Tom Rini <trini@konsulko.com>

# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>

# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>

# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>

# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

# eef88dfb 29-Jan-2015 Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

MIPS: unify CPU code in arch/mips/cpu/

Unify and move code in arch/mips/cpu/mips[32|64]/ to arch/mips/cpu/.
The CPU specific config.mk files need to remain until
CONFIG_STANDALONE_LOAD_ADDR is converted to a global Kconfig symbol.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# a414281d 14-May-2020 Stefan Roese <sr@denx.de>

mips: time: Only compile the weak get_tbclk() when needed

This patch opts-out the compilation of get_tbclk() if
CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon
platform, where the weak get_tbclk() function is overwritten by its
platform specific one.

Signed-off-by: Stefan Roese <sr@denx.de>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 47a1933a 23-Dec-2019 Alex Nemirovsky <Alex.Nemirovsky@cortina-access.com>

MIPS: allow override of get_tbclk()

Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.

Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98c338bc 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 049f8d6f 28-Dec-2019 Simon Glass <sjg@chromium.org>

common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>


# eef88dfb 29-Jan-2015 Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

MIPS: unify CPU code in arch/mips/cpu/

Unify and move code in arch/mips/cpu/mips[32|64]/ to arch/mips/cpu/.
The CPU specific config.mk files need to remain until
CONFIG_STANDALONE_LOAD_ADDR is converted to a global Kconfig symbol.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>