summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/gm45
Commit message (Expand)AuthorAgeFilesLines
* northbridge/intel/gm45: Use TSC for ramstage timer per defaultStefan Reinauer2016-03-091-0/+1
* Kconfig: Move defaults for CBFS_SIZEMartin Roth2016-02-101-0/+4
* Revert "northbridge/intel/peg: Disable unused ports"Nico Huber2016-02-091-13/+1
* northbridge/intel/peg: Disable unused portsPatrick Rudolph2016-02-041-1/+13
* nb/intel/gm45: Backport configuration of panel power timingsNico Huber2016-01-142-9/+54
* nb/intel/gm45: Drop unnecessary panel power handlingNico Huber2016-01-141-15/+0
* nb/intel/gm45: Convert gma.c to `if (IS_ENABLED(` styleNico Huber2016-01-121-76/+77
* nb/intel/gm45: Export low-power and (SFF) optionsNico Huber2015-12-312-8/+9
* x86 acpi: remove ALIGN_CURRENT macroAaron Durbin2015-12-151-3/+2
* ACPI: Make DMAR flags settableNico Huber2015-11-041-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3124-96/+0
* Intel: Move MCRS ResourceTemplate outside of _CRS methodMartin Roth2015-10-231-117/+116
* gma: Consolidate Intel IGD ACPI code some moreNico Huber2015-10-122-78/+1
* Kill lvds_num_lanesVladimir Serbinenko2015-10-111-1/+1
* Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko2015-10-111-7/+7
* northbridge/intel/gm45: Fix native VGA initAudrey Pearson2015-10-011-15/+17
* northbridge/intel/gm45/Kconfig: Remove IOMMU symbol choiceMartin Roth2015-08-313-6/+1
* Kconfig: Move CBFS_SIZE into Mainboard menuMartin Roth2015-06-231-11/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-052-2/+10
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* igd.asl rewriteVladimir Serbinenko2015-05-283-391/+55
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2125-38/+25
* northbridge/intel/gm45/gma: Minor cleanupTimothy Pearson2015-05-081-8/+5
* northbridge/intel/gm45/gma: Add backlight control register fieldTimothy Pearson2015-05-081-2/+6
* kbuild: automatically include northbridgesStefan Reinauer2015-04-291-0/+4
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-157-24/+29
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-1/+0
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-1/+6
* northbridge/intel: Do not define include guard as 1Edward O'Callaghan2015-01-062-4/+4
* northbridge/intel/*/acpi/igd.asl: Trivial indent style fixEdward O'Callaghan2014-12-061-2/+2
* Replace hlt with halt()Patrick Georgi2014-12-021-1/+2
* Make acpi_fill_dmar into parameterVladimir Serbinenko2014-11-271-2/+2
* gm45: Don't crash if less than 4G of RAM are present.Vladimir Serbinenko2014-11-121-1/+1
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* gm45: Convert to per-device ACPIVladimir Serbinenko2014-10-154-0/+35
* intel/gma: consolidate vbt codeVladimir Serbinenko2014-09-132-117/+16
* lenovo/x200: Move video ASL code to northbridge.Vladimir Serbinenko2014-08-222-8/+100
* gm45: Declare BIOS memory as RAM.Vladimir Serbinenko2014-08-171-4/+2
* gm45: Decrease MTRR usageVladimir Serbinenko2014-08-164-25/+69
* gm45: Make UMA size configurable.Vladimir Serbinenko2014-08-161-3/+9
* gm45: Recognize 48MiB gfx UMA.Vladimir Serbinenko2014-08-161-0/+2
* intel/gm45: native gfx init.Vladimir Serbinenko2014-08-163-1/+524
* gm45: Set acpi_slp_type only once.Vladimir Serbinenko2014-08-141-17/+16
* gm45: Allow skiping voltage config.Vladimir Serbinenko2014-08-132-3/+3
* gm45: Move S3 detection to enable stage.Vladimir Serbinenko2014-08-121-0/+18
* gm45: Reserve RAM for ME if it's active.Vladimir Serbinenko2014-08-121-3/+5
* gm45: Allow coexistance with ME firmware.Vladimir Serbinenko2014-08-121-0/+11
* gm45: Ensure that brightness register in gma contains sane value.Vladimir Serbinenko2014-08-122-0/+100