summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: Clean up DMA register usageRandall Spangler2013-06-275-130/+195
* stm32: Clean up SPI register usageRandall Spangler2013-06-272-30/+22
* stm32: Clean up register constants for uart moduleRandall Spangler2013-06-272-23/+35
* link: fix sysjump rwRandall Spangler2013-06-261-2/+2
* Rename LPC packet size constant for version 3 protocolRandall Spangler2013-06-261-3/+3
* Clean up DMA module and interface.Randall Spangler2013-06-263-132/+119
* pit: Clean up timer init codeRandall Spangler2013-06-262-29/+51
* pit: Drop EC clock speed to 1 MHz MSI when AP is in S3/S5Randall Spangler2013-06-262-80/+153
* pit: Support changing EC clock frequencyRandall Spangler2013-06-259-68/+196
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-31/+72
* pit: Disable SPI output when AP is suspendedRandall Spangler2013-06-201-0/+2
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-202-7/+146
* Falco WP is active low, not active highBill Richardson2013-06-181-0/+4
* Move i2c_old_response flag to i2c interface moduleRandall Spangler2013-06-141-3/+4
* Move lpc-specific flags out of host command argsRandall Spangler2013-06-141-4/+5
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-132-3/+3
* stm32: add hibernate support using stm32f100 standby modeVincent Palatin2013-06-112-14/+58
* 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