summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UART1 receive support (UART to x86 console)Randall Spangler2012-02-064-19/+26
* Fix some scancodes: F1-F10, arrow keys, and search key.Louis Yung-Chieh Lo2012-02-061-16/+16
* Uses update_ctl_ram() in 'ctrlram' command.Louis Yung-Chieh Lo2012-02-061-1/+1
* Add ctrlram command to get/set controller RAM content.Louis Yung-Chieh Lo2012-02-061-0/+33
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-0417-29/+440
* Merge "Use udelay for more stable manual IRQ firing."chrome-bot2012-02-031-7/+17
|\
| * Use udelay for more stable manual IRQ firing.Louis Yung-Chieh Lo2012-02-031-7/+17
* | Split out GPIO console commandsVincent Palatin2012-02-033-116/+130
|/
* stm32l: basic GPIO supportVincent Palatin2012-02-036-15/+108
* correct typo for STM32L GPIO bit set/reset register (BSSR --> BSRR))David Hendricks2012-02-021-1/+1
* Honor V=1 build flag when building tests recursivelyVincent Palatin2012-02-021-1/+2
* fix test compilation for STM32LVincent Palatin2012-02-021-2/+1
* stm32l: update clock settingsVincent Palatin2012-02-022-7/+27
* Fix image copy detectionVincent Palatin2012-02-021-1/+2
* stm32l: implement reset cause and scratchpadVincent Palatin2012-02-021-3/+51
* stm32l: add watchdog supportVincent Palatin2012-02-025-0/+92
* Merge "Fix a typo that cause compilation fail on BDS"chrome-bot2012-02-021-1/+1
|\
| * Fix a typo that cause compilation fail on BDSVic Yang2012-02-021-1/+1
* | Merge "Fix the missing IRQ problem."Louis Yung-Chieh Lo2012-02-025-30/+184
|\ \ | |/ |/|
| * Fix the missing IRQ problem.Louis Yung-Chieh Lo2012-02-025-30/+184
* | Fix a bug that ADC input is not correctly configured.Vic Yang2012-02-024-6/+40
|/
* Merge "Refactor ADC code and add Link charger current ADC support"chrome-bot2012-02-018-92/+180
|\
| * Refactor ADC code and add Link charger current ADC supportVic Yang2012-02-028-92/+180
* | stm32l: add timer supportVincent Palatin2012-02-011-3/+110
* | stm32l: ensure we transmit as soon as characters are availableVincent Palatin2012-02-011-0/+1
* | stm32l: avoid spurious USART interruptsVincent Palatin2012-02-011-3/+20
* | Merge "Handle left and right arrow key in UART console."chrome-bot2012-01-311-14/+108
|\ \
| * | Handle left and right arrow key in UART console.Vic Yang2012-02-011-14/+108
| |/
* | stm32l: add UART driverVincent Palatin2012-01-315-5/+81
|/
* Change COMx port to COM1Randall Spangler2012-01-303-3/+7
* expand properly the IRQ number for IRQ declaration macroVincent Palatin2012-01-301-1/+1
* stm32l: initialize clocksVincent Palatin2012-01-302-0/+43
* Add register definitions for STM32L SoCVincent Palatin2012-01-301-0/+237
* Add workaround for fan controller to handle speeds more than 7000 rpmRandall Spangler2012-01-271-5/+17
* Eat terminal escape sequencesRandall Spangler2012-01-273-1/+22
* Track the remaining GPIOs from the PCHRandall Spangler2012-01-271-36/+41
* Fix setting GPIO outputs and keyboard scanningRandall Spangler2012-01-272-34/+19
* add the skeleton for STM32L chip and discovery boardVincent Palatin2012-01-2610-0/+335
* Merge "Split reset cause and image copy code."chrome-bot2012-01-264-199/+216
|\
| * Split reset cause and image copy code.Vincent Palatin2012-01-264-199/+216
* | Merge "Split UART code"chrome-bot2012-01-264-406/+527
|\ \ | |/
| * Split UART codeVincent Palatin2012-01-264-406/+527
* | Add x86power command to get/set x86 power stateRandall Spangler2012-01-261-9/+40
* | Add i2cread commandRandall Spangler2012-01-261-2/+59
|/
* Fix missing GPIO interruptsRandall Spangler2012-01-262-5/+6
* Increase link image size to 40KBRandall Spangler2012-01-261-1/+1
* Ensure the panic UART is set to the right UARTVincent Palatin2012-01-261-0/+6
* Make more features optionalVincent Palatin2012-01-264-6/+28
* Remove useless header includesVincent Palatin2012-01-264-7/+0
* Move SoC-independant headers to another directoryVincent Palatin2012-01-262-0/+0