summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Mark end of each RW firmware image so we can find it.Bill Richardson2012-05-081-0/+2
* Add EC_RO/EC_RW and WP_RO FMAP area for fw_updater and factory.Louis Yung-Chieh Lo2012-05-081-1/+24
* Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-072-41/+48
* Add GPIOs for WLAN power control and PCH RTCRST#Randall Spangler2012-05-071-0/+6
* Initial Snow board portDavid Hendricks2012-05-041-2/+2
* Update EC config and FMAP to reserve room for vboot signaturesBill Richardson2012-05-042-32/+49
* Implement new write protect for host commands.Louis Yung-Chieh Lo2012-05-041-31/+40
* Merge "Assert PROCHOT when overheated and lower fan control threshold"Gerrit2012-05-041-5/+12
|\
| * Assert PROCHOT when overheated and lower fan control thresholdVic Yang2012-05-031-5/+12
* | daisy: Rename power signals to indicate polaritySimon Glass2012-05-031-12/+12
* | Merge "Add header_size in struct jump_data."Gerrit2012-05-031-1/+38
|\ \
| * | Add header_size in struct jump_data.Louis Yung-Chieh Lo2012-05-031-1/+38
| |/
* | Add charger option output in interactive consoleRong Chang2012-05-031-0/+6
|/
* remove deprecated stm32-based boardsVincent Palatin2012-05-021-2/+2
* Merge "Make lightbar task stop dropping events."Gerrit2012-05-021-1/+1
|\
| * Make lightbar task stop dropping events.Bill Richardson2012-05-021-1/+1
* | Merge "Enhance LPC EC REBOOT reset command to allow to request recovery"Gerrit2012-05-022-20/+42
|\ \
| * | Enhance LPC EC REBOOT reset command to allow to request recoveryVadim Bendebury2012-04-302-20/+42
* | | make verified boot feature optionalVincent Palatin2012-05-022-2/+7
| |/ |/|
* | Refine the EC flash size in FMAP structure.Louis Yung-Chieh Lo2012-05-021-1/+2
* | Add basic FMAP to EC firmware image.Bill Richardson2012-05-013-4/+160
|/
* daisy v1.02: power sequencing updatesDavid Hendricks2012-04-271-10/+33
* link: enable +5V always-on at startupVincent Palatin2012-04-271-0/+3
* Merge "Issue warning on fan stall."Gerrit2012-04-261-0/+1
|\
| * Issue warning on fan stall.Vic Yang2012-04-261-0/+1
* | Merge "Give ectool the same lightbar commands as the console."Gerrit2012-04-261-63/+125
|\ \
| * | Give ectool the same lightbar commands as the console.Bill Richardson2012-04-251-63/+125
* | | Merge "Adjust thermal engine thresholds"Gerrit2012-04-261-7/+4
|\ \ \ | |/ / |/| |
| * | Adjust thermal engine thresholdsVic Yang2012-04-261-7/+4
| |/
* | Fix test configurations build errorsVincent Palatin2012-04-252-3/+5
* | Merge "Remove unused uart.h includes"Gerrit2012-04-254-4/+0
|\ \
| * | Remove unused uart.h includesRandall Spangler2012-04-254-4/+0
* | | Merge "Watchdog fixes"Gerrit2012-04-251-2/+2
|\ \ \ | |/ /
| * | Watchdog fixesRandall Spangler2012-04-251-2/+2
* | | simplified message protocolDavid Hendricks2012-04-251-17/+15
|/ /
* | Clean up lightbar msg command parsing, add some help.Bill Richardson2012-04-251-47/+79
* | Handle overtemp condition in discharging stateRong Chang2012-04-251-2/+6
|/
* Use console output instead of uart output for console commandsRandall Spangler2012-04-2419-216/+215
* Refactor async console outputRandall Spangler2012-04-2411-571/+704
* Merge "ASSERT() cleanup. Remove blocking assert macro to avoid attack."Gerrit2012-04-241-16/+7
|\
| * ASSERT() cleanup. Remove blocking assert macro to avoid attack.Louis Yung-Chieh Lo2012-04-241-16/+7
* | Disable PLL at end of initRandall Spangler2012-04-241-2/+4
|/
* Update message protocol length byte to include postambleDavid Hendricks2012-04-231-1/+1
* fix array indexing bug in message_process_cmdDavid Hendricks2012-04-231-2/+2
* Keyboard hook up for SYSJUMP and INIT.Louis Yung-Chieh Lo2012-04-232-13/+49
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-203-15/+74
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-193-42/+129
* Move externs from .lds file into a header fileRandall Spangler2012-04-194-19/+4
* Merge "Added HOOK_INIT for driver module inits"Gerrit2012-04-193-53/+20
|\
| * Added HOOK_INIT for driver module initsRandall Spangler2012-04-193-53/+20