summaryrefslogtreecommitdiff
path: root/chip/mt_scp/system.c
Commit message (Expand)AuthorAgeFilesLines
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-13/+13
* mt_scp: Drop TCM and L1 cache setting.Yilun Lin2019-07-171-7/+3
* kukui_scp: Enable MPU to protect code RAM and data RAM in RW image.Yilun Lin2019-05-021-0/+2
* kukui: scp: move CPU clock selection to clock moduleRong Chang2019-04-231-2/+0
* kukui: scp: Set CPU clock to default before ULPOSC calibrationRong Chang2019-04-231-0/+1
* kukui: scp: move clock and oscillator configuration code to clock.cRong Chang2019-03-161-109/+1
* kukui: scp: set CPU clock to ULPOSC2Rong Chang2019-03-161-0/+1
* kukui_scp: Always use watchdog reset on reboot.Pi-Hsun Shih2019-02-191-3/+4
* mt_scp: Enable I/D-cache on bootNicolas Boichat2019-01-241-2/+2
* mt_scp/memmap: Enable memmap between AP and SCP.Yilun Lin2019-01-241-22/+1
* mt_scp: Support inter-process interrupt/communication (IPI).Yilun Lin2018-12-291-4/+2
* scp: Add mt_scp chipRong Chang2018-12-201-0/+307