summaryrefslogtreecommitdiff
path: root/chip/mec1322
Commit message (Expand)AuthorAgeFilesLines
* mec1322:Flasherase, flashread, flashwrite offsets adjusted.Divya Jyothi2015-05-052-2/+7
* mec1322: Added task-based Port80 POST code support.Kevin K Wong2015-04-272-0/+31
* mec1322: I2c wedge correctedDivya Jyothi2015-04-271-1/+10
* mec1322: lfw loader + RO/RW architectureDivya Jyothi2015-04-233-56/+132
* mec1322: initial version of lfw loaderAndrey Petrov2015-04-234-1/+346
* mec1322: Add SPI flash layout for lfw / ro / rw architectureDivya Jyothi2015-04-231-1/+24
* mec1322: gpio: Properly set alternate GPIO functionShawn Nematbakhsh2015-04-221-1/+3
* mec1322: i2c: Support multiple I2C ports on the same controllerShawn Nematbakhsh2015-04-223-101/+176
* mec1322: Changed to generate ec.bin for the firmware binary.Icarus Sparry2015-04-151-5/+9
* mec1322: Updated code to only clear the interrupt status bit of LPC_RESET#.Kevin K Wong2015-04-141-2/+2
* mec1322: Added CONFIG_SWITCH support.Kevin K Wong2015-04-131-1/+1
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-4/+2
* mec1322: Add EC_CMD_GET_PROTOCOL_INFO handlerShawn Nematbakhsh2015-04-101-0/+19
* mec1322: Setup EMI unit at base address 0x800Shawn Nematbakhsh2015-04-101-3/+12
* mec1322: Enable HW control of KBC aux bufferShamile Khan2015-04-091-0/+4
* mec1322: Added CONFIG_KEYBOARD_KSO_BASE to align KBD KSO00 pin to board designKevin K Wong2015-04-091-2/+2
* Strago:Fix I2C Block Read operation.Shamile Khan2015-04-011-0/+39
* mec1322: Fix the ACPI EC0 BAR settingSteven Jian2015-03-261-1/+1
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+10
* mec1322: Add flash physical interface functionsShawn Nematbakhsh2015-03-124-18/+271
* mec1322: Remove RO image to save program memoryShawn Nematbakhsh2015-03-061-3/+8
* Revert "mec1322: Fix LPC interrupt bit mask"stabilize-6835.BVic Yang2015-02-281-4/+4
* mec1322: Fix LPC interrupt bit maskVic Yang2015-02-101-4/+4
* mec1322: Move default header location to 0x0Vic Yang2015-01-171-1/+1
* mec1322: Fix I2C interrupt bugVic Yang2015-01-171-1/+0
* mec1322: Clear interrupt status before enabling GPIO interruptVic Yang2015-01-171-5/+12
* mec1322: Specify SPI flash size in KBVic Yang2015-01-162-4/+4
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+11
* mec1322: Added support to use crystal vs oscillator based on board's clock ci...Kevin K Wong2014-12-291-1/+12
* Fix errors discovered by new compiler.Bill Richardson2014-11-211-1/+1
* Strago: Spi support added on Private SPI linesDivya Jyothi2014-11-202-6/+27
* Strago: Automated build to generate ec.spi.bin.icarus sparry2014-11-121-0/+9
* Strago: Initial Version of Strago Board added.Divya Jyothi2014-11-063-21/+100
* mec1322: Simplify reading raw I2C pin statesVic Yang2014-07-091-44/+2
* mec1322: reports actual GPIO level for output pinsVic Yang2014-07-091-4/+1
* mec1322: Keep CPU at high clock frequency to speed up hibernateVic Yang2014-07-031-6/+6
* mec1322: restore system states after hibernateVic Yang2014-07-021-18/+81
* mec1322: improve UART Tx performanceVic Yang2014-07-021-3/+7
* mec1322: Disable auto read after a SPI transactionVic Yang2014-06-281-0/+9
* mec1322: Add SPI master driverVic Yang2014-06-264-0/+140
* mec1322: DMA driverVic Yang2014-06-264-0/+206
* watchdog: Give more leeway to the independent watchdogDoug Anderson2014-06-231-1/+2
* watchdog: Help ensure that the stm32 watchdog help printsDoug Anderson2014-06-211-8/+2
* zinger: fix bug, increase watchdog timeout to 1.8sAlec Berg2014-06-201-2/+2
* Add cprints() and ccprints()Vic Yang2014-05-212-3/+3
* lpc: ACPI query-next-event drops masked eventsRandall Spangler2014-04-171-3/+15
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-117-14/+14
* cleanup: Combined i2c unwedge code into one common functionAlec Berg2014-03-061-2/+73
* mec1322: hibernation supportstabilize-5339.BVic (Chun-Ju) Yang2014-01-282-4/+160