summaryrefslogtreecommitdiff
path: root/core/cortex-m/ec.lds.S
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-7/+0
* core/cortex-m: Add .init_array to .ro_dataTom Hughes2022-11-011-0/+7
* core/cortex-m: Disable C++ exceptionsTom Hughes2022-10-101-0/+8
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* core: Add "end" to linker scriptsTom Hughes2022-07-181-0/+6
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-221-0/+4
* core/cortex-m: Include subsections in bssTom Hughes2021-11-161-1/+1
* tree: Remove .bss.slowTom Hughes2021-10-191-9/+0
* core/cortex-m: Invert if statement for readabilityTom Hughes2021-10-151-3/+3
* core/cortex-m: Use original __data_lma_start when compiling with gccstabilize-14285.B-mainTom Hughes2021-10-151-0/+7
* core/cortex-m: Fix __data_lma_startTom Hughes2021-10-131-1/+1
* core/cortex-m: Fix RW image alignment when using clang (lld)Tom Hughes2021-10-131-3/+1
* core: Fix flash size calculation when linking with lld (clang)Tom Hughes2021-10-111-2/+7
* tree: Remove CONFIG_RO_HEAD_ROOM and CONFIG_RW_HEAD_ROOMTom Hughes2021-10-061-6/+0
* core: Add assert to check alignmentTom Hughes2021-10-011-0/+5
* cortex-m/ec.lds.S: Add padding to manage RW image sizeEthan Huang2021-07-271-0/+11
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-3/+3
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-3/+3
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-3/+3
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-051-1/+1
* coretex-m: fix __image_size value in linker scriptCaveh Jalali2020-09-251-0/+6
* cortex-m: support locating .data section in ROM residentKeith Short2020-09-241-9/+50
* cortex-m: Fix flash size calculation boards without flashKeith Short2020-08-181-25/+25
* npcx: add support for rom resident sectionsKeith Short2020-08-131-1/+116
* linker: change symbol used to track available flashKeith Short2020-08-051-17/+13
* linker: Add flash sizes as linker defined labelsKeith Short2020-08-051-0/+11
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-301-0/+10
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+4
* remove cr50 related filesNamyoon Woo2020-03-091-6/+0
* cortex-m/m0: Reformat linkers script with tabsCraig Hesling2019-11-261-373/+392
* kukui_scp: support CONFIG_PRESERVE_LOGSYilun Lin2019-10-041-0/+12
* 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-191-1/+1
* cortex-m/ec.ld.S: Fix DRAM section layout.Yilun Lin2019-06-171-18/+45
* 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
* mt_scp: Support ROM section on internal SRAM.Yilun Lin2019-03-271-20/+4
* cortex-m/ec.ld.S: Remove explicitly allocated .data LMA sections.Yilun Lin2019-03-181-20/+23
* 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
* 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-281-1/+1
* 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
* chip/g: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-161-0/+4