summaryrefslogtreecommitdiff
path: root/board/bds
Commit message (Expand)AuthorAgeFilesLines
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-0/+3
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+2
* eoption: Remove unused eeprom option storage codeAnton Staaf2015-09-081-2/+0
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-6/+6
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-2/+2
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-301-0/+1
* GPIO: Move definition of alternate functions to gpio.incAnton Staaf2014-07-172-9/+5
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-263-24/+19
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-192-5/+7
* Specify I2C channels physically, not arbitrarilytest-4824.BBill Richardson2013-11-111-1/+1
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-7/+0
* cleanup: Rename and move header filesRandall Spangler2013-10-231-1/+1
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-072-3/+1
* Refactor PWM moduleVic Yang2013-08-271-0/+4
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-211-4/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-6/+20
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-3/+6
* Clean up more config optionsRandall Spangler2013-07-241-1/+4
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+2
* Clean up debug config optionsRandall Spangler2013-07-231-5/+0
* Split x86 power button logic out of switch.cRandall Spangler2013-07-171-0/+3
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-232-2/+5
* LM4: Support configurable host UART interfaceDuncan Laurie2013-05-131-1/+3
* Specify the LM4 GPIOs to use for UART1Bill Richardson2013-04-241-0/+3
* Only includes necessary tasks for test binariesVic Yang2013-04-101-4/+6
* Clean up board configurationRandall Spangler2013-04-052-8/+1
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-1/+1
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-1/+0
* Add tick taskRandall Spangler2012-10-301-0/+1
* Clean up ADC moduleRandall Spangler2012-10-301-2/+2
* link: disable unused EEPROM modulesRandall Spangler2012-09-121-0/+10
* Switch to variable-size stacksRandall Spangler2012-09-091-4/+5
* Use new panic stack on all platformsRandall Spangler2012-08-311-1/+0
* Snow must assert ENTERING_RW GPIO when jumping between imagesRandall Spangler2012-08-302-0/+2
* Remove signature-based vboot supportRandall Spangler2012-08-071-2/+0
* bitrot: disable VBOOT_SIG for BDS. It's broken.Bill Richardson2012-07-231-1/+1
* Remove firmware BRandall Spangler2012-07-171-1/+0
* Enable help debug features on all boardsSimon Glass2012-07-041-0/+5
* Only one RW image is now the defaultRandall Spangler2012-06-261-0/+5
* Strip out vboot signature code and stay in RO for linkRandall Spangler2012-06-262-1/+2
* Add hash supportRandall Spangler2012-06-251-0/+1
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-05-251-0/+1
* Better help for console commandsRandall Spangler2012-05-251-0/+3
* Add a list of I2C portsRandall Spangler2012-05-172-12/+12
* Disable unused BDS functionalityRandall Spangler2012-05-176-293/+10
* Add AC state change hookRandall Spangler2012-05-172-0/+2
* Enable vboot for BDS too.Bill Richardson2012-05-152-2/+3