summaryrefslogtreecommitdiff
path: root/common/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable PLL at end of initRandall Spangler2012-04-241-2/+4
* Keyboard hook up for SYSJUMP and INIT.Louis Yung-Chieh Lo2012-04-231-3/+0
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-48/+6
* Clean up initsRandall Spangler2012-04-191-10/+3
* Fixed the bug that reboot_ec resets the keyboard state to disabled.Louis Yung-Chieh Lo2012-04-181-0/+3
* Initialize SPI on start-upSimon Glass2012-04-131-0/+4
* Add fake developer switchRandall Spangler2012-04-101-5/+13
* Preserve reset cause when jumping between EC imagesRandall Spangler2012-04-031-0/+1
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-4/+4
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-19/+52
* Clean up chip/board configs for LM4Randall Spangler2012-03-161-1/+1
* Add support for 1-wire protocol and power adapter LEDsRandall Spangler2012-03-161-0/+4
* Fix test buildVincent Palatin2012-03-151-0/+2
* Add vboot_init() function in correct place, make it do the switching.Bill Richardson2012-03-131-0/+3
* Clean up debug console outputRandall Spangler2012-03-061-4/+9
* update versioning information stored in the ECVincent Palatin2012-03-021-2/+2
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-281-2/+0
* Temperature polling and temporal correctionVic Yang2012-02-181-0/+1
* Delay enabling UART1 until after LPC bus is enabled.Bill Richardson2012-02-171-0/+1
* Check for recovery key sequence at initRandall Spangler2012-02-141-0/+4
* Add PECI module and CPU temperature monitoringRandall Spangler2012-02-101-6/+9
* Additional compilation fix-ups for non-LM4 targetsDavid Hendricks2012-02-061-0/+4
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-041-1/+4
* Make more features optionalVincent Palatin2012-01-261-0/+9
* Remove useless header includesVincent Palatin2012-01-261-3/+0
* Add modularity to the buildVincent Palatin2012-01-241-18/+2
* register console commands at compile-timeVincent Palatin2012-01-241-5/+0
* Calibrate internal oscillator using hibernate clockRandall Spangler2012-01-231-7/+8
* USB Charging controlVic Yang2012-01-191-0/+2
* Configure all GPIOsRandall Spangler2012-01-121-0/+4
* Add constants for all GPIOs.Randall Spangler2012-01-111-2/+2
* Add JTAG moduleRandall Spangler2012-01-111-0/+2
* Split power button code into its own fileRandall Spangler2012-01-101-0/+2
* Clean up labels and TODOsRandall Spangler2012-01-101-4/+5
* Add EC host command to control fan speed.Vic Yang2011-12-271-0/+1
* Initial sources import 1/3Randall Spangler2011-12-071-0/+94