summaryrefslogtreecommitdiff
path: root/common/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fizz: Execute PMIC reset before vboot_mainDaisuke Nojiri2018-02-081-0/+6
* Enable PD communication in RO for external displayDaisuke Nojiri2018-02-031-2/+10
* buttons: Make buttons[] common.Aseda Aboagye2017-11-171-2/+2
* host_event: Perform lpc_init_mask before keyboard/button initFurquan Shaikh2017-10-241-0/+11
* cleanup: Remove 'ryu' boardShawn Nematbakhsh2017-09-111-10/+0
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-3/+0
* EFS: Rename CONFIG_VBOOT_EC to _EFSDaisuke Nojiri2017-08-291-4/+3
* g: Move chip pre-init to chip_pre_init()Randall Spangler2017-08-241-0/+4
* g: slightly optimize boot on USB resumeVincent Palatin2017-08-021-9/+13
* vboot: Add vboot for EC by ECDaisuke Nojiri2017-06-281-0/+2
* rwsig: do not jump if reset source is hard pin resetWei-Ning Huang2017-04-271-3/+15
* rwsig: Make it possible to run as a taskNicolas Boichat2017-04-111-4/+7
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-1/+1
* button: Check volume up/down status and set recovery modeNicolas Boichat2017-01-201-0/+4
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* cr50: enable case closed debugMary Ruthven2016-06-031-1/+1
* system: Add support to reclaim space from loader.Aseda Aboagye2015-10-131-0/+10
* eoption: Remove unused eeprom option storage codeAnton Staaf2015-09-081-4/+0
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-3/+0
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* CCD: Switch PD_NO_DEBUG logic to use system_is_lockedAnton Staaf2015-04-131-10/+5
* Ryu: Add PD_NO_DEBUG logicAnton Staaf2015-04-131-0/+15
* Add RW firmware signature verification for common runtimeVincent Palatin2014-12-011-0/+9
* Add CONFIG_BRINGUP option to help debug signals for bringupBill Richardson2014-06-051-0/+4
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+3
* Initalize DMA before UARTRandall Spangler2013-09-101-0/+6
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+7
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-1/+1
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* Clean up board configurationRandall Spangler2013-04-051-3/+6
* Add support for calling deferred functionsRandall Spangler2013-04-021-6/+2
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-2/+1
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-1/+1
* Clean up UART moduleRandall Spangler2012-10-301-12/+16
* Hook functions no longer return valuesRandall Spangler2012-10-231-1/+1
* Add CONFIG_CONFIGURE_BOARD_LATE for late board initSimon Glass2012-08-271-0/+3
* Enable PLL only briefly during ADC initRandall Spangler2012-08-091-5/+1
* Remove signature-based vboot supportRandall Spangler2012-08-071-20/+0
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-161-13/+9
* Refactor reset reasonsRandall Spangler2012-07-161-2/+3
* Only disable sysjump in main if we're doing signature-based verified bootRandall Spangler2012-07-091-1/+1
* Strip out vboot signature code and stay in RO for linkRandall Spangler2012-06-261-26/+48
* Enable checking for divide by 0 and alignment faultsSimon Glass2012-06-211-0/+2
* Unify the watchdog API over stm32 and lm4Simon Glass2012-06-051-1/+1
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-05-251-0/+5
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-9/+15
* Call timer_init() before other interrupts are initializedRandall Spangler2012-05-111-5/+7
* make verified boot feature optionalVincent Palatin2012-05-021-0/+4
* Watchdog fixesRandall Spangler2012-04-251-2/+2