index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
northbridge
/
amd
/
amdfam10
/
northbridge.c
Age
Commit message (
Expand
)
Author
2018-06-04
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-05-24
nb/amd/amdfam10: Get rid of device_t
Kyösti Mälkki
2018-05-08
{mb,nb,soc}: Remove references to pci_bus_default_ops()
Nico Huber
2017-09-14
device: acpi_name() should take a const struct device
Aaron Durbin
2017-07-08
nb/amd: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-27
amd/amdfam10: Remove dead code
Stefan Reinauer
2017-04-17
[nb|sb]/amd/[amdfam10|sb700]: Add LPC bridge ACPI names for NB/SB
Timothy Pearson
2017-01-04
amdfam10: Perform major include ".c" cleanup
Damien Zammit
2016-12-07
AMD fam10 binaryPI: Remove invalid PCI ops on CPU domain
Kyösti Mälkki
2016-12-07
MMCONF_SUPPORT: Drop redundant logging
Kyösti Mälkki
2016-12-07
MMCONF_SUPPORT: Consolidate resource registration
Kyösti Mälkki
2016-12-07
PCI ops: MMCONF_SUPPORT_DEFAULT is required
Kyösti Mälkki
2016-10-09
northbridge/amd/amdfam10: Remove commented code
Elyes HAOUAS
2016-10-04
src/northbridge: Remove unnecessary whitespace
Elyes HAOUAS
2016-10-04
src/northbridge: Remove whitespace after sizeof
Elyes HAOUAS
2016-09-20
northbridge/amd/amdfam10: Improve code formatting
Elyes HAOUAS
2016-08-31
northbridge/amd: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-05-09
nb/amd/mct_ddr3: Report correct DIMM size in SMBIOS structure
Timothy Pearson
2016-04-11
nb/amd/amdfam10: Write MCT variables to flash after PCI configuration
Timothy Pearson
2016-03-30
northbridge/amd/amdfam10: Add family15h model10h-1fh (Trinity)
Damien Zammit
2016-01-29
cpu/amd/fam10h-fam15h: Correctly create APIC ID on single node systems
Timothy Pearson
2015-12-18
southbridge/amd/sr5650: Add MCFG ACPI table support
Timothy Pearson
2015-12-13
amd/[nb/fam10|sb/sr5650]: Minor cosmetic changes
Timothy Pearson
2015-12-01
nb/amd/amdfam10: Fix incorrect channel buffer count configuration
Timothy Pearson
2015-11-28
nb/amd/amdfam10: Work around sporadic lockups when CC6 enabled
Timothy Pearson
2015-11-24
amd/amdfam10: Control Fam15h cache partitioning via nvram
Timothy Pearson
2015-11-23
northbridge/amd/amdfam10: Add Family 15h cache partitioning support
Timothy Pearson
2015-11-23
cpu/amd: de-duplicate MSR include files
Stefan Reinauer
2015-11-22
northbridge/amd/amdfam10: Fix poor performance on Family 15h CPUs
Timothy Pearson
2015-11-20
nb/amd/amdfam10: Add HyperTransport probe filter support
Timothy Pearson
2015-11-14
northbridge/amd/amdfam10: Properly indicate node and channel in SMBIOS tables
Timothy Pearson
2015-11-11
cpu/amd: Add CC6 support
Timothy Pearson
2015-11-11
northbridge/amd/amdfam10: Enable CC6 DRAM save area setup
Timothy Pearson
2015-11-02
cpu/amd: Add initial AMD Family 15h support
Timothy Pearson
2015-11-02
cpu/amd: Move model_10xxx to family_10h-family_15h
Timothy Pearson
2015-11-02
northbridge/amd/amdfam10: Set DIMM voltage based on SPD data
Timothy Pearson
2015-10-31
northbridge/amd/amdfam10: Update RAM speed table with DDR3 values
Timothy Pearson
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
northbridge/amd/amdmct/mct_ddr3: Add initial Suspend to RAM (S3) support
Timothy Pearson
2015-10-24
cpu/amd: Add initial support for AMD Socket G34 processors
Timothy Pearson
2015-08-18
northbridge/amd/amdfam10: Redirect legacy VGA memory access to MMIO
Timothy Pearson
2015-06-13
Move remap_bsp_lapic to AMD specific code
Stefan Reinauer
2015-06-10
PCI subsystem: Drop PCI_64BIT_PREF_MEM option
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Use parent subordinate to track HT enumeration
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Drop extra HT scan_chain() parameters
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Drop local is_sblink in scan_chains
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Drop redundant parameters on scan_chain()
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Refactor HT link connection test
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Always have SB_HT_CHAIN_ON_BUS0
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Refactor Kconfig SB_HT_CHAIN_ON_BUS0
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Relocate SB_HT_CHAIN in devicetree
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Refactor logic around SB_HT_CHAIN_ON_BUS0
Kyösti Mälkki
2015-06-05
AMD fam10: Refactor calls for HT configuration
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Eliminate local variable min_bus
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Fix preprocessor use with SB_HT_CHAIN_ON_BUS0
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Eliminate local variables busn and max_bus
Kyösti Mälkki
2015-06-05
AMD K8 fam10: Add ht_route_link()
Kyösti Mälkki
2015-06-05
AMD fam10: Fix add_more_links
Kyösti Mälkki
2015-06-04
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
PCI subsystem: Drop parameter max from scan_bus
Kyösti Mälkki
2015-06-04
HyperTransport: Use subordinate property to track chain enumeration
Kyösti Mälkki
2015-06-04
HyperTransport: Move pci_scan_bus() call
Kyösti Mälkki
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-02
northbridge/amd/amdfam10: Generate SMBIOS tables for RAM
Timothy Pearson
2015-03-19
cpu/amd/model_10xxx: Add support for early cbmem
Timothy Pearson
2015-03-19
northbridge/amd/amdfam10: Unify CBMEM location across UMA and non-UMA
Timothy Pearson
2015-03-17
cpu/amd/model_10xxx: Move GFXUMA size calculation to separate function
Timothy Pearson
2015-03-09
AMD fam10: Drop PCI_BUS_SEGN_BITS
Kyösti Mälkki
2015-03-09
AMD fam10: Fix include of conf.c
Kyösti Mälkki
2015-03-09
AMD fam10: Always have AMDMCT
Kyösti Mälkki
2015-02-20
AMD fam10: Refactor variables in scan_chain
Kyösti Mälkki
2015-02-20
AMD fam10: Move the test for connected HyperTransport link
Kyösti Mälkki
2015-02-20
AMD K8 fam10: Refactor offset_unitid configuration
Kyösti Mälkki
2015-02-20
AMD amdfam10: Always have HT3_SUPPORT
Kyösti Mälkki
2015-02-20
AMD K8 fam10: Drop link_num from scan_chain parameters
Kyösti Mälkki
2015-02-20
AMD K8 fam10: Remove some excessive preprocessor use
Kyösti Mälkki
2015-01-28
amd/amdfam10: Allocate the lower DRAM region up to TOM
Timothy Pearson
2015-01-27
amd/amdfam10/northbridge.c: Fix FTBFS with CONFIG_PCI_64BIT_PREF_MEM
Timothy Pearson
2014-12-19
AMD amdfam10: Drop EXT_CONF_SUPPORT
Kyösti Mälkki
2014-11-22
amdfam10: Move to per-device ACPI
Vladimir Serbinenko
2014-11-06
northbridge: DEVICE_NOOP some stub function callbacks
Edward O'Callaghan
2014-11-01
northbridge/amd: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2014-06-29
AMD boards: Fix comment style and typos
Kyösti Mälkki
2014-06-26
AMD boards: Fix typos
Kyösti Mälkki
2014-01-10
Replace all occurences of sprintf with snprintf
Vladimir Serbinenko
2013-09-11
CBMEM AMD: Fix calls to set_top_of_ram_once()
Kyösti Mälkki
2013-09-11
CBMEM AMD: Remove references to global high_tables_base
Kyösti Mälkki
2013-07-10
Fix MMCONF_SUPPORT_DEFAULT for ramstage
Kyösti Mälkki
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-28
amdk8/amdfam10: Use CAR_GLOBAL for sysinfo
Patrick Georgi
2012-10-07
Remove chip.h files without config structure
Kyösti Mälkki
2012-08-28
Fix AMD UMA for RS780
Kyösti Mälkki
2012-08-27
AMD northbridges: factor out CPU allocation
Kyösti Mälkki
2012-08-27
AMD northbridges: rewrite CPU allocation
Kyösti Mälkki
2012-08-09
AMD northbridge: copy TOP_MEM and TOP_MEM2 for distribution
Kyösti Mälkki
2012-08-04
AMD NB: Limit the device field to 5 bits. (Propagation)
zbao
[next]