summaryrefslogtreecommitdiff
path: root/chip/lm4
Commit message (Expand)AuthorAgeFilesLines
* Drop DPWROK when system is off for more than 10 secrelease-R20-2268.BRandall Spangler2012-05-091-18/+42
* Add hooks for chipset power transitionsRandall Spangler2012-05-092-0/+27
* Change recovery key to ESC on EVT systemsRandall Spangler2012-05-081-2/+13
* Add gpio_set_flags() and system_get_board_version()Randall Spangler2012-05-082-29/+55
* Merge "Move gpio list into gpio.h header file"Gerrit2012-05-081-4/+0
|\
| * Move gpio list into gpio.h header fileSimon Glass2012-05-081-4/+0
* | Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-071-0/+2
|/
* Update EC config and FMAP to reserve room for vboot signaturesBill Richardson2012-05-041-8/+18
* Merge "Add link helper procedure"Gerrit2012-05-041-0/+6
|\
| * Add link helper procedureVadim Bendebury2012-05-041-0/+6
* | Add gpio_get_name() to return the name of a signalSimon Glass2012-05-031-0/+6
|/
* Merge "Enhance LPC EC REBOOT reset command to allow to request recovery"Gerrit2012-05-021-0/+4
|\
| * Enhance LPC EC REBOOT reset command to allow to request recoveryVadim Bendebury2012-04-301-0/+4
* | make verified boot feature optionalVincent Palatin2012-05-021-0/+1
* | Add basic FMAP to EC firmware image.Bill Richardson2012-05-011-0/+9
|/
* Prevent issuing warning when fan is offVic Yang2012-04-301-1/+2
* Merge "Issue warning on fan stall."Gerrit2012-04-261-0/+16
|\
| * Issue warning on fan stall.Vic Yang2012-04-261-0/+16
* | Merge "Remove unused uart.h includes"Gerrit2012-04-252-2/+0
|\ \
| * | Remove unused uart.h includesRandall Spangler2012-04-252-2/+0
* | | Merge "Watchdog fixes"Gerrit2012-04-251-22/+22
|\ \ \ | |/ /
| * | Watchdog fixesRandall Spangler2012-04-251-22/+22
* | | Merge "Add more info to pll debug command"Gerrit2012-04-251-2/+14
|\ \ \ | |/ / |/| |
| * | Add more info to pll debug commandRandall Spangler2012-04-251-2/+14
| |/
* | Fix watchdog handler stack alignmentRandall Spangler2012-04-251-5/+8
|/
* Use console output instead of uart output for console commandsRandall Spangler2012-04-247-81/+70
* Refactor async console outputRandall Spangler2012-04-244-39/+42
* Implement task profilingRandall Spangler2012-04-241-1/+1
* Merge "Disable PLL at end of init"Gerrit2012-04-241-9/+24
|\
| * Disable PLL at end of initRandall Spangler2012-04-241-9/+24
* | Set BOOTCFG register to test valueRandall Spangler2012-04-242-1/+14
|/
* Merge "Remove clock calibration for PIOSC"Gerrit2012-04-202-10/+16
|\
| * Remove clock calibration for PIOSCRandall Spangler2012-04-202-10/+16
* | Add openocd macros to write image A or BRandall Spangler2012-04-201-6/+15
|/
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-99/+131
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-198-9/+28
* Clean up initsRandall Spangler2012-04-193-17/+6
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-195-37/+36
* EC: Use interrupt for ADCVic Yang2012-04-161-3/+49
* Disable screen and keyboard backlights when lid is closed.Randall Spangler2012-04-132-5/+38
* Fix power button turning system back on after 4 secRandall Spangler2012-04-121-3/+16
* Add timeout for flash operations.Randall Spangler2012-04-121-5/+19
* Re-enable watchdog in watchdog_reload()Randall Spangler2012-04-121-14/+21
* Reload watchdog timer during flash operations.Randall Spangler2012-04-121-1/+15
* Merge "Update keyboard scanning for stm32 to use messages"Gerrit2012-04-111-0/+6
|\
| * Update keyboard scanning for stm32 to use messagesSimon Glass2012-04-111-0/+6
* | Add USER_REG3 and indicate it's reserved for preprogramming process data.Randall Spangler2012-04-111-0/+3
|/
* Add fake developer switchRandall Spangler2012-04-102-23/+52
* use the full 256kB for partitionsVincent Palatin2012-04-102-8/+3
* Support dynamically changing the system clockRandall Spangler2012-04-096-104/+193