summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Console input support for emulatorVic Yang2013-06-101-3/+57
* Define watchdog_reload() to nothing if not CONFIG_WATCHDOGRandall Spangler2013-06-104-19/+14
* Enable ADC charger current monitor for SlippyBill Richardson2013-06-071-4/+0
* Fix broken ADC gpio configuration for lm4Bill Richardson2013-06-071-4/+5
* Change i2c port configs to make BDS the special case, not Link.Bill Richardson2013-06-061-12/+11
* Send STOP to clear bus when I2C encounters an error.Bill Richardson2013-06-061-2/+7
* Pit stays on HSI instead of using PLL with the same 16MHz frequency.Randall Spangler2013-06-051-4/+11
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-041-5/+4
* Enable flash unit test on emulatorVic Yang2013-06-036-4/+157
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-036-81/+79
* Add wireless switch control for WWANDuncan Laurie2013-06-031-8/+1
* slippy/falco: Add back in flash and hiberantion setup codeDuncan Laurie2013-06-032-9/+0
* Fix a bug in emulator persistent storageVic Yang2013-05-281-1/+3
* More low-level flash interface cleanupRandall Spangler2013-05-243-8/+13
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-243-280/+103
* Remove 64-byte workaround from STM32L flash writingRandall Spangler2013-05-242-54/+35
* Create board configuration for peppy bringupDave Parker2013-05-231-0/+4
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-234-15/+30
* Move flash persistent state to flash_commonRandall Spangler2013-05-235-264/+33
* Clean up option byte register definitions for STM32LRandall Spangler2013-05-232-13/+13
* Support flash write protect on STM32LRandall Spangler2013-05-223-96/+271
* Create board configuration for falco bringupBill Richardson2013-05-204-9/+10
* Support write protect GPIO on pitRandall Spangler2013-05-171-8/+4
* Fix detecting inconsistent flash stateRandall Spangler2013-05-172-4/+14
* Set SPI lines to inputs when AP is offRandall Spangler2013-05-162-3/+36
* lm4: break out board-specific fan/tach pin configAaron Durbin2013-05-161-10/+0
* Add console command to force enable consoleVic Yang2013-05-152-48/+17
* LM4: Support configurable host UART interfaceDuncan Laurie2013-05-131-56/+62
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-105-2/+23
* i2c: Allow for i2c "ping" that's a write of 0 bytesDoug Anderson2013-05-081-1/+3
* i2c: stm32l: Fix i2c reads of sizes other than 1Doug Anderson2013-05-082-11/+60
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-0/+5
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* stm32f: Set ADC single read timeoutVic Yang2013-05-071-4/+13
* spi: Fix OOBE in bounds-checking the replyDoug Anderson2013-05-071-1/+1
* Fix and enable SPI for pitRandall Spangler2013-05-073-66/+47
* Add persistent storage for emulatorVic Yang2013-05-074-1/+89
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-076-0/+293
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-025-5/+20
* Support power button on slippy, make it compile again.Bill Richardson2013-05-021-0/+2
* Fix I2C port configuration on pitRandall Spangler2013-05-021-8/+16
* stm32: Fix ADC watchdog bug and extend sample timeVic Yang2013-04-301-4/+6
* Split STM32 i2c implementation for STM32F vs STM32LRandall Spangler2013-04-305-1/+405
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-304-241/+72
* Fix ADC test for LM4Vic Yang2013-04-302-6/+0
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-292-2/+3
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-264-142/+225
* Increase UART output buffer on STM32LRandall Spangler2013-04-261-0/+3
* stm32: do not enable interrupts on I2C1Vincent Palatin2013-04-261-2/+0
* Split out power button code from switch.cRandall Spangler2013-04-251-141/+43