summaryrefslogtreecommitdiff
path: root/board/daisy
Commit message (Expand)AuthorAgeFilesLines
* Snow must assert ENTERING_RW GPIO when jumping between imagesRandall Spangler2012-08-301-1/+1
* Handle IRQ from TPS65090, pass AC status to APSimon Que2012-08-142-0/+2
* Remove signature-based vboot supportRandall Spangler2012-08-071-1/+0
* snow daisy: compute RW firmware hashVincent Palatin2012-08-062-0/+5
* Get AC state from GPIO instead of PMURong Chang2012-07-112-0/+2
* snow/daisy: enable lid openDavid Hendricks2012-07-071-1/+3
* Enable help debug features on all boardsSimon Glass2012-07-041-0/+5
* stm32: Use SPI ports for i2c arbitrationSimon Glass2012-06-282-16/+3
* Only one RW image is now the defaultRandall Spangler2012-06-261-0/+4
* stm32: don't try to use the AP I2C connection when the CPU is runningVincent Palatin2012-06-221-0/+1
* stm32: drive the keyboard power LEDVincent Palatin2012-06-223-0/+7
* Enable daisy I2C host auto detectionRong Chang2012-06-192-1/+46
* Set daisy and snow PB6 PB7 GPIO pinmux to I2CRong Chang2012-06-182-10/+17
* PMU tps65090 driverRong Chang2012-05-312-0/+2
* Add stm32 I2C master driverRong Chang2012-05-311-0/+5
* stm32: use level interrupt instead of edgeVincent Palatin2012-05-302-5/+4
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-05-251-0/+7
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-221-3/+0
* Use common host command processing for Daisy I2CVincent Palatin2012-05-182-2/+4
* daisy/snow: seperate EC_INT and CODEC_INT handlingDavid Hendricks2012-05-152-6/+12
* daisy/snow: define KB_OUTPUTS in board.h, remove KB_COLSDavid Hendricks2012-05-151-0/+3
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+1
* daisy: Disable keyscan messagesSimon Glass2012-05-101-0/+3
* stm32: add flash programming supportVincent Palatin2012-05-091-0/+3
* daisy: fix a bug in the GPIO enum listingDavid Hendricks2012-05-041-2/+0
* daisy: Rename power signals to indicate polaritySimon Glass2012-05-032-4/+4
* daisy: EVT1 pin mappingDavid Hendricks2012-05-021-7/+7
* introducing chip variant for stm32 family [2/3]Vincent Palatin2012-05-011-0/+1
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-012-16/+16
* daisy v1.02: power sequencing updatesDavid Hendricks2012-04-272-4/+4
* Fix test configurations build errorsVincent Palatin2012-04-252-3/+7
* stm32l: set SYSCFGEN for boards using stm32lDavid Hendricks2012-04-251-4/+3
* daisy: move i2c port initialization back into configure_boardDavid Hendricks2012-04-231-7/+11
* daisy: Plumb in I2C driverDavid Hendricks2012-04-173-1/+12
* daisy v1.02: setup GPIO signal to audio codecDavid Hendricks2012-04-172-0/+6
* stm32l: eliminate GPIO initialization done in keyboard codeDavid Hendricks2012-04-132-17/+45
* daisy: Set up EC_INT as open-drain outputDavid Hendricks2012-04-131-1/+1
* daisy: Plumb in SPI supportDavid Hendricks2012-04-133-2/+39
* daisy: Provide an interrupt function for keyboard scanSimon Glass2012-04-122-0/+24
* daisy: Initialize DMA librarySimon Glass2012-04-111-0/+3
* stm32l: fix ACOK signalVincent Palatin2012-02-231-1/+1
* stm32l: add keyboard configuration for ADV and Daisy boardsVincent Palatin2012-02-213-0/+20
* stm32l: de-duplicate stubs used for all STM32L based boardsVincent Palatin2012-02-161-32/+0
* stm32l: implement gpio_set_alternate_functionVincent Palatin2012-02-161-4/+1
* stm32l: add a simple power sequencing for Daisy boardVincent Palatin2012-02-162-3/+7
* stm32l: fix Daisy GPIO declarationVincent Palatin2012-02-152-3/+3
* stm32l: set pin mux for USART1Vincent Palatin2012-02-151-0/+6
* stm32l: Add skeleton for Daisy boardVincent Palatin2012-02-144-0/+141