summaryrefslogtreecommitdiffstats
path: root/src/drivers/aspeed
Commit message (Expand)AuthorAgeFilesLines
* {cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* drivers/aspeed/ast2050: Remove variable set but not usedElyes HAOUAS2019-06-031-2/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-064-5/+8
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* drivers/aspeed: Fix AST2400 POST failure without BMC FW or VBIOSTristan Corrick2019-01-031-3/+35
* drivers/aspeed/ast: Select `MAINBOARD_HAS_NATIVE_VGA_INIT`Tristan Corrick2018-12-241-0/+1
* {device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-041-61/+61
* drivers/aspeed/ast2050: Get rid of device_tElyes HAOUAS2018-05-081-1/+1
* drivers/aspeed/Kconfig: Select HAVE_VGA_TEXT_FRAMEBUFFERDaniel Gröber2018-04-111-0/+1
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-281-3/+3
* drivers: Drop level of indirection for MMIO HW accessStefan Reinauer2017-07-161-30/+6
* src: change coreboot to lowercaseMartin Roth2017-06-072-2/+2
* drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDIDArthur Heymans2017-05-031-8/+0
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* Fix leaking CONFIG_VGA=yKyösti Mälkki2016-05-312-11/+1
* drivers/aspeed: Switch to src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-192-3/+0
* During DRAM initialization on certain ASpeed devices, an incorrectTimothy Pearson2016-02-261-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-314-16/+0
* drivers/aspeed: Add native text mode VGA support for the AST2050Timothy Pearson2015-10-2414-0/+3530