summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: don't try to use the AP I2C connection when the CPU is runningVincent Palatin2012-06-221-1/+13
* 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
|\ \ | |/ |/|
| * Add basic SPI support to linkRandall Spangler2012-05-303-0/+205
* | Merge "stm32f: update flash write size"Gerrit2012-05-301-2/+2
|\ \ | |/ |/|
| * stm32f: update flash write sizeDavid Hendricks2012-05-291-2/+2
* | Merge "Jump to RAM before entering hibernate"Gerrit2012-05-291-7/+18
|\ \
| * | Jump to RAM before entering hibernateRandall Spangler2012-05-291-7/+18
| |/
* | Use correct EEPROM timeoutRandall Spangler2012-05-291-7/+18
|/
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-0/+6
* Better help for console commandsRandall Spangler2012-05-258-43/+102
* Merge "Add mmapinfo command to power_button.c"Gerrit2012-05-251-0/+22
|\
| * Add mmapinfo command to power_button.cBill Richardson2012-05-251-0/+22
* | stm32: fix keyboard FIFOVincent Palatin2012-05-251-13/+9
|/
* Merge "Fix disabling columns when power button is pressed"Gerrit2012-05-251-31/+23
|\
| * Fix disabling columns when power button is pressedRandall Spangler2012-05-241-31/+23
* | Enable brown-out resetRandall Spangler2012-05-242-0/+4
|/
* Fix I2C port frequency calculationRandall Spangler2012-05-241-6/+38
* Update backlight in lid open/close funcsRandall Spangler2012-05-241-4/+6
* Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-242-7/+41
* stm32: try to be more robust against malformed commandsVincent Palatin2012-05-231-6/+21
* stm32: ensure I2C properly behave after sysjumpVincent Palatin2012-05-221-0/+6
* snow: ensure we have proper size in the FMAPVincent Palatin2012-05-221-0/+4
* stm32: fix sysjump on stm32f100Vincent Palatin2012-05-221-2/+2