| Commit message (Expand) | Author | Age | Files | Lines |
* | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth | 2019-10-27 | 9 | -54/+54 |
* | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS | 2019-10-21 | 1 | -1/+0 |
* | amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE | Kyösti Mälkki | 2019-09-29 | 3 | -10/+8 |
* | northbridge: Remove unused include <device/pci_ops.h> | Elyes HAOUAS | 2019-09-15 | 1 | -1/+0 |
* | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki | 2019-08-26 | 4 | -33/+17 |
* | arch/x86: Add <arch/romstage.h> | Kyösti Mälkki | 2019-08-22 | 1 | -1/+1 |
* | nb/amd/pi,sb/amd/sr5650: Remove unnecessary allocation | Jacob Garber | 2019-08-20 | 1 | -8/+2 |
* | src: Remove variable length arrays | Jacob Garber | 2019-08-20 | 2 | -8/+29 |
* | AGESA,binaryPI: Replace use of __PRE_RAM__ | Kyösti Mälkki | 2019-08-20 | 3 | -10/+3 |
* | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber | 2019-08-10 | 41 | -41/+41 |
* | nb/amd/amdht: Use standard coreboot assertions | Jacob Garber | 2019-07-30 | 6 | -76/+3 |
* | nb/amd/trinity: Rename PCI ID of the IOMMU | Marshall Dawson | 2019-07-21 | 1 | -1/+1 |
* | amdfam10: Declare get_sysinfo() | Kyösti Mälkki | 2019-07-04 | 3 | -7/+7 |
* | amdfam10: Declare empty activate_spd_rom() stub | Kyösti Mälkki | 2019-07-04 | 2 | -1/+6 |
* | src: Use CRx_TYPE type for CRx | Elyes HAOUAS | 2019-07-02 | 6 | -10/+12 |
* | device,nb/amd: Deduplicate add_more_links() | Jacob Garber | 2019-06-28 | 6 | -216/+0 |
* | nb/amd/amdmct/mct_ddr3: Remove unused code | Jacob Garber | 2019-06-21 | 1 | -7/+0 |
* | nb/amd/amdfam10: Use 64 bits in multiplication | Jacob Garber | 2019-06-21 | 1 | -1/+1 |
* | nb/amd/amdfam10/northbridge.c: Remove variable set but not used | Elyes HAOUAS | 2019-06-21 | 1 | -29/+2 |
* | 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/amdfam10: die() on out of bounds reads | Jacob Garber | 2019-06-13 | 1 | -0/+9 |
* | nb/amd/pi/00630F01/northbridge.c: Remove variable set but not used | Elyes HAOUAS | 2019-06-03 | 1 | -4/+0 |
* | 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 | 7 | -0/+9 |
* | AGESA binaryPI: Add AGESA entry timestamps | Kyösti Mälkki | 2019-05-25 | 1 | -0/+2 |
* | AGESA: Move debug helper to eventlog file | Kyösti Mälkki | 2019-05-25 | 1 | -1/+11 |
* | AGESA: Move heap_status_name() implementation | Kyösti Mälkki | 2019-05-25 | 1 | -1/+0 |
* | 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 |
* | nb/amd/pi/00660F01: Remove variable set but not used | Elyes HAOUAS | 2019-05-24 | 1 | -2/+0 |
* | src/northbridge/amd: Remove unused variables | Elyes HAOUAS | 2019-04-25 | 3 | -18/+5 |
* | src: include <assert.h> when appropriate | Elyes HAOUAS | 2019-04-23 | 1 | -1/+0 |
* | src: Use include <console/console.h> when appropriate | Elyes HAOUAS | 2019-04-23 | 3 | -3/+5 |
* | src: Add missing include 'console.h' | Elyes HAOUAS | 2019-04-23 | 5 | -2/+8 |
* | nb/amd/amdfam10/util.c: Use "CONFIG" only when appropriate | Elyes HAOUAS | 2019-04-11 | 1 | -1/+1 |
* | nb/amd/pi/agesawrapper: Drop stale comment about IS_ENABLED() | Nico Huber | 2019-04-08 | 1 | -2/+0 |
* | nb/amd/pi, mb/amd/bettong: Fix null pointer checks | Jacob Garber | 2019-04-08 | 3 | -3/+16 |
* | src: Use include <delay.h> when appropriate | Elyes HAOUAS | 2019-04-06 | 1 | -1/+1 |
* | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner | 2019-03-25 | 2 | -3/+3 |
* | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS | 2019-03-20 | 17 | -20/+19 |
* | Fix 'unsigned int' to bare use of 'unsigned' | Subrata Banik | 2019-03-19 | 8 | -114/+117 |
* | src: Drop unused '#include <halt.h>' | Elyes HAOUAS | 2019-03-16 | 1 | -1/+0 |
* | nb/amd/amdfam10: Remove define macro already done in 'amdfam10.h' | Elyes HAOUAS | 2019-03-13 | 1 | -7/+0 |
* | nb/amd/amdfam10: Remove 'IS_ENABLED()' | Elyes HAOUAS | 2019-03-13 | 1 | -12/+12 |
* | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner | 2019-03-08 | 24 | -109/+109 |
* | arch/io.h: Drop unnecessary include | Kyösti Mälkki | 2019-03-04 | 16 | -16/+0 |