summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdmct
Commit message (Expand)AuthorAgeFilesLines
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-7/+7
* amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-291-7/+7
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-261-19/+12
* src: Remove variable length arraysJacob Garber2019-08-202-8/+29
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-1032-32/+32
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-026-10/+12
* nb/amd/amdmct/mct_ddr3: Remove unused codeJacob Garber2019-06-211-7/+0
* nb/amd/amdmct/mct: Remove duplicate if conditionJacob Garber2019-06-211-2/+0
* nb/amd/amdmct/mct_ddr3: Remove duplicate conditionalJacob Garber2019-06-211-5/+0
* nb/amd/amdmct/mct_ddr3: Remove duplicate codeJacob Garber2019-06-211-6/+0
* nb/amd/amdmct/mct: Simplify conditionalJacob Garber2019-06-151-12/+4
* nb/amd/amdmct/mct_ddr3/mct_d.c: Remove variable set but not usedElyes HAOUAS2019-06-031-2/+1
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-0/+5
* nb/amd/amdmct/mct/mctdqs_d.c: Remove variable set but not usedElyes HAOUAS2019-05-241-3/+1
* nb/amd/amdmct/mct/mctpro_d.c: Remove variable set but not usedElyes HAOUAS2019-05-241-2/+1
* nb/amd/amdmct/mct/mctecc_d.c: Remove variable set but not usedElyes HAOUAS2019-05-241-2/+1
* src/northbridge/amd: Remove unused variablesElyes HAOUAS2019-04-252-14/+5
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-232-2/+4
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-0/+6
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-2016-19/+19
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-31/+31
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-013-0/+3
* src: Move constant to the right side of comparisonElyes HAOUAS2019-01-071-1/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-7/+7
* src/northbridge: Get rid of device_tElyes HAOUAS2018-12-281-4/+31
* nb/amd/amdmct/{mct,mct_ddr3}: Replace "magic" numbers with macrosElyes HAOUAS2018-11-272-21/+22
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-167-7/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-1211-0/+13
* nb/amd/amdmct/mct_ddr3: Replace MTRR addresses with macrosElyes HAOUAS2018-11-081-4/+5
* src: Replace common MSR addresses with macrosElyes HAOUAS2018-11-082-3/+3
* amd/mtrr: Fix IORR MTRRElyes HAOUAS2018-11-052-6/+6
* reset: Finalize move to new APINico Huber2018-10-311-1/+1
* {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS2018-10-305-23/+28
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+3
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-232-2/+2
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-189-77/+49
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src: Fix typoElyes HAOUAS2018-08-104-4/+4
* src/northbridge: Fix typoElyes HAOUAS2018-08-092-2/+2
* cpu/amd: Correct number of MCA banks clearedMarshall Dawson2018-08-081-0/+1
* src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-094-37/+37
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-1414-33/+35
* src: Get rid of device_tElyes HAOUAS2018-06-141-16/+27
* {device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS2018-05-092-2/+2
* amd/mct/ddr3: Correctly configure CsMux67Patrick Georgi2018-05-041-1/+1
* nb/amd_fam10/mct_ddr3: Use common function to compute crc16 checksumArthur Heymans2017-08-101-23/+6
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-4/+5