summaryrefslogtreecommitdiff
path: root/board/slippy
Commit message (Expand)AuthorAgeFilesLines
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-13/+27
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-5/+10
* Clean up more config optionsRandall Spangler2013-07-242-10/+0
* 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
* x86: build chipset_x86_common.o conditionallyAaron Durbin2013-07-241-0/+1
* Clean up and document more config optionsRandall Spangler2013-07-241-1/+1
* Clean up and document keyboard config optionsRandall Spangler2013-07-231-1/+1
* Clean up debug config optionsRandall Spangler2013-07-231-6/+0
* Clean up and document battery config optionsRandall Spangler2013-07-231-1/+1
* Clean up charger config optionsRandall Spangler2013-07-231-9/+2
* Add ectool chargecontrol discharge command for Slippystabilize-4443.BDave Parker2013-07-222-0/+16
* Slippy: Detect physical presence of battery before waking itDave Parker2013-07-222-0/+3
* Set Slippy write protect to active lowDave Parker2013-07-222-3/+2
* Basic G781 temp sensor support for SlippyDave Parker2013-07-222-13/+28
* Battery LED control for SlippyDave Parker2013-07-221-2/+3
* Split x86 power button logic out of switch.cRandall Spangler2013-07-172-1/+2
* Remove unused board_version enumsRandall Spangler2013-07-161-6/+0
* Split wireless power/radio control out of switch.cRandall Spangler2013-07-112-11/+5
* Move x86 backlight-enable passthru code to its own moduleRandall Spangler2013-07-112-2/+3
* Refactor x86 chipset codeRandall Spangler2013-07-102-13/+40
* Add CONFIG_BOARD_VERSION flag for boards which have version strapping.Shawn Nematbakhsh2013-07-091-0/+1
* Rename files in common/ to be more consistentRandall Spangler2013-07-081-1/+1
* haswell: fix RCIN_L leakageAaron Durbin2013-07-021-3/+5
* falco: peppy: slippy: mark LPC_CLKRUN_L as open drainAaron Durbin2013-06-201-1/+1
* haswell: mark PCH_SMI_L as open drainAaron Durbin2013-06-141-1/+1
* haswell: Add notes about PL6 weirdnessAaron Durbin2013-06-141-0/+2
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-5/+5
* Enable ADC charger current monitor for SlippyBill Richardson2013-06-071-4/+6
* Initial support for Slippy batteryBill Richardson2013-06-072-6/+21
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-041-0/+18
* Add LED GPIOs for slippy.Dave Parker2013-06-032-0/+6
* Add wireless switch control for WWANDuncan Laurie2013-06-032-3/+16
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-232-2/+3
* haswell: fix RCIN# GPIO settingAaron Durbin2013-05-221-1/+1
* lm4: break out board-specific fan/tach pin configAaron Durbin2013-05-161-0/+9
* haswell: fix S3 resume pathAaron Durbin2013-05-152-2/+2
* slippy: Basic power sequencingDuncan Laurie2013-05-142-9/+8
* slippy: Enable internal pullup for recovery pinDuncan Laurie2013-05-131-1/+1
* LM4: Support configurable host UART interfaceDuncan Laurie2013-05-131-1/+3
* slippy: Make EC_RCIN_L pin output and high by defaultDuncan Laurie2013-05-131-1/+1
* Define slippy GPIOs, make power sequencing task do nothing.Bill Richardson2013-05-022-104/+94
* Slippy uses dumb USB ports, not smart ones.Bill Richardson2013-05-021-2/+2
* Remove Link peripherals from Slippy boardBill Richardson2013-05-022-84/+31
* Disable the charger task for Slippy bringupBill Richardson2013-05-022-8/+4
* Support power button on slippy, make it compile again.Bill Richardson2013-05-021-0/+1
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-011-1/+1
* Split x86_power.c into Ivybridge and Haswell variantsBill Richardson2013-04-301-1/+1
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-1/+1
* Create board directory for Slippy.Bill Richardson2013-04-244-0/+444