summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/nehalem/raminit.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/nehalem: Fix smashed stack in romstageMatthias Gazzari2018-05-211-1/+5
* nb/intel/nehalem: Use the common mrc cache driverArthur Heymans2018-05-181-6/+9
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* nb/intel/nehalem/raminit.c: Refine broken commentStefan Tauner2017-03-081-2/+2
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-061-73/+73
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-211-1/+1
* northbridge/intel/nehalem: Remove commented codeElyes HAOUAS2016-10-101-3/+0
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-041-17/+17
* nb/intel/raminit (native): Read PCI mmio size from devicetreePatrick Rudolph2016-06-121-1/+25
* nb/intel: Factor out common MRC codePatrick Rudolph2016-06-121-22/+1
* northbridge/intel: move mrc_cache definition into a common headerAlexander Couzens2016-03-111-0/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-151-6/+6
* intel/nehalem/raminit.c: Remove space in `timestamp_add_now(104)`Paul Menzel2015-05-291-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-74/+84
* northbridge/intel/nehalem/raminit.c: Remove redundant functionEdward O'Callaghan2015-01-091-5/+0
* nehalem/raminit: Add decorations to specify that empty loop is intended so.Vladimir Serbinenko2014-12-071-1/+3
* Replace hlt with halt()Patrick Georgi2014-12-021-14/+6
* nehalem: Make UMA size configurable in CMOS.Vladimir Serbinenko2014-08-031-9/+11
* nehalem: Move cbmem_recovery call to raminit.Vladimir Serbinenko2014-07-191-1/+16
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-111-2/+2
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-011-3/+1
* northbridge/intel/nehalem/raminit.c: Extraneous parentheseEdward O'Callaghan2014-06-301-1/+1
* nehalem sandy ivy: Check cbmem_add() result for MRC dataKyösti Mälkki2014-06-251-14/+14
* intel/nehalem: Add get_top_top_ram() in ramstageKyösti Mälkki2014-06-181-9/+0
* intel/nehalem: Fix soft reset detection.Vladimir Serbinenko2014-03-031-1/+1
* intel/nehalem: Use non-powercycle reset.Vladimir Serbinenko2014-03-031-1/+1
* nehalem/raminit: Don't touch clock generator in raminit.Vladimir Serbinenko2014-03-031-24/+13
* nehalem: Make SPD address map into parameter.Vladimir Serbinenko2014-02-201-4/+4
* nehalem/raminit: Fix typo of NUM_CHANNELS instead of NUM_SLOTS.Vladimir Serbinenko2014-02-201-1/+1
* X201: Move early nehalem S3 magic to right place.Vladimir Serbinenko2014-01-231-7/+0
* nehalem: Restore frequency ratio registers on S3 resumeVladimir Serbinenko2014-01-231-65/+77
* nehalem: Small cleanup to raminit RE bindingsVladimir Serbinenko2014-01-231-26/+3
* CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki2014-01-221-1/+1
* Support for nehalem northbridgeVladimir Serbinenko2013-11-251-0/+5019