summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* CHERRY-PICK:Clean up configuring GPIO alternate functionsRandall Spangler2013-08-0916-159/+122
* CHERRY-PICK:Servo V3: Add jtag config for V3Simran Basi2013-08-091-0/+10
* CHERRY-PICK:Move input character processing from UART interrupt to console taskRandall Spangler2013-08-091-0/+4
* CHERRY-PICK:Host commands don't set the response pointerRandall Spangler2013-08-092-7/+1
* Add build-time checks on board-specific array sizes.Duncan Laurie2013-08-014-5/+2
* Clean up onewire config optionsRandall Spangler2013-07-301-8/+9
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-304-29/+1
* Clean up more config optionsRandall Spangler2013-07-301-0/+2
* Clean up and document UART config optionsRandall Spangler2013-07-305-29/+28
* Support emulator hibernateVic Yang2013-07-301-1/+11
* Reboot emulator with execv()Vic Yang2013-07-304-3/+35
* Standardize concatenation macrosRandall Spangler2013-07-303-14/+10
* bolt: add prelimnary supportAaron Durbin2013-07-301-1/+13
* Clean up and document more config optionsRandall Spangler2013-07-302-4/+7
* Clean up debug config optionsRandall Spangler2013-07-306-16/+4
* Fix reset flags and sysjump time for emulatorDuncan Laurie2013-07-231-13/+70
* Test sysjump tag in kb_8042 testDuncan Laurie2013-07-233-1/+117
* Clean up charger config optionsDuncan Laurie2013-07-231-1/+1
* Add EC_CMD_GET_FLASH_INFO version 1Duncan Laurie2013-07-235-0/+24
* stm32l: Disable interrupts while running from flashDuncan Laurie2013-07-231-4/+2
* Move switch module from chip/lm4 to commonDuncan Laurie2013-07-232-124/+0
* Split x86 power button logic out of switch.cDuncan Laurie2013-07-233-412/+34
* lm4: make configure_kblight_gpios() board dependentDuncan Laurie2013-07-231-10/+0
* Make a top-level config.h file to include sub-configsDuncan Laurie2013-07-233-9/+9
* Remove unneeded direct includes of board.h and config.hDuncan Laurie2013-07-235-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