summaryrefslogtreecommitdiff
path: root/core/cortex-m/ec.lds.S
Commit message (Expand)AuthorAgeFilesLines
* 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