summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* AGESA fam12: Fix entry to cimx/sb700Kyösti Mälkki2014-07-141-21/+10
* AGESA: Trace execution with AGESAWRAPPER()Kyösti Mälkki2014-07-147-57/+53
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-117-39/+36
* northbridge/amd: Fix the family15tn option rom mappingDave Frodin2014-07-101-1/+1
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-0870-93/+0
* gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki2014-07-053-4/+27
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-052-2/+2
* intel: Make monotonic timer a first class citizenEdward O'Callaghan2014-07-051-0/+1
* intel/haswell: Allow overriding PRE_GRAPHICS_DELAY in configStefan Reinauer2014-07-041-1/+1
* intel/haswell: Allow pre-graphics delayStefan Reinauer2014-07-042-0/+10
* AMD/agesa: Add functions for AMD PCI IRQ routingDave Frodin2014-07-022-0/+98
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-012-4/+2
* northbridge/intel/nehalem/raminit.c: Extraneous parentheseEdward O'Callaghan2014-06-301-1/+1
* northbridge/amd/{gx2,lx}: Qualify pointer with `volatile`Edward O'Callaghan2014-06-302-2/+2
* northbridge/amd/gx2/raminit.c Halt func needs noreturn attribEdward O'Callaghan2014-06-291-1/+1
* northbridge/amd: Remove some extraneous parentheses from if-statementsEdward O'Callaghan2014-06-294-10/+7
* AMD boards: Fix comment style and typosKyösti Mälkki2014-06-298-10/+26
* AMD boards: Fix typosKyösti Mälkki2014-06-268-8/+8
* 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