summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-1/+1
* lm4: make CONFIG_UART_HOST optionalRandall Spangler2013-09-202-6/+36
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+42
* stm32: Use DMA for UART receiveRandall Spangler2013-09-162-6/+49
* Simplify uart_tx_start()Randall Spangler2013-09-142-10/+8
* stm32: Support DMA-based UART outputRandall Spangler2013-09-113-8/+62
* Split uart_process() into input and output processingRandall Spangler2013-09-113-4/+9
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-114-9/+18
* Initalize DMA before UARTRandall Spangler2013-09-102-2/+4
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+1
* Add BQ27541 battery driverVic Yang2013-09-052-1/+35
* STM32L ADC driverVic Yang2013-09-055-4/+280
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-0/+2
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-044-10/+10
* pit: i2c: try unwedging the bus when i2c_xfer fails at sending STARTHung-ying Tyan2013-08-291-36/+164
* i2c: stm32l: Don't do i2c transactions during freq changesDoug Anderson2013-08-291-1/+23
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-0/+3
* stm32l: Wait for stop condition to complete after i2c transferRandall Spangler2013-08-272-4/+22
* pit: i2c: dump after ADDR bit is cleared instead of beforeHung-ying Tyan2013-08-271-1/+2
* Refactor PWM moduleVic Yang2013-08-2711-209/+368
* Completely new thermal/fan implementationBill Richardson2013-08-234-100/+191
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-213-6/+16
* Add test for console command historyVic Yang2013-08-181-0/+33
* Add fan power enable GPIO for PeppyDave Parker2013-08-131-0/+4
* Remove board 'wolf' from master/ToT branch.stabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BDave Parker2013-08-121-6/+2
* pit: If flash registers are disabled all blocks are protectedRandall Spangler2013-08-081-0/+7
* Use macros for C <-> K conversionsBill Richardson2013-08-073-3/+4
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-0716-159/+123
* stm32f: Don't glitch signal when setting GPIO_PULL_UPRandall Spangler2013-08-071-1/+0
* Clean up SPI state machine and add state codesRandall Spangler2013-08-051-40/+108
* Servo V3: Add jtag config for V3Simran Basi2013-08-051-0/+10
* Move onewire bus support from chip/lm4 to commonRandall Spangler2013-08-022-145/+0
* Change one-wire bus to use normal gpio interfaceRandall Spangler2013-08-021-28/+5
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-021-0/+4
* Host commands don't set the response pointerRandall Spangler2013-08-022-7/+1
* 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