Age | Commit message (Expand) | Author |
2022-07-17 | drivers: Get rid of unnecessary blank lines {before,after} brace | Elyes HAOUAS |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-16 | Use the fallthrough statement in switch loops | Arthur Heymans |
2022-01-12 | src/drivers: Remove unused <delay.h> | Elyes HAOUAS |
2021-11-04 | drivers: Replace bad uses of `find_resource` | Angel Pons |
2021-02-03 | drivers/aspeed: Fix some issues | Patrick Rudolph |
2020-12-17 | drivers: Replace set_vbe_mode_info_valid | Patrick Rudolph |
2020-12-01 | drivers/aspeed/common/ast: Fix compilation under x86_64 | Patrick Rudolph |
2020-11-17 | src: Add missing 'include <console/console.h>' | Elyes HAOUAS |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-16 | drivers/aspeed/common: Reduce severity of `EDID not found` log message | Angel Pons |
2020-09-09 | drivers/aspeed/common: Support disabled P2A bridge | Patrick Rudolph |
2020-08-17 | src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers | Elyes HAOUAS |
2020-05-14 | aspeed/ast2050: Fix when resources are added | Furquan Shaikh |
2020-05-11 | treewide: Convert more license headers to SPDX style | Patrick Georgi |
2020-05-11 | treewide: split off license text, remove extra copyright notices | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-12-19 | src/{drivers,device,ec}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-12 | drivers/aspeed: Add AST2500 support | Patrick Rudolph |
2019-12-12 | drivers/aspeed/common: Add support for high resolution framebuffer | Patrick Rudolph |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-09-15 | {cpu,device,drivers}: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-06-03 | drivers/aspeed/ast2050: Remove variable set but not used | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-01-03 | drivers/aspeed: Fix AST2400 POST failure without BMC FW or VBIOS | Tristan Corrick |
2018-12-24 | drivers/aspeed/ast: Select `MAINBOARD_HAS_NATIVE_VGA_INIT` | Tristan Corrick |
2018-12-19 | {device,drivers}: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-11-19 | src: Add required space after "switch" | Elyes HAOUAS |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-04 | src/drivers: Get rid of whitespace before tab | Elyes HAOUAS |
2018-05-08 | drivers/aspeed/ast2050: Get rid of device_t | Elyes HAOUAS |
2018-04-11 | drivers/aspeed/Kconfig: Select HAVE_VGA_TEXT_FRAMEBUFFER | Daniel Gröber |
2017-07-28 | src/drivers: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-16 | drivers: Drop level of indirection for MMIO HW access | Stefan Reinauer |
2017-06-07 | src: change coreboot to lowercase | Martin Roth |
2017-05-03 | drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDID | Arthur Heymans |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-05-31 | Fix leaking CONFIG_VGA=y | Kyösti Mälkki |
2016-04-19 | drivers/aspeed: Switch to src/drivers/[X]/[Y]/ scheme | Stefan Reinauer |
2016-02-26 | During DRAM initialization on certain ASpeed devices, an incorrect | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-24 | drivers/aspeed: Add native text mode VGA support for the AST2050 | Timothy Pearson |