summaryrefslogtreecommitdiff
path: root/chip/mt_scp/registers.h
Commit message (Expand)AuthorAgeFilesLines
* mt_scp: Do not set cache-size in SCP FW.Yilun Lin2019-08-071-0/+1
* chip/mt_scp/clock.c: enable pwrap_scp clockHsin-Hsiung Wang2019-07-261-3/+13
* mt_scp: Drop TCM and L1 cache setting.Yilun Lin2019-07-171-1/+8
* chip/mt_scp/uart: Switch to use ULPOSC1_DIV10 for UARTNicolas Boichat2019-06-251-0/+10
* chip/mt_scp/hrtimer: Switch hrtimer to use ULPOSC1/8Nicolas Boichat2019-06-241-1/+5
* kukui: scp: calibrate ULPOSC1&2Rong Chang2019-06-221-0/+2
* chip/mt_scp: Fix clock selection register values for ULPOSC_1/2Nicolas Boichat2019-06-141-4/+4
* Revert "kukui: scp: calibrate ULPOSC1&2"Yilun Lin2019-04-261-2/+0
* kukui: scp: calibrate ULPOSC1&2Rong Chang2019-04-241-0/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-69/+69
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* kukui: scp: fix ULPOSC configuration and add OSC clock measurementRong Chang2019-03-161-5/+22
* kukui: scp: set CPU clock to ULPOSC2Rong Chang2019-03-161-0/+5
* mt_scp: Add functions to clean/invalidated selected ranges of D-cacheNicolas Boichat2019-02-201-0/+1
* mt_scp: Enable I/D-cache on bootNicolas Boichat2019-01-241-1/+72
* mt_scp/memmap: Enable memmap between AP and SCP.Yilun Lin2019-01-241-0/+28
* mt_scp: Support inter-process interrupt/communication (IPI).Yilun Lin2018-12-291-0/+11
* scp: Add mt_scp chipRong Chang2018-12-201-0/+430