summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Fix reset flags and sysjump time for emulatorVic Yang2013-07-231-13/+70
* Test sysjump tag in kb_8042 testVic Yang2013-07-233-1/+117
* Clean up charger config optionsRandall Spangler2013-07-231-1/+1
* Add EC_CMD_GET_FLASH_INFO version 1Randall Spangler2013-07-185-0/+24
* stm32l: Disable interrupts while running from flashSimon Glass2013-07-171-4/+2
* Move switch module from chip/lm4 to commonRandall Spangler2013-07-172-124/+0
* Split x86 power button logic out of switch.cRandall Spangler2013-07-173-412/+34
* lm4: make configure_kblight_gpios() board dependentAaron Durbin2013-07-161-10/+0
* Make a top-level config.h file to include sub-configsRandall Spangler2013-07-163-9/+9
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-165-6/+2
* Add I8042 keyboard unit testVic Yang2013-07-112-1/+34
* Split wireless power/radio control out of switch.cRandall Spangler2013-07-111-12/+0
* Move x86 backlight-enable passthru code to its own moduleRandall Spangler2013-07-111-42/+1
* Add function to inject console input from testVic Yang2013-07-111-2/+19
* Refactor x86 chipset codeRandall Spangler2013-07-101-0/+1
* Use sample averaging on ADC to increase accuracyBill Richardson2013-07-091-0/+3
* Initial board commit for Wolf based on Slippy.Dave Parker2013-07-091-2/+6
* Keyboard backlight control should hook lid switch itselfRandall Spangler2013-07-092-5/+7
* snow: Snow is the exception for power LED settingsRandall Spangler2013-07-081-14/+14
* stm32l: Fix flash_is_erased() detectionRandall Spangler2013-07-082-5/+7
* stm32: Clean up JTAG registersChromeOS Developer2013-07-083-6/+30
* pit: Align spi protocol buffers on 32-bit boundaryRandall Spangler2013-07-081-7/+11
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-033-121/+103
* lm4: onewire: abstract out bank and pinAaron Durbin2013-07-031-7/+9
* ec: Add Puppy support to generic/common filesYen Lin2013-07-031-3/+3
* Add get-protocol-information commandRandall Spangler2013-07-022-12/+62
* stm32: Clean up watchdog registersRandall Spangler2013-07-022-16/+21
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-0120-27/+22
* 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