summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+4
* test: Add on-device test for calculating MPU regions for RWYicheng Li2020-05-303-18/+36
* cortex-m: Use MPU REGION_CODE_RAM to lock rollback if neededYicheng Li2020-05-291-1/+1
* cortex-m: Lock RW flash using aligned MPU regionsYicheng Li2020-05-291-5/+27
* cortex-m: Init the MPU to check for correct operationAndrew McRae2020-05-272-2/+25
* test: Add on-device MPU unit testTom Hughes2020-05-221-0/+3
* core/cortex-m: create private MPU header for use by unit testsTom Hughes2020-05-222-5/+29
* cortex-m/mpu: Check alignment when applying MPU configTom Hughes2020-05-221-10/+26
* cortex-m: Always enable MPU in mpu_pre_initTom Hughes2020-05-221-2/+5
* cortex-m: Configure rollback MPU based on number of regionsTom Hughes2020-05-221-4/+51
* cortex-m: Clean up MPU logicTom Hughes2020-05-222-18/+63
* cortex-m: provide a function to set IRQ priorityPeter Marheine2020-05-192-9/+16
* core/cortex-m[0]: Move core functions assembly files to third_partyNicolas Boichat2020-03-252-265/+2
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-192-50/+34
* remove cr50 related filesNamyoon Woo2020-03-091-6/+0
* core/system: Extract and doc cortex constCraig Hesling2020-01-131-1/+8
* cortex-m/m0: Reformat linkers script with tabsCraig Hesling2019-11-261-373/+392
* printf: Convert %l to %llEvan Green2019-10-051-4/+4
* kukui_scp: support CONFIG_PRESERVE_LOGSYilun Lin2019-10-041-0/+12
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-2/+2
* cleanup: remove CONFIG_REPLACE_LOADER_WITH_BSS_SLOWJack Rosenthal2019-07-311-13/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1917-17/+17
* cortex-m/ec.ld.S: Fix DRAM section layout.Yilun Lin2019-06-171-18/+45
* core/cortex-m: get_interrupt_context is only used inside CONFIG_TASK_PROFILINGTom Hughes2019-06-151-0/+2
* cortex-m/ec.ld.S: .dram.bss section should not have LOAD attribute.Yilun Lin2019-06-121-1/+5
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+4
* cortex-m/ec.lds.S: Workaround for ld not complaining LMA overlapping.Yilun Lin2019-05-071-6/+8
* kukui_scp: Enable MPU to protect code RAM and data RAM in RW image.Yilun Lin2019-05-022-3/+5
* mt_scp: Support ROM section on internal SRAM.Yilun Lin2019-03-271-20/+4
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-263-8/+8
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-264-23/+24
* cortex-m/ec.ld.S: Remove explicitly allocated .data LMA sections.Yilun Lin2019-03-181-20/+23
* cortex-m: fix vecttable.c when compiling with clangTom Hughes2019-03-081-1/+5
* uldivmod.S: fix assembly so that it compiles with clangTom Hughes2019-02-261-3/+3
* mt_scp: Add functions to clean/invalidated selected ranges of D-cacheNicolas Boichat2019-02-201-4/+4
* mt_scp: Add functions to clean/invalidated selected lines of D-cacheNicolas Boichat2019-02-191-0/+5
* core/cortex-m*: always use coreboot-sdkPatrick Georgi2019-02-191-2/+4
* core: Allow .bss and .data sections in DRAMNicolas Boichat2019-02-181-0/+27
* cortex-m: no need to keep a special term for Tpm2_ modulesVadim Bendebury2019-02-101-1/+0
* core/cortex-m: mark gcc helper function "used"Patrick Georgi2019-02-071-1/+1
* cortex/cortex-m/ec.lds.S: Preserve space for .data section's LMA.Yilun Lin2019-01-291-3/+21
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-282-4/+4
* ec: Add a task_reset function.Louis Collard2019-01-261-25/+343
* mt_scp: Add support to store some code in DRAMNicolas Boichat2019-01-241-0/+11
* core/cortex-m: Support prevent chip memory region from GC.Yilun Lin2018-12-231-0/+10
* core/cortex-m: Support chip with no flash.Rong Chang2018-12-181-2/+15
* core/cortex-m*/task: Record 32-bit exception timesNicolas Boichat2018-12-181-7/+14
* chip/g: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-161-0/+4
* cortex-m0: Generate vector table in CPatrick Georgi2018-10-163-2/+13