summaryrefslogtreecommitdiffstats
path: root/src/drivers/aspeed
Commit message (Expand)AuthorAgeFilesLines
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-173-7/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-2/+2
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+1
* src/drivers: Remove unused <delay.h>Elyes HAOUAS2022-01-121-1/+0
* drivers: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* drivers/aspeed: Fix some issuesPatrick Rudolph2021-02-031-9/+4
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-2/+3
* drivers/aspeed/common/ast: Fix compilation under x86_64Patrick Rudolph2020-12-011-2/+2
* src: Add missing 'include <console/console.h>'Elyes HAOUAS2020-11-172-0/+3
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-215-12/+0
* drivers/aspeed/common: Reduce severity of `EDID not found` log messageAngel Pons2020-09-161-1/+5
* drivers/aspeed/common: Support disabled P2A bridgePatrick Rudolph2020-09-093-71/+149
* src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS2020-08-172-3/+5
* aspeed/ast2050: Fix when resources are addedFurquan Shaikh2020-05-141-5/+5
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-117-158/+7
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-113-25/+10
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-118-8/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-065-10/+5
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-063-36/+6
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-174-7/+0
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* drivers/aspeed: Add AST2500 supportPatrick Rudolph2019-12-125-77/+546
* drivers/aspeed/common: Add support for high resolution framebufferPatrick Rudolph2019-12-129-85/+1247
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-228-15/+19
* {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