Hi Tom, The following changes since commit dba0a6ae1907bbff3ebda06e4874d006f10db1bb:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-04-16 08:56:37 -0400) are available in the Git repository at: g...@gitlab.denx.de:u-boot/custodians/u-boot-arc.git tags/arc-fixes-for-2020.07-rc1 for you to fetch changes up to 7b50db8242b62c85a19da9521b703faa858f4a63: ARC: HSDK: CGU: fix tunnel clock calculation (2020-04-16 23:37:10 +0300) ---------------------------------------------------------------- This is pretty minor set of changes mostly touching HSDK board: * Enable on-chip reset controller on HSDK * Add possibility to turn-on & off L2$ on more recent ARC HS processors. * AXI tunnel clock calculation on HSDK ---------------------------------------------------------------- Eugeniy Paltsev (4): ARC: CACHE: add support for SL$ disable ARC: CACHE: mark IOC helper functions as inlined_cachefunc ARC: HSDK: Enable on-chip reset controller ARC: HSDK: CGU: fix tunnel clock calculation arch/arc/dts/hsdk.dts | 7 +++++++ arch/arc/include/asm/cache.h | 7 +++++++ arch/arc/lib/cache.c | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- configs/hsdk_defconfig | 1 + drivers/clk/clk-hsdk-cgu.c | 3 ++- 5 files changed, 126 insertions(+), 10 deletions(-) -Alexey