Age | Commit message (Expand) | Author |
2022-10-26 | src/drivers: Clean up includes | Elyes Haouas |
2022-08-11 | drivers: Add SPDX identifiers to files missing them | Martin Roth |
2022-07-17 | drivers: Get rid of unnecessary blank lines {before,after} brace | Elyes HAOUAS |
2022-06-09 | drivers/intel/gma/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | drivers/intel/gma/acpi: Replace LGreater(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | drivers/intel/gma/acpi: Replace LLess(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | drivers/intel/gma/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-05-11 | drivers/intel/gma/opregion.c: Fix uninitialised variable use | Arthur Heymans |
2022-04-24 | drivers: Remove unused <acpi/acpi.h> | Elyes HAOUAS |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-10 | drivers/intel/gma: Guard add_vbt_to_cbfs macro | Matt DeVillier |
2022-01-01 | drivers/intel/gma/acpi: Replace Decrement() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | drivers/intel/gma/acpi: Replace Increment() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | drivers/intel/gma/acpi: Replace LOr() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | drivers/intel/gma/acpi: Replace Divide(a,b) with ASL 2.0 syntax | Felix Singer |
2022-01-01 | drivers/intel/gma/acpi: Replace Multiply(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-31 | drivers/intel/gma/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-31 | drivers/intel/gma/acpi: Replace Subtract(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-30 | drivers/intel/gma/acpi: Use ASL 2.0 syntax to access arrays | Felix Singer |
2021-07-17 | drivers/intel/gma: Support IGD Opregion 2.1 | Meera Ravindranath |
2021-07-15 | drivers/intel/gma: Restructure Opregion version info code | Meera Ravindranath |
2021-07-01 | drivers/intel/gma: Move extended VBT just below opregion | Maulik V Vaghela |
2021-06-18 | drivers/intel/gma/opregion.c: Re-add lost log message | Angel Pons |
2021-06-11 | drivers/intel/gma: Restructure IGD opregion init code | MAULIK V VAGHELA |
2021-04-30 | drivers/intel/gma/Kconfig: Simplify CFL/WHL/CML conditions | Angel Pons |
2021-04-28 | drivers/intel/gma/Kconfig: Simplify Skylake/Kaby Lake conditions | Angel Pons |
2021-04-21 | commonlib/region: Turn addrspace_32bit into a more official API | Julius Werner |
2021-03-05 | drivers/intel/gma/gma.ads: Uniformize casing | Angel Pons |
2021-01-24 | drivers/intel/gma/opregion.c: Use __func__ | Elyes HAOUAS |
2021-01-18 | drivers/intel/gma/intel_bios.h: Remove repeated word | Elyes HAOUAS |
2021-01-03 | drivers/intel/gma: add macro for one internal panel in gfx struct | Michael Niewöhner |
2021-01-01 | nb/intel/hsw,soc/intel/{bdw,skl,apl},mb/*: unify dt panel settings | Michael Niewöhner |
2020-12-30 | drivers/intel/gma: Include gfx.asl by default for all platforms... | Matt DeVillier |
2020-12-30 | soc/intel/common: Move gfx.asl to drivers/intel/gma | Matt DeVillier |
2020-12-30 | soc/intel/cnl: add Kconfig values for GMA backlight registers | Michael Niewöhner |
2020-12-28 | drivers/intel/gma: drop unused register to resolve name conflict | Michael Niewöhner |
2020-12-28 | drivers/libgfxinit: Add Comet Lake to supported platforms | Felix Singer |
2020-12-28 | 3rdparty/libgfxinit: Update for Cannon Point support | Nico Huber |
2020-12-14 | drivers: Replace multiple fill_lb_framebuffer with single instance | Patrick Rudolph |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-11-09 | drivers/intel/gma: Add Kconfig option for vbt data size | Srinidhi N Kaushik |
2020-10-21 | drivers/intel/gma: Increase vbt_data size | Srinidhi N Kaushik |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-06 | soc/intel/apl: Add panel power and backlight configuration | Nico Huber |
2020-08-31 | {intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file | Elyes HAOUAS |
2020-07-26 | src: Remove whitespace between 'sizeof' and '(' | Elyes HAOUAS |
2020-07-20 | drivers/intel/gma/Kconfig: Avoid dependency hell when ignoring straps | Angel Pons |
2020-07-09 | drivers/intel/gma/i915_reg.h: Drop dead code | Angel Pons |
2020-06-22 | drivers/intel/gma/intel_ddi.c: Clean up | Elyes HAOUAS |
2020-06-06 | src: Remove unused 'include <cpu/x86/mtrr.h>' | Elyes HAOUAS |
2020-05-27 | drivers/intel/gma: Move IGD OpRegion to CBMEM | Nico Huber |
2020-05-25 | drivers: Use SPDX identifiers | Jacob Garber |
2020-05-20 | drivers/intel/gma: Add override for presence straps | Matt DeVillier |
2020-05-20 | drivers/intel/gma: License libgfxinit glue code under GPL v2 | Nico Huber |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
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-09 | src/: Replace GPL boilerplate with SPDX headers | 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-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-05-01 | src: Remove not used 'include <smbios.h>' | Elyes HAOUAS |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-28 | drivers/intel/gma: put controller in separate header | Matt DeVillier |
2020-04-09 | drivers/intel/gma: Remove unneeded white space | Elyes HAOUAS |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | drivers/intel/gma: drop intel_gma_get_controller_info() | Matt DeVillier |
2020-04-02 | drivers/intel/gma/acpi: Bail out on empty display list | Nico Huber |
2020-03-31 | drivers/intel/gma: fold gma.asl into default_brightness_levels.asl | Matt DeVillier |
2020-03-29 | drivers/intel/gma/acpi: Provide default definition for displays | Nico Huber |
2020-03-29 | drivers/intel/gma: Drop unused `backlight` field | Nico Huber |
2020-03-29 | nb/intel/haswell: Implement proper backlight PWM config | Nico Huber |
2020-03-25 | drivers/intel/gma/acpi: Add Kconfigs for backlight registers | Nico Huber |
2020-03-24 | drivers/intel/gma: Ditch `link_frequency_270_mhz` setting | Nico Huber |
2020-03-24 | drivers/intel/gma/acpi: Use SPDX license identifiers | Nico Huber |
2020-03-24 | drivers/intel/gma/acpi: Let the compiler initialize counters[] | Nico Huber |
2020-03-24 | drivers/intel/gma/acpi: Use snprintf() to construct device name | Nico Huber |
2020-03-24 | drivers/intel/gma/acpi: Refine some cosmetics | Nico Huber |
2020-03-24 | drivers/intel/gma/acpi: Reduce display switching stubs | Nico Huber |
2020-03-15 | treewide: Replace uses of "Nehalem" | Angel Pons |
2020-03-15 | nb/intel/nehalem: Rename to ironlake | Angel Pons |
2020-03-11 | drivers/intel/gma/acpi: Prevent DivideByZero error | Patrick Rudolph |
2020-03-09 | 3rdparty/libgfxinit: Update submodule pointer | Nico Huber |
2020-02-17 | treewide: capitalize 'BIOS' | Elyes HAOUAS |
2020-02-17 | drivers/intel/gma: Print EDID with leading instead of trailing space | Paul Menzel |
2020-02-17 | drivers/intel/gma: Remove space between `printf ()` | Paul Menzel |
2019-12-19 | src/{drivers,device,ec}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
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-09-11 | src: Remove unneeded include <arch/interrupt.h> | Elyes HAOUAS |
2019-08-05 | drivers/intel/gma: Export Read_EDID() to C | Nico Huber |
2019-08-05 | drivers/intel/gma: Enable Kabylake+ libgfxinit support | Nico Huber |
2019-05-12 | nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGE | Nico Huber |
2019-05-12 | 3rdparty/libgfxinit: Update for runtime CPU detection | Nico Huber |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-27 | drivers/intel/gma: Move gfxinit into sub package | Nico Huber |