summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* northbridge/amd/amdht: Add comment for HT Freq write orderingTimothy Pearson2015-11-201-0/+4
* northbridge/amd/amdht: Add support for HT3 2.8GHz and up link frequenciesTimothy Pearson2015-11-205-69/+133
* nb/amd/amdfam10: Add HyperTransport probe filter supportTimothy Pearson2015-11-202-1/+165
* nb/intel/sandybridge/raminit: Factor out code into toggle_io_resetPatrick Rudolph2015-11-191-34/+14
* northbridge/amd/amdmct/mct_ddr3: Move K10D configuration into separate fileTimothy Pearson2015-11-195-76/+130
* nb/intel/sandybridge/raminit: Comment the codePatrick Rudolph2015-11-191-15/+190
* cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequenceTimothy Pearson2015-11-184-15/+205
* nb/intel/sandybridge: Fix PEG disablementPatrick Rudolph2015-11-181-3/+5
* nb/intel/sandybridge/northbridge: Initialize uma_memory_base in all casesPatrick Rudolph2015-11-181-0/+1
* northbridge/intel/sandybridge: Fix random raminit failuresPatrick Rudolph2015-11-181-1/+11
* northbridge/intel/fsp_sandybridge: remove blank lineMartin Roth2015-11-171-1/+0
* northbridge/amd/mct_ddr3: Add registered and x4 DIMM support to Fam15hTimothy Pearson2015-11-1610-426/+698
* amd/amdmct/mct_ddr3: Partially fix up registered DIMMs on Fam10hTimothy Pearson2015-11-167-144/+399
* nb/amd/mct_ddr3: Fix RDIMM errors due to undefined number of slotsTimothy Pearson2015-11-1611-61/+27
* northbridge/amd/amdmct: Reduce maximum number of DDR3 DIMMsTimothy Pearson2015-11-151-1/+5
* northbridge/amd/amdmct/mct_ddr3: Fix Family 10h boot failureTimothy Pearson2015-11-152-8/+28
* northbridge/amd/amdmct/mct_ddr3: Properly indicate clobbered registersTimothy Pearson2015-11-151-2/+9
* northbridge/amd/amdmct/mct_ddr3: Set SkewMemClk when both DCTs are in useTimothy Pearson2015-11-152-9/+34
* northbridge/amd/amdmct/mct_ddr3: Add missing Family 15h RDIMM Rtt valuesTimothy Pearson2015-11-152-7/+198
* northbridge/amd/amdmct/mct_ddr3: Fix null pointer access and related hangsTimothy Pearson2015-11-152-32/+34
* northbridge/amd/amdmct/mct_ddr3: Work around strange phy training issueTimothy Pearson2015-11-151-0/+16
* northbridge/amd/amdmct/mct_ddr3: Attempt to recover from phy training errorsTimothy Pearson2015-11-152-21/+83
* amd/amdmct/mct_ddr3: Add Family 15h RDIMM timing and ODT valuesTimothy Pearson2015-11-151-132/+290
* cpu/amd: Fix AMD Family 15h ECC initialization reliability issuesTimothy Pearson2015-11-156-96/+116
* northbridge/amd/amdmct/mct_ddr3: Fix lockups and wasted time during ECC initTimothy Pearson2015-11-154-61/+147
* northbridge/amd/amdmct/mct_ddr3: Add additional debug trace statementsTimothy Pearson2015-11-142-0/+24
* northbridge/amd/amdfam10: Properly indicate node and channel in SMBIOS tablesTimothy Pearson2015-11-145-6/+40
* northbridge/amd/amdmct/mct_ddr3: Update prefetcher configurationTimothy Pearson2015-11-121-2/+5
* northbridge/amd/amdmct: Clear memory before enabling ECCTimothy Pearson2015-11-122-30/+46
* src/northbridge/amd/amdmct: Add option to override bad SPD checksumTimothy Pearson2015-11-122-2/+11
* northbridge/amd/amdmct: Verify MCT NVRAM options before skipping trainingTimothy Pearson2015-11-124-3/+47
* northbridge/amd/amdmct: Fix crash on startup due to NULL pointer accessTimothy Pearson2015-11-111-3/+2
* northbridge/amd/amdmct: Fix hang on boot due to invalid array accessTimothy Pearson2015-11-111-2/+2
* northbridge/amd/amdfam10: Add ability to set maximum P-state limitTimothy Pearson2015-11-111-4/+20
* northbridge/amd/amdmct: Skip DCT config write to Flash if unchangedTimothy Pearson2015-11-113-2/+23
* cpu/amd: Add CC6 supportTimothy Pearson2015-11-116-88/+185
* via/cx700: Fix hidden compile error and make sure it won't hide againPatrick Georgi2015-11-111-8/+8
* mainboard/asus/kgpe-d16: Enable CC6Timothy Pearson2015-11-111-1/+9
* northbridge/amd/amdfam10: Enable CC6 DRAM save area setupTimothy Pearson2015-11-112-0/+202
* amd/amdmct/mct_ddr3: Use training values from previous boot if possibleTimothy Pearson2015-11-115-52/+288
* amd/amdmct/mct_ddr3: Improve SPD DIMM detect reliabilityTimothy Pearson2015-11-111-1/+12
* northbridge/amd/amdmct/mct_ddr3: Clean up curly brace style violationsTimothy Pearson2015-11-101-42/+21
* northbridge/amd/amdmct: Read SPD data into cache to decrease bootup timeTimothy Pearson2015-11-102-76/+92
* northbridge/intel: Add i89xx header fileMarc Jones2015-11-102-2/+7
* AMD binaryPI: Allow fine-tuning platform memory configurationKyösti Mälkki2015-11-092-0/+6
* amdmct/mct_ddr3: Disable Fam10h-specific MTRR setup on Fam15hTimothy Pearson2015-11-081-5/+7
* amd/00730F01: Add missing headerfileKyösti Mälkki2015-11-061-0/+53
* AMD binaryPI BiosCallouts: Remove castKyösti Mälkki2015-11-062-14/+14
* AGESA BiosCallouts: Remove castKyösti Mälkki2015-11-063-12/+12
* amd/00660F01: Fix MMCONF resourceKyösti Mälkki2015-11-061-7/+17
OpenPOWER on IntegriCloud