summaryrefslogtreecommitdiff
path: root/chip/lm4/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-0/+11
* Refactor async console outputRandall Spangler2012-04-241-6/+11
* 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-191-1/+3
* Clean up initsRandall Spangler2012-04-191-0/+3
* Add support for generating SCI via LPCDuncan Laurie2012-04-061-18/+63
* Change task messages to eventsRandall Spangler2012-04-061-1/+1
* Add %T format code to print current timestamp.Randall Spangler2012-04-031-1/+1
* Add wake signal to PCHRandall Spangler2012-03-151-12/+21
* Watch LPC0RESET line and print changesRandall Spangler2012-03-131-0/+10
* Add SMI/SCI supportRandall Spangler2012-03-051-1/+88
* Refactor LPC status / result codesRandall Spangler2012-03-011-15/+12
* Reduce LPC command parameters to 128 bytes; add LPC memory-mapped spaceRandall Spangler2012-02-151-1/+7
* Add UART1 receive support (UART to x86 console)Randall Spangler2012-02-061-16/+15
* Use udelay for more stable manual IRQ firing.Louis Yung-Chieh Lo2012-02-031-7/+17
* Fix the missing IRQ problem.Louis Yung-Chieh Lo2012-02-021-1/+39
* Change COMx port to COM1Randall Spangler2012-01-301-3/+3
* Add modularity to the buildVincent Palatin2012-01-241-0/+4
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-171-0/+3
* Move board-specific GPIO lists to board-specific filesRandall Spangler2012-01-121-3/+2
* Tidy GPIO configuration and board-specific configs for modules.Randall Spangler2012-01-121-12/+6
* Clean up labels and TODOsRandall Spangler2012-01-101-9/+11
* Use #defined constants for IRQ namesRandall Spangler2011-12-191-1/+1
* Change register.h macros to use inline funcs without concatenate (##).Randall Spangler2011-12-131-7/+7
* Clean up UART codeRandall Spangler2011-12-121-33/+21
* Add user-mode LPC endpointRandall Spangler2011-12-081-37/+74
* Fix LPC drive strength for I/O lines interfering with x86 boot.Randall Spangler2011-12-081-4/+7
* Initial sources import 1/3Randall Spangler2011-12-071-0/+210