summaryrefslogtreecommitdiff
path: root/core/cortex-m/ec.lds.S
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-2/+2
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-0/+4
* usb: Remove unnecessary alignment for descriptorsBill Richardson2015-04-151-1/+0
* hooks: add hook for battery state of charge changeAlec Berg2015-02-031-0/+4
* fix off-by-one in flash size checkVincent Palatin2015-01-141-1/+1
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-0/+21
* rsa: add support for 4096 and 8192 bit keysVincent Palatin2014-11-151-3/+19
* USB: Fix issue with USB RAM sizesAnton Staaf2014-11-111-1/+3
* MKBP event signalling implementationVic Yang2014-10-241-0/+5
* zinger: check RW firmware signatureVincent Palatin2014-10-021-0/+7
* stm32: add USB driverVincent Palatin2014-06-181-0/+20
* discard unused functions at link timeVincent Palatin2014-03-111-21/+21
* Add a BSS section for large alignmentVic (Chun-Ju) Yang2013-12-021-4/+9
* Move core-specific toolchain configuration to core/ directoryVincent Palatin2013-11-071-2/+2
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+11
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-0/+4
* Add hook for changes in the charge state machineDave Parker2013-08-011-0/+4
* Split out power button code from switch.cRandall Spangler2013-04-251-0/+4
* Improve deferred function callsRandall Spangler2013-04-041-1/+7
* Add support for calling deferred functionsRandall Spangler2013-04-021-0/+4
* Add per-second hookRandall Spangler2012-10-301-0/+4
* Add tick taskRandall Spangler2012-10-301-0/+4
* add a new hook for pre-chipset startupDavid Hendricks2012-08-291-0/+4
* Include 0xea byte as the last byte in RO/RW imagesRandall Spangler2012-08-141-0/+11
* Add an option flag to intentionally shift binary codeVic Yang2012-06-271-0/+4
* Align .data section in flashVincent Palatin2012-06-251-0/+1
* Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAPBill Richardson2012-06-071-0/+1
* Fix alignment of task scratchpad and system stackRandall Spangler2012-05-311-1/+6
* Init task contexts/stacks at runtimeVincent Palatin2012-05-251-13/+16
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-221-2/+2
* Fix regression on linking addressVincent Palatin2012-05-221-1/+1
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-211-0/+4
* Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-211-10/+23
* Add AC state change hookRandall Spangler2012-05-171-0/+4
* fix FMAP linker section offsetVincent Palatin2012-05-151-1/+2
* Sort console commands at build timeVincent Palatin2012-05-151-1/+1
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-0/+16
* stm32: add flash programming supportVincent Palatin2012-05-091-0/+2
* Update EC config and FMAP to reserve room for vboot signaturesBill Richardson2012-05-041-1/+1
* make verified boot feature optionalVincent Palatin2012-05-021-4/+1
* Add basic FMAP to EC firmware image.Bill Richardson2012-05-011-0/+13
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-0/+9
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-0/+1
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+3
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-0/+11
* update versioning information stored in the ECVincent Palatin2012-03-021-0/+4
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-281-0/+3
* Move OS files to a CPU specific directoryVincent Palatin2012-01-251-0/+63