Age | Commit message (Expand) | Author |
2023-01-26 | soc/intel/alderlake: Wait for panel power cycle to complete | Jeremy Compostella |
2023-01-26 | drivers/intel/gma: Use libgfxinit Update_Output to turn off graphics | Jeremy Compostella |
2023-01-26 | drivers/intel/gma: Dump output setting only if DEBUG_ADA_CODE is set | Jeremy Compostella |
2023-01-20 | drivers/intel/gma/hires_fb/gma-gfx_init.adb: Remove spaces before tabs | Elyes Haouas |
2023-01-20 | drivers/intel/gma/text_fb/gma-gfx_init.adb: Remove spaces before tabs | Elyes Haouas |
2023-01-12 | drivers/intel/gma: Enable Alder Lake libgfxinit support | Jeremy Compostella |
2023-01-12 | soc/intel/common/block: Add Intel VGA early graphics support | Jeremy Compostella |
2023-01-11 | drivers/intel/gma: Hook up libgfxinit in romstage | Jeremy Compostella |
2022-12-27 | tree/acpi: Replace constant "Zero" with actual number | Felix Singer |
2022-12-23 | tree: Replace And(a,b) with ASL 2.0 syntax | Felix Singer |
2022-12-23 | tree: Replace And(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-12-19 | tree: Replace Or(a,b) with ASL 2.0 syntax | Felix Singer |
2022-12-14 | drivers/intel/gma/acpi: Replace Store(a,b) with ASL 2.0 syntax | Felix Singer |
2022-12-12 | {drivers,superio}/acpi: Replace ShiftRight(a,b) with ASL 2.0 syntax | Felix Singer |
2022-11-30 | /: Remove extra space after comma | Elyes Haouas |
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 |