Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | Add more SPDX-License-Identifier tags | Tom Rini | |
In a number of places we had wordings of the GPL (or LGPL in a few cases) license text that were split in such a way that it wasn't caught previously. Convert all of these to the correct SPDX-License-Identifier tag. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2013-04-15 | Tegra114: Initialize System Counter (TSC) with osc frequency | Tom Warren | |
T114 needs the SYSCTR0 counter initialized so the TSC can be read by the kernel. Do it in the bootloader since it's a write-once deal (secure/non-secure mode dependent). Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> |