summaryrefslogtreecommitdiff
path: root/board/bolt
Commit message (Expand)AuthorAgeFilesLines
* Remove bolt, daisy, kirby, puppy, slippy boardsRandall Spangler2013-11-215-891/+0
* Specify I2C channels physically, not arbitrarilytest-4824.BBill Richardson2013-11-111-5/+3
* Separate fan_t from pwm_tBill Richardson2013-10-302-6/+13
* Rename CONFIG_FAN to CONFIG_FANSBill Richardson2013-10-301-1/+1
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* Fix comments regarding PWM GPIO useBill Richardson2013-10-281-2/+2
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-11/+0
* cleanup: Rename and move header filesRandall Spangler2013-10-231-5/+3
* bolt: Leave WiFi power on in S3Paul Stewart2013-10-231-2/+6
* bolt: Implement prochotstabilize-4856.BRandall Spangler2013-10-221-1/+2
* cleanup: Consolidate power interruptsRandall Spangler2013-10-213-5/+3
* Clean up documentation of RCIN# open-drain workaroundRandall Spangler2013-10-211-2/+5
* cleanup: Config definesRandall Spangler2013-10-161-1/+1
* cleanup: Don't use [N] = {} when initializing arraysBill Richardson2013-10-101-3/+3
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-072-3/+1
* bolt: Make fan min/max be the same as linkDuncan Laurie2013-10-051-2/+2
* bolt: Add battery_is_connected checkDuncan Laurie2013-10-042-0/+11
* Cleanup use of config.h macrosBill Richardson2013-10-041-3/+0
* lpc: Clean up processing wake eventsRandall Spangler2013-10-021-17/+0
* bolt: Fix panel power passthruDuncan Laurie2013-10-023-2/+4
* Support backlight control via lid onlyRandall Spangler2013-09-271-1/+2
* cleanup: Remove unused fan channelsRandall Spangler2013-09-252-8/+4
* Revert "Set WLAN_OFF_L to open drain"Paul Stewart2013-09-251-1/+1
* Make support for dedicated recovery GPIO signal optionalRandall Spangler2013-09-251-0/+1
* Set WLAN_OFF_L to open drainstabilize-4731.85.Bstabilize-4731.62.Bstabilize-4731.31.Brelease-R31-4731.BPaul Stewart2013-09-241-1/+1
* cleanup: move board-specific battery files to board dirsRandall Spangler2013-09-191-0/+1
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-111-0/+1
* Refactor PWM moduleVic Yang2013-08-272-4/+22
* bolt: workaround board sequencing deficienciesAaron Durbin2013-08-233-18/+34
* Completely new thermal/fan implementationBill Richardson2013-08-233-1/+14
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-211-7/+0
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-081-4/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-22/+31
* Change one-wire bus to use normal gpio interfaceRandall Spangler2013-08-022-2/+2
* bolt: force SYS_PWROK and PP3300_DSW_GATED_EN to 0 in forcing G3 pathAaron Durbin2013-08-011-0/+2
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-5/+10
* Clean up onewire config optionsRandall Spangler2013-07-241-3/+3
* Clean up more config optionsRandall Spangler2013-07-242-6/+1
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+2
* Collect board X specific files into build.mk common-$(BOARD_X)Rong Chang2013-07-241-1/+0
* bolt: add prelimnary supportAaron Durbin2013-07-245-0/+857