summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-314-5/+2
* Clean up onewire config optionsRandall Spangler2013-07-241-8/+9
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-244-29/+1
* Clean up more config optionsRandall Spangler2013-07-241-0/+2
* Clean up and document UART config optionsRandall Spangler2013-07-245-29/+28
* Support emulator hibernateVic Yang2013-07-241-1/+11
* Reboot emulator with execv()Vic Yang2013-07-244-3/+35
* Standardize concatenation macrosRandall Spangler2013-07-243-14/+10
* bolt: add prelimnary supportAaron Durbin2013-07-241-1/+13
* Clean up and document more config optionsRandall Spangler2013-07-242-4/+7
* Clean up debug config optionsRandall Spangler2013-07-236-16/+4
* 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