| Commit message (Expand) | Author | Age | Files | Lines |
* | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth | 2019-10-27 | 1 | -7/+7 |
* | amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE | Kyösti Mälkki | 2019-09-29 | 1 | -7/+7 |
* | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki | 2019-08-26 | 1 | -19/+12 |
* | src: Remove variable length arrays | Jacob Garber | 2019-08-20 | 2 | -8/+29 |
* | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber | 2019-08-10 | 32 | -32/+32 |
* | src: Use CRx_TYPE type for CRx | Elyes HAOUAS | 2019-07-02 | 6 | -10/+12 |
* | nb/amd/amdmct/mct_ddr3: Remove unused code | Jacob Garber | 2019-06-21 | 1 | -7/+0 |
* | nb/amd/amdmct/mct: Remove duplicate if condition | Jacob Garber | 2019-06-21 | 1 | -2/+0 |
* | nb/amd/amdmct/mct_ddr3: Remove duplicate conditional | Jacob Garber | 2019-06-21 | 1 | -5/+0 |
* | nb/amd/amdmct/mct_ddr3: Remove duplicate code | Jacob Garber | 2019-06-21 | 1 | -6/+0 |
* | nb/amd/amdmct/mct: Simplify conditional | Jacob Garber | 2019-06-15 | 1 | -12/+4 |
* | nb/amd/amdmct/mct_ddr3/mct_d.c: Remove variable set but not used | Elyes HAOUAS | 2019-06-03 | 1 | -2/+1 |
* | src/northbridge: Add missing 'include <types.h>' | Elyes HAOUAS | 2019-05-29 | 3 | -0/+5 |
* | nb/amd/amdmct/mct/mctdqs_d.c: Remove variable set but not used | Elyes HAOUAS | 2019-05-24 | 1 | -3/+1 |
* | nb/amd/amdmct/mct/mctpro_d.c: Remove variable set but not used | Elyes HAOUAS | 2019-05-24 | 1 | -2/+1 |
* | nb/amd/amdmct/mct/mctecc_d.c: Remove variable set but not used | Elyes HAOUAS | 2019-05-24 | 1 | -2/+1 |
* | src/northbridge/amd: Remove unused variables | Elyes HAOUAS | 2019-04-25 | 2 | -14/+5 |
* | src: Use include <console/console.h> when appropriate | Elyes HAOUAS | 2019-04-23 | 2 | -2/+4 |
* | src: Add missing include 'console.h' | Elyes HAOUAS | 2019-04-23 | 3 | -0/+6 |
* | src: Use include <delay.h> when appropriate | Elyes HAOUAS | 2019-04-06 | 1 | -1/+1 |
* | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS | 2019-03-20 | 16 | -19/+19 |
* | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner | 2019-03-08 | 4 | -31/+31 |
* | arch/io.h: Add missing includes | Kyösti Mälkki | 2019-03-04 | 1 | -0/+1 |
* | device/pci: Fix PCI accessor headers | Kyösti Mälkki | 2019-03-01 | 3 | -0/+3 |
* | src: Move constant to the right side of comparison | Elyes HAOUAS | 2019-01-07 | 1 | -1/+1 |
* | device: Use pcidev_on_root() | Kyösti Mälkki | 2019-01-06 | 1 | -7/+7 |
* | src/northbridge: Get rid of device_t | Elyes HAOUAS | 2018-12-28 | 1 | -4/+31 |
* | nb/amd/amdmct/{mct,mct_ddr3}: Replace "magic" numbers with macros | Elyes HAOUAS | 2018-11-27 | 2 | -21/+22 |
* | src: Remove unneeded include <console/console.h> | Elyes HAOUAS | 2018-11-16 | 7 | -7/+0 |
* | src: Get rid of duplicated includes | Elyes HAOUAS | 2018-11-16 | 1 | -2/+0 |
* | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS | 2018-11-12 | 11 | -0/+13 |
* | nb/amd/amdmct/mct_ddr3: Replace MTRR addresses with macros | Elyes HAOUAS | 2018-11-08 | 1 | -4/+5 |
* | src: Replace common MSR addresses with macros | Elyes HAOUAS | 2018-11-08 | 2 | -3/+3 |
* | amd/mtrr: Fix IORR MTRR | Elyes HAOUAS | 2018-11-05 | 2 | -6/+6 |
* | reset: Finalize move to new API | Nico Huber | 2018-10-31 | 1 | -1/+1 |
* | {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros | Elyes HAOUAS | 2018-10-30 | 5 | -23/+28 |
* | src: Add missing include <stdint.h> | Elyes HAOUAS | 2018-10-30 | 1 | -0/+3 |
* | src: Remove unneeded whitespace | Elyes HAOUAS | 2018-10-23 | 2 | -2/+2 |
* | cpu/amd: Use common AMD's MSR | Elyes HAOUAS | 2018-10-18 | 9 | -77/+49 |
* | Move compiler.h to commonlib | Nico Huber | 2018-10-08 | 1 | -1/+0 |
* | src: Fix typo | Elyes HAOUAS | 2018-08-10 | 4 | -4/+4 |
* | src/northbridge: Fix typo | Elyes HAOUAS | 2018-08-09 | 2 | -2/+2 |
* | cpu/amd: Correct number of MCA banks cleared | Marshall Dawson | 2018-08-08 | 1 | -0/+1 |
* | src/northbridge: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS | 2018-07-09 | 4 | -37/+37 |
* | src: Get rid of unneeded whitespace | Elyes HAOUAS | 2018-06-14 | 14 | -33/+35 |
* | src: Get rid of device_t | Elyes HAOUAS | 2018-06-14 | 1 | -16/+27 |
* | {device,drivers,lib,mb,nb}: Use only one space after 'if' | Elyes HAOUAS | 2018-05-09 | 2 | -2/+2 |
* | amd/mct/ddr3: Correctly configure CsMux67 | Patrick Georgi | 2018-05-04 | 1 | -1/+1 |
* | nb/amd_fam10/mct_ddr3: Use common function to compute crc16 checksum | Arthur Heymans | 2017-08-10 | 1 | -23/+6 |
* | Rename __attribute__((packed)) --> __packed | Stefan Reinauer | 2017-07-13 | 1 | -4/+5 |