History log of /seL4-refos-master/projects/util_libs/libplatsupport/src/plat/tx2/clock.c
Revision Date Author Comments
# c496b5c0 12-Dec-2019 Damon Lee <Damon.Lee@data61.csiro.au>

tx2: Add dummy symbols for common clock sources

The clock functions in the common ARM clock sources require certain
symbols to be present. This commit adds in a dummy file with dummy
symbols to keep the compiler happy.


# 55af9070 10-Dec-2019 Damon Lee <Damon.Lee@data61.csiro.au>

tx2,clock: Fix typo in clk_id check

CLK_FUSE is not the smallest clock ID, CLK_PLLC_OUT_ISP is.


# d7f6ce0c 05-Nov-2019 Damon Lee <Damon.Lee@data61.csiro.au>

tx2: Add tx2 clock driver

This clock driver is essentially an shim between the clock_sys_t
interface and the BPMP clock ABI.