aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
AgeCommit message (Expand)Author
2014-08-30AMD Steppe Eagle: Add northbridge files for new SoC familyBruce Griffith
2014-08-30sandybridge: Add native sandybridgeVladimir Serbinenko
2014-08-26Peppy, Haswell: refactor and create set_translation_table function in haswell...Ronald G. Minnich
2014-08-25intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich
2014-08-25sandybridge: Show spew raminit messages only with raminit debugVladimir Serbinenko
2014-08-25sandybridge: Native gfx init.Vladimir Serbinenko
2014-08-22lenovo/x200: Move video ASL code to northbridge.Vladimir Serbinenko
2014-08-21Merge LCD on nehalemVladimir Serbinenko
2014-08-21Merge LCD on sandy/ivyVladimir Serbinenko
2014-08-21i945: Support text mode gfx initVladimir Serbinenko
2014-08-21i945/gma: don't map the page tableVladimir Serbinenko
2014-08-21i945: Remove GTT avoidance offset.Vladimir Serbinenko
2014-08-20intel/i945/gma: Place GTT below top of memoryPaul Menzel
2014-08-17gm45: Declare BIOS memory as RAM.Vladimir Serbinenko
2014-08-17i945: Replace video gfx init.Vladimir Serbinenko
2014-08-16AMD Family 14: Fix permissions on one northbridge fileBruce Griffith
2014-08-16gm45: Decrease MTRR usageVladimir Serbinenko
2014-08-16gm45: Make UMA size configurable.Vladimir Serbinenko
2014-08-16gm45: Recognize 48MiB gfx UMA.Vladimir Serbinenko
2014-08-16intel/gm45: native gfx init.Vladimir Serbinenko
2014-08-14gm45: Set acpi_slp_type only once.Vladimir Serbinenko
2014-08-13Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh
2014-08-13gm45: Allow skiping voltage config.Vladimir Serbinenko
2014-08-12gm45: Move S3 detection to enable stage.Vladimir Serbinenko
2014-08-12gm45: Reserve RAM for ME if it's active.Vladimir Serbinenko
2014-08-12gm45: Allow coexistance with ME firmware.Vladimir Serbinenko
2014-08-12gm45: Ensure that brightness register in gma contains sane value.Vladimir Serbinenko
2014-08-11gm45: Declare brightness variables for ACPI use.Vladimir Serbinenko
2014-08-11northbridge/intel/*/gma.c: Remove dead codeEdward O'Callaghan
2014-08-11gm45: Set default VGA PCIID.Vladimir Serbinenko
2014-08-10Falco/Slippy: Patch to remove redundant graphics initializationsFurquan Shaikh
2014-08-09ivybridge: Don't propose to include systemagent on native boards.Vladimir Serbinenko
2014-08-05northbridge/via/vx800: Fix out-of-bounds read due to off-by-oneEdward O'Callaghan
2014-08-04northbridge/intel: Out of bounds write to array in gma.hEdward O'Callaghan
2014-08-03nehalem: Make UMA size configurable in CMOS.Vladimir Serbinenko
2014-08-03sandy/ivybridge: Make UMA size configurable.Vladimir Serbinenko
2014-07-31northbridge/amd/agesa/agesawrapper_call.h: Decode status codesEdward O'Callaghan
2014-07-30northbridge/intel: Add fsp_rangeley northbridge supportMartin Roth
2014-07-29gm45: Move spd address map to board-specific config.Vladimir Serbinenko
2014-07-29northbridge/intel/sandybridge/raminit_native: Remove stale FIXME.Vladimir Serbinenko
2014-07-29Uniformly spell frequency unit symbol as HzElyes HAOUAS
2014-07-29northbridge/intel/nehalem/northbridge.c: Remove unused variableEdward O'Callaghan
2014-07-29x230: Deploy VBTVladimir Serbinenko
2014-07-29nehalem: Remove fake_vbt copying.Vladimir Serbinenko
2014-07-29ivybridge: LVDS gfx init.Vladimir Serbinenko
2014-07-29sandy/ivybridge: Native raminit (lint clean)Edward O'Callaghan
2014-07-29sandy/ivybridge: Native raminit.Vladimir Serbinenko
2014-07-28AGESA: Drop some excessive agesawrapper.h includesKyösti Mälkki
2014-07-24intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel
2014-07-24northbridge/amd: Remove trailing whitespaceElyes HAOUAS
2014-07-24northbridge/intelsch/raminit.h: Remove a trailing whitespaceElyes HAOUAS
2014-07-24northbridge/via: Remove a trailing whitespaceElyes HAOUAS
2014-07-23src/.../Kconfig: various small fixes to textsDaniele Forsi
2014-07-19nehalem: Move cbmem_recovery call to raminit.Vladimir Serbinenko
2014-07-17northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-17northbridge,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-16intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel
2014-07-14AGESA fam15: Fix entry to cimx/sb900Kyösti Mälkki
2014-07-14AGESA fam12: Fix entry to cimx/sb700Kyösti Mälkki
2014-07-14AGESA: Trace execution with AGESAWRAPPER()Kyösti Mälkki
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2014-07-10northbridge/amd: Fix the family15tn option rom mappingDave Frodin
2014-07-08northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-05gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-07-05intel: Make monotonic timer a first class citizenEdward O'Callaghan
2014-07-04intel/haswell: Allow overriding PRE_GRAPHICS_DELAY in configStefan Reinauer
2014-07-04intel/haswell: Allow pre-graphics delayStefan Reinauer
2014-07-02AMD/agesa: Add functions for AMD PCI IRQ routingDave Frodin
2014-07-01stdlib: Drop duplicates of min() and max()Kyösti Mälkki
2014-06-30northbridge/intel/nehalem/raminit.c: Extraneous parentheseEdward O'Callaghan
2014-06-30northbridge/amd/{gx2,lx}: Qualify pointer with `volatile`Edward O'Callaghan
2014-06-29northbridge/amd/gx2/raminit.c Halt func needs noreturn attribEdward O'Callaghan
2014-06-29northbridge/amd: Remove some extraneous parentheses from if-statementsEdward O'Callaghan
2014-06-29AMD boards: Fix comment style and typosKyösti Mälkki
2014-06-26AMD boards: Fix typosKyösti Mälkki
2014-06-25gm45 boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki
2014-06-25nehalem boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki
2014-06-25i945 boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki
2014-06-25sandy/ivy boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki
2014-06-25nehalem sandy ivy: Check cbmem_add() result for MRC dataKyösti Mälkki
2014-06-25intel/haswell: Report x32 memory as "x8 or x32"Duncan Laurie
2014-06-25Declare acpi_is_wakeup_early() only onceKyösti Mälkki
2014-06-21Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan
2014-06-21AMD cimx/sb800: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-21northbridge/amd/agesa: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-18northbridge/intel: Drop use of set_top_of_ram()Kyösti Mälkki
2014-06-18intel/nehalem: Add get_top_top_ram() in ramstageKyösti Mälkki
2014-06-18lenovo/x60: Fix build issue with DO_NATIVE_VGA_INITKyösti Mälkki
2014-06-14amd/agesa,cimx: Rename ACPI OS detection methodsEdward O'Callaghan
2014-06-11AMD/CIMx: Add functions for AMD PCI IRQ routingMike Loptien
2014-06-11amd/family16kb: Move and resize the MMIO regionDave Frodin
2014-06-06AGESA: Use common heap allocatorKyösti Mälkki
2014-06-06AGESA: Use common GetBiosCallout()Kyösti Mälkki
2014-06-06AGESA fam15tn fam16kb: Use shared default calloutsKyösti Mälkki
2014-06-06AGESA fam15tn fam16kb: Use common handler for GNB_GFX_GET_VBIOS_IMAGEKyösti Mälkki
2014-06-03northbridge/intel/i945/gma.c: Add and use defines for `GMADR` and `GTTADR`Paul Menzel
2014-06-03northbridge/intel/i945/i945.h: Move define `BSM` to section D2F0Paul Menzel
2014-06-02sandybridge: Pass chip info to i915lightup.Vladimir Serbinenko
2014-06-02i945: Fix TSEG size allocation for get_top_of_ram()Kyösti Mälkki