Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | common: Move get_tbclk() to time.h | Simon Glass | |
This function related to timer and most of the timer functions are in time.h, so move this function there. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-01-24 | arm64: zynqmp: Move SoC sources to mach-zynqmp | Michal Simek | |
Similar changes was done for Zynq in past and this patch just follow this pattern to separate cpu code from SoC code. Move arch/arm/cpu/armv8/zynqmp/* -> arch/arm/mach-zynqmp/* And also fix references to these files. Based on "ARM: zynq: move SoC sources to mach-zynq" (sha1: 0107f2403669f764ab726d0d404e35bb9447bbcc) Signed-off-by: Michal Simek <michal.simek@xilinx.com> |