summaryrefslogtreecommitdiff
path: root/chip/lm4
Commit message (Expand)AuthorAgeFilesLines
...
* Support chipinfo command (ectool/host commands)Louis Yung-Chieh Lo2012-04-092-0/+35
* Split lid handling into separate functions and add command interfaceDuncan Laurie2012-04-061-19/+53
* Add support for generating SCI via LPCDuncan Laurie2012-04-062-18/+68
* Change task messages to eventsRandall Spangler2012-04-065-14/+13
* Invert write protect signalRandall Spangler2012-04-041-2/+2
* Power button state machine handles keyboard-controlled resetRandall Spangler2012-04-041-10/+61
* Only check for recovery key if reset was triggered by reset pinRandall Spangler2012-04-041-2/+7
* Merge "Add %T format code to print current timestamp."Gerrit2012-04-032-4/+4
|\
| * Add %T format code to print current timestamp.Randall Spangler2012-04-032-4/+4
* | lm4f: fix watchdog traceVincent Palatin2012-04-031-3/+5
|/
* Merge "Implement persistent flash write protect settings"Gerrit2012-04-022-178/+30
|\
| * Implement persistent flash write protect settingsRandall Spangler2012-04-022-178/+30
* | Dump a few words at the start of flash as a diagnostic for full-chip erase fa...Randall Spangler2012-04-021-0/+3
|/
* Create slow version of servo config for proto0.5release-R19-2046.BBill Richardson2012-03-281-0/+12
* Support warm reboot from one EC image to another.Randall Spangler2012-03-195-10/+45
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-196-10/+23
* Clean up chip/board configs for LM4Randall Spangler2012-03-163-5/+3
* Add support for 1-wire protocol and power adapter LEDsRandall Spangler2012-03-162-0/+141
* Fix test buildVincent Palatin2012-03-151-1/+2
* Add wake signal to PCHRandall Spangler2012-03-152-19/+23
* Merge "Add comxtest debug command"Gerrit2012-03-141-8/+30
|\
| * Add comxtest debug commandRandall Spangler2012-03-131-8/+30
* | Remove unused temp_sensor.c fileRandall Spangler2012-03-131-202/+0
* | Watch LPC0RESET line and print changesRandall Spangler2012-03-131-0/+10
|/
* Use precision internal osciallator for UART and ADCRandall Spangler2012-03-124-8/+23
* GPIO changes for link proto1Randall Spangler2012-03-121-1/+2
* Fan console commands should enable the fanRandall Spangler2012-03-081-2/+7
* Update LPC mapped switch states with write protect and recovery statesRandall Spangler2012-03-071-2/+37
* Clean up debug console outputRandall Spangler2012-03-062-5/+10
* Add I2C transmit/receive functionRong Chang2012-03-061-116/+164
* Update switch positions in EC mapped dataRandall Spangler2012-03-051-6/+29
* Only send power button pulse on lid-open when main chipset is offRandall Spangler2012-03-051-4/+4
* Trigger host events for power button and lid switchRandall Spangler2012-03-051-0/+7
* Add SMI/SCI supportRandall Spangler2012-03-051-1/+88
* Merge "Handle ghost key in matrix scanner."Gerrit2012-03-041-5/+21
|\
| * Handle ghost key in matrix scanner.Louis Yung-Chieh Lo2012-03-021-5/+21
* | Report error when PECI temperature read fails.Vic Yang2012-03-011-4/+2
* | Refactor LPC status / result codesRandall Spangler2012-03-011-15/+12
|/
* Console command for thermal engine fan control.Vic Yang2012-02-291-0/+11
* Merge "Make all warnings into errors."Gerrit2012-02-281-9/+8
|\
| * Make all warnings into errors.Bill Richardson2012-02-271-9/+8
* | EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPMVic Yang2012-02-271-0/+6
|/
* Write current fan speed to LPC mapped value space.Vic Yang2012-02-271-0/+32
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-7/+27
* Revert "Disable fan PWM when +5VS is disabled"Dave Tu2012-02-271-22/+7
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-7/+22
* Use mutex to arbitrate I2C buses.Vic Yang2012-02-221-9/+47
* Add EC host commands for keyboard backlightRandall Spangler2012-02-211-11/+11
* Merge "Set VDD3ON flag when hibernating"Gerrit2012-02-211-0/+5
|\
| * Set VDD3ON flag when hibernatingRandall Spangler2012-02-211-0/+5