summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* ryu_sh_loader: Add board directory for load imageGwendal Grignou2014-12-151-5/+5
* cr50: update for Rev1 hardware releaseSheng-Liang Song2014-12-151-117/+117
* g: implement GPIOsVincent Palatin2014-12-103-19/+212
* USB-SPI: Switch from task to deferred functionAnton Staaf2014-12-082-32/+18
* USB-SPI: Support board enable/disable functionalityAnton Staaf2014-12-082-16/+124
* USB-SPI: Make global initializer names more uniqueAnton Staaf2014-12-081-12/+12
* USB: Add setup packet struct and parsing routineAnton Staaf2014-12-081-0/+9
* g: update version stringVincent Palatin2014-12-063-3/+21
* g: update reset codeVincent Palatin2014-12-062-16/+121
* g: add watchdog driverVincent Palatin2014-12-063-0/+115
* g: fix hwtimer event deadlineVincent Palatin2014-12-061-1/+2
* pd: Re-factor common flash vdms.Todd Broch2014-12-051-1/+4
* g: add core resetVincent Palatin2014-12-041-1/+6
* cr50: update for 12/03 hardware releaseVincent Palatin2014-12-041-638/+927
* USB: Interface callbacks now return an error codeAnton Staaf2014-12-024-28/+30
* stm32f0: fix setting GPIO in push-pull modeVincent Palatin2014-11-211-0/+2
* Fix errors discovered by new compiler.Bill Richardson2014-11-211-1/+1
* cr50: update for 11/20 hardware releaseVincent Palatin2014-11-213-645/+673
* stm32: Do not wait for USB host if USB is disabledVic Yang2014-11-212-0/+8
* usb: extend console buffer to 64 bytesVincent Palatin2014-11-211-1/+1
* Strago: Spi support added on Private SPI linesDivya Jyothi2014-11-202-6/+27
* Cr50: Update/refactor for new HW releaseBill Richardson2014-11-187-380/+18131
* Twinkie: add packet injection capabilityVincent Palatin2014-11-181-6/+7
* Zinger: honor disable_sleep()Vincent Palatin2014-11-181-1/+1
* rsa: add support for 4096 and 8192 bit keysVincent Palatin2014-11-151-1/+2
* cr50: Update TODO comments with new bug numbersBill Richardson2014-11-145-6/+6
* tweak: Allow "rw" command to read AND write memory.Bill Richardson2014-11-141-1/+1
* cr50: Add support for hwtimerBill Richardson2014-11-142-4/+186
* ryu: Enable PD/EC console over USBAnton Staaf2014-11-131-0/+12
* USB: Enable finer grain control over init processAnton Staaf2014-11-131-1/+4
* Strago: Automated build to generate ec.spi.bin.icarus sparry2014-11-121-0/+9
* USB: Add support for board specific connect/disconnectAnton Staaf2014-11-116-32/+79
* USB: Fix issue with USB RAM sizesAnton Staaf2014-11-116-10/+28
* USB: Fix console code to work with old and new USB peripheralsAnton Staaf2014-11-111-3/+4
* math: use CONFIG_FPU when using float.Gwendal Grignou2014-11-091-0/+2
* Strago: Initial Version of Strago Board added.Divya Jyothi2014-11-063-21/+100
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-1/+1
* USB: Remove special case for iVersion string descriptorAnton Staaf2014-11-041-6/+0
* USB: stm32f3: use correct values for USB RAM size and usb_uintAnton Staaf2014-11-041-1/+1
* Add initial support for cr50 SoCBill Richardson2014-10-3110-0/+927
* pd: dingdong/hoho: Include product VDO in discovery identity.Todd Broch2014-10-311-1/+5
* pd: dingdong/hoho: inhibit USB Billboard.Todd Broch2014-10-311-8/+25
* ryu: Enable low power idle for P2 boardsVic Yang2014-10-301-2/+5
* USB-console: Add string names for console interfacesAnton Staaf2014-10-292-2/+3
* USB: Add simple serial subclass supportAnton Staaf2014-10-292-4/+4
* USB-console: Reclaim two bulk endpointsAnton Staaf2014-10-291-66/+58
* usb: fix undefined USB endpointsstabilize-6415.Bfoo-testVincent Palatin2014-10-291-4/+8
* it8380dev: add pwm control moduleDino Li2014-10-295-1/+243
* EC:KBC: Wait until LPC host senses the IRQ and gets the character.Kenji Chen2014-10-281-1/+6
* USB-console: Don't wait in interrupt contextsAnton Staaf2014-10-281-1/+2