summaryrefslogtreecommitdiff
path: root/common/main.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "rwsig: do not jump if reset source is hard pin reset"Mary Ruthven2021-11-181-15/+3
* Revert "EFS: Rename CONFIG_VBOOT_EC to _EFS"Mary Ruthven2021-11-181-3/+4
* Revert "host_event: Perform lpc_init_mask before keyboard/button init"Mary Ruthven2021-11-181-10/+0
* Revert "Enable PD communication in RO for external display"Mary Ruthven2021-11-181-10/+2
* Revert "Fizz: Execute PMIC reset before vboot_main"Mary Ruthven2021-11-181-6/+0
* Revert "lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86"Mary Ruthven2021-11-181-1/+1
* Revert "core: Allow .bss and .data sections in DRAM"Mary Ruthven2021-11-181-10/+0
* Revert "log: Preserve Kukui EC reset logs across every EC reboot on SRAM."Mary Ruthven2021-11-181-16/+0
* Revert "kukui_scp: support CONFIG_PRESERVE_LOGS"Mary Ruthven2021-11-181-2/+1
* coil: CONFIG_I2C_MASTER -> CONFIG_I2C_CONTROLLERMary Ruthven2021-01-071-1/+1
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+8
* kukui_scp: support CONFIG_PRESERVE_LOGSYilun Lin2019-10-041-1/+2
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-3/+3
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-0/+16
* cleanup: remove CONFIG_REPLACE_LOADER_WITH_BSS_SLOWJack Rosenthal2019-07-311-9/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core: Allow .bss and .data sections in DRAMNicolas Boichat2019-02-181-1/+10
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-1/+1
* 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