summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* gm45 boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-251-0/+1
* nehalem boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-251-0/+1
* i945 boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-251-0/+1
* sandy/ivy boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-251-0/+2
* nehalem sandy ivy: Check cbmem_add() result for MRC dataKyösti Mälkki2014-06-252-30/+29
* intel/haswell: Report x32 memory as "x8 or x32"Duncan Laurie2014-06-251-4/+4
* Declare acpi_is_wakeup_early() only onceKyösti Mälkki2014-06-251-0/+1
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-211-2/+0
* AMD cimx/sb800: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+1
* northbridge/amd/agesa: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-213-42/+8
* northbridge/intel: Drop use of set_top_of_ram()Kyösti Mälkki2014-06-184-8/+0
* intel/nehalem: Add get_top_top_ram() in ramstageKyösti Mälkki2014-06-183-9/+33
* lenovo/x60: Fix build issue with DO_NATIVE_VGA_INITKyösti Mälkki2014-06-181-0/+1
* amd/agesa,cimx: Rename ACPI OS detection methodsEdward O'Callaghan2014-06-142-2/+2
* AMD/CIMx: Add functions for AMD PCI IRQ routingMike Loptien2014-06-111-0/+54
* amd/family16kb: Move and resize the MMIO regionDave Frodin2014-06-111-2/+3
* AGESA: Use common heap allocatorKyösti Mälkki2014-06-0611-1676/+32
* AGESA: Use common GetBiosCallout()Kyösti Mälkki2014-06-062-0/+26
* AGESA fam15tn fam16kb: Use shared default calloutsKyösti Mälkki2014-06-064-183/+2
* AGESA fam15tn fam16kb: Use common handler for GNB_GFX_GET_VBIOS_IMAGEKyösti Mälkki2014-06-066-24/+14
* northbridge/intel/i945/gma.c: Add and use defines for `GMADR` and `GTTADR`Paul Menzel2014-06-032-2/+4
* northbridge/intel/i945/i945.h: Move define `BSM` to section D2F0Paul Menzel2014-06-031-2/+1
* sandybridge: Pass chip info to i915lightup.Vladimir Serbinenko2014-06-022-2/+7
* i945: Fix TSEG size allocation for get_top_of_ram()Kyösti Mälkki2014-06-021-4/+4
* i945: Fix resource bases for UMA and TSEGKyösti Mälkki2014-06-021-23/+23
* northbridge/intel/i945/i945.h: Trivial, fixup header guardsEdward O'Callaghan2014-06-011-5/+7
* i945: Use defines for DEVENKyösti Mälkki2014-05-312-7/+6
* northbridge/intel/i945/northbridge.c: Use define `TOLUD` instead of hardcoded...Paul Menzel2014-05-311-1/+1
* northbridge/intel/i945: Add define for register `BSM` and use itPaul Menzel2014-05-313-2/+4
* AGESA fam12 fam14 fam15: Declare local callouts staticKyösti Mälkki2014-05-263-10/+0
* AGESA fam12 fam14 fam15: Common handler for AGESA_RUNFUNC_ONAPKyösti Mälkki2014-05-268-26/+11
* AGESA fam12 fam15: Unify agesawrapper_amdlaterunaptaskKyösti Mälkki2014-05-262-2/+2
* AGESA fam12 fam14 fam15: Common handler for AGESA_DO_RESETKyösti Mälkki2014-05-268-108/+38
* AGESA: Add common calloutsKyösti Mälkki2014-05-269-47/+75
* northbridge/intel/i82810/raminit.c: Unused func spd_read_byte()Edward O'Callaghan2014-05-251-5/+0
* northbridge/intel/e7505/raminit.c: Silence warn of unused funcEdward O'Callaghan2014-05-251-1/+3
* northbridge/intel/i3100/raminit.c: Uninitialized variableEdward O'Callaghan2014-05-252-3/+3
* nb/intel/i945/raminit.c: duplicate 'const' declaration specifierEdward O'Callaghan2014-05-251-2/+2
* northbridge/amd/amdmct: Incorrect usage of logical over bitwise andEdward O'Callaghan2014-05-231-4/+4
* northbridge/amd/amdmct: Superfluous parenthesis in if-statementsEdward O'Callaghan2014-05-233-7/+7
* northbridge/amd/amdmct/mct: Initialize variables at the eolEdward O'Callaghan2014-05-222-2/+2
* baytrail: Fix some minor errors in FSPDavid Hendricks2014-05-211-1/+1
* via/vx900: Remove GFXUMA and use of related global variablesKyösti Mälkki2014-05-194-13/+21
* intel: Remove GFXUMA and related global variablesKyösti Mälkki2014-05-196-0/+12
* fix printk typesPatrick Georgi2014-05-193-5/+5
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-1/+1
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-1/+1
* intel: Drop obsolete comments on MTRR usageKyösti Mälkki2014-05-143-33/+0
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-132-2/+2
* cougar_canyon2: Switch CPU/NB/SB to the shared FSP codeMartin Roth2014-05-0912-858/+299