summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* dma: Adjust prepare_channel() to use a channel pointerSimon Glass2012-06-281-15/+16
* dma: Export dma_get_channel()Simon Glass2012-06-282-11/+13
* Add flash_link_ro command to openocdRandall Spangler2012-06-281-0/+4
* i2c: Tidy up common code for i2c masterSimon Glass2012-06-281-48/+37
* stm32: fix race condition in I2C responseVincent Palatin2012-06-261-20/+25
* stm32: fix I2C waveforms and statesVincent Palatin2012-06-261-7/+17
* flash-stm32f100: Fix unaligned castSimon Glass2012-06-261-6/+2
* Power on AP every EC reboot.Randall Spangler2012-06-261-57/+61
* Only check for boot key on the first boot after keyboard resetRandall Spangler2012-06-261-1/+2
* Refactor boot key detectionRandall Spangler2012-06-262-79/+99
* Only one RW image is now the defaultRandall Spangler2012-06-261-6/+4
* Strip out vboot signature code and stay in RO for linkRandall Spangler2012-06-261-1/+0
* Shut off keyboard backlight at chipset shutdownRandall Spangler2012-06-251-26/+26
* Remove proto1 workaroundsRandall Spangler2012-06-252-34/+13
* Add a test of checking keyboard de-ghostingVic Yang2012-06-251-0/+113
* Fix unit test compilation errorVic Yang2012-06-251-0/+7
* Add a test of checking power button handlingVic Yang2012-06-252-0/+124
* Thermal engine unit testVic Yang2012-06-252-0/+118
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-221-18/+23
* stm32: don't try to use the AP I2C connection when the CPU is runningVincent Palatin2012-06-221-1/+13
* Revise EEPROM init and write routinesRandall Spangler2012-06-222-22/+53
* Reenable EC console 'fanduty' command, for testing.Bill Richardson2012-06-221-1/+1
* snow: change flash size to 128KBDavid Hendricks2012-06-211-1/+1
* lm4: Stub chip-related functions in keyboard moduleVic Yang2012-06-204-95/+181
* stm32: configure OSC pins as GPIOVincent Palatin2012-06-191-7/+3
* lm4f: update JTAG scripts for openOCD 0.5.0Vincent Palatin2012-06-182-3/+11
* Set daisy and snow PB6 PB7 GPIO pinmux to I2CRong Chang2012-06-181-4/+8
* stm32: Add an early warning of watchdog firingSimon Glass2012-06-152-1/+48
* Move watchdog_trace() into the generic watchdog fileSimon Glass2012-06-152-44/+44
* Move System Control Block registers to core headerVincent Palatin2012-06-152-3/+2
* Size-check EC LPC response sizeRandall Spangler2012-06-121-0/+6
* Use EC LPC arbitration to prevent host writes to memmap spaceRandall Spangler2012-06-121-5/+28
* Fix the keyboard bug on recovery screen.Louis Yung-Chieh Lo2012-06-111-2/+5
* Don't echo the NV recovery requests back to the BIOS. It knows.Bill Richardson2012-06-071-6/+0
* EC: snow: keyboard: fix incorrect index calculation with empty fifoLuigi Semenzato2012-06-071-2/+2
* Stay in G3 when power appliedRandall Spangler2012-06-071-1/+6
* Fix detecting boot keys on EVTRandall Spangler2012-06-071-3/+6
* Misc keyboard module cleanupRandall Spangler2012-06-072-72/+31
* Switch keyboard outputs to open-drainRandall Spangler2012-06-071-21/+13
* Add a common watchdog fileSimon Glass2012-06-052-22/+0
* Unify the watchdog API over stm32 and lm4Simon Glass2012-06-052-7/+5
* lm4: Drop LED blinking from watchdog taskSimon Glass2012-06-051-8/+0
* Release keyboard recovery button on next power-onRandall Spangler2012-06-042-18/+38
* Disable default I2C register dumpRong Chang2012-06-031-2/+4
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-011-0/+14
* Add stm32 I2C master driverRong Chang2012-05-311-0/+467
* Detect recovery key combinationVincent Palatin2012-05-311-22/+64
* Merge "stm32: use level interrupt instead of edge"Vincent Palatin2012-05-301-1/+3
|\
| * stm32: use level interrupt instead of edgeVincent Palatin2012-05-301-1/+3
* | Merge "Add basic SPI support to link"Gerrit2012-05-303-0/+205
|\ \ | |/ |/|