Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
src
/
northbridge
/
amd
86091f9
cpu/mtrr.h: Fix macro names for MTRR registers
by Alexandru Gagniuc
· 8 years ago
6a4d682
amd/family14: Add k10temp thermal zone.
by Tobias Diedrich
· 8 years ago
98e0ac0
AGESA S3 support: Fix excessive stack usage
by Kyösti Mälkki
· 8 years ago
8ac4929
northbridge/amd/amdfam10: Use adequate size for HT speed limit field
by Timothy Pearson
· 8 years ago
418026f
AMD Bettong: Lower the TOM to give more MMIO space
by zbao
· 8 years ago
fdbc1af
Kconfig: Remove EXPERT mode
by Alexandru Gagniuc
· 8 years ago
5cac25e
northbridge/amd/amdfam10: Redirect legacy VGA memory access to MMIO
by Timothy Pearson
· 8 years ago
0dc7354
amd: raminit sysinfo offset fix
by Aaron Durbin
· 8 years ago
0dee578
AMD K8: Avoid duplicate variables in SSDT on multisocket systems
by Jonathan A. Kollasch
· 8 years ago
29e6548
Port Fam14 northbridge code to 64bit
by Stefan Reinauer
· 8 years ago
477d328
Revert "northbridge/amd/pi: Add support for memory settings"
by Marc Jones
· 8 years ago
406effd
northbridge/amd/pi: Add support for memory settings
by Dave Frodin
· 8 years ago
d5e6618
amd/fam10: Add k10temp ACPI thermal zone mixin.
by Tobias Diedrich
· 8 years ago
46b2271
northbridge/amd/amdfam10: Remove array to null comparison
by Timothy Pearson
· 8 years ago
6762a8b
AMD PI agesawrapper: add PSPP (PCIe Speed Power Policy) interface
by WANG Siyuan
· 8 years ago
2dcd0fc
Move same Kconfigs to northbridge/amd/pi/Kconfig
by WANG Siyuan
· 8 years ago
0563941
AMD Merlin Falcon: Add northbridge files for new AMD processor
by WANG Siyuan
· 8 years ago
d3deecd
AMD OemS3Save: refactor for Merlin Falcon
by WANG Siyuan
· 8 years ago
4d6db95
Move remap_bsp_lapic to AMD specific code
by Stefan Reinauer
· 8 years ago
fcbebb6
PCI subsystem: Drop PCI_64BIT_PREF_MEM option
by Kyösti Mälkki
· 9 years ago
58e26c7
northbridge/amd/amdfam10: Increase MMIO hole size to 1GB
by Timothy Pearson
· 8 years ago
bbd2647
northbridge/amd/amdmct: Honor MMCONF_BASE_ADDRESS
by Timothy Pearson
· 8 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
83fc32f
device_ops: add device_t argument to write_acpi_tables
by Alexander Couzens
· 8 years ago
5eea458
device_ops: add device_t argument to acpi_fill_ssdt_generator
by Alexander Couzens
· 8 years ago
7a8a4ab
lib: Unify log2() and related functions
by Julius Werner
· 8 years ago
09705ab
AMD K8 fam10: Use parent subordinate to track HT enumeration
by Kyösti Mälkki
· 9 years ago
ed7bc2c
AMD K8 fam10: Drop extra HT scan_chain() parameters
by Kyösti Mälkki
· 9 years ago
e8ea712
AMD K8 fam10: Drop local is_sblink in scan_chains
by Kyösti Mälkki
· 9 years ago
328531f
AMD K8 fam10: Drop redundant parameters on scan_chain()
by Kyösti Mälkki
· 9 years ago
0a3d4e4
AMD K8 fam10: Refactor HT link connection test
by Kyösti Mälkki
· 9 years ago
3690727
AMD K8 fam10: Always have SB_HT_CHAIN_ON_BUS0
by Kyösti Mälkki
· 9 years ago
7748ee5
AMD K8 fam10: Refactor Kconfig SB_HT_CHAIN_ON_BUS0
by Kyösti Mälkki
· 9 years ago
98a915e
AMD K8 fam10: Relocate SB_HT_CHAIN in devicetree
by Kyösti Mälkki
· 9 years ago
d44a036
AMD K8: Move SB_HT_CHAIN_ON_BUS0 default 0
by Kyösti Mälkki
· 9 years ago
04b1fc8
AMD K8 fam10: Refactor logic around SB_HT_CHAIN_ON_BUS0
by Kyösti Mälkki
· 9 years ago
37d5afb
AMD K8: Refactor calls for HT configuration
by Kyösti Mälkki
· 9 years ago
d383d19
AMD fam10: Refactor calls for HT configuration
by Kyösti Mälkki
· 9 years ago
57978a3
AMD K8 fam10: Eliminate local variable min_bus
by Kyösti Mälkki
· 9 years ago
a9f4327
AMD K8 fam10: Fix preprocessor use with SB_HT_CHAIN_ON_BUS0
by Kyösti Mälkki
· 9 years ago
6326255
AMD K8 fam10: Eliminate local variables busn and max_bus
by Kyösti Mälkki
· 9 years ago
20968c9
AMD K8 fam10: Add ht_route_link()
by Kyösti Mälkki
· 9 years ago
59d6092
AMD fam10: Fix add_more_links
by Kyösti Mälkki
· 9 years ago
580e722
devicetree: Change scan_bus() prototype in device ops
by Kyösti Mälkki
· 9 years ago
de271a8
PCI subsystem: Drop parameter max from scan_bus
by Kyösti Mälkki
· 9 years ago
6f37017
devicetree: Rename unused parameter max in domain_scan_bus()
by Kyösti Mälkki
· 9 years ago
cd37a2b
devicetree: Rename unused parameter to passthru
by Kyösti Mälkki
· 9 years ago
6ccf119
HyperTransport: Use subordinate property to track chain enumeration
by Kyösti Mälkki
· 9 years ago
b39714e
HyperTransport: Move pci_scan_bus() call
by Kyösti Mälkki
· 9 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 8 years ago
c74b53f
AGESA: Reduce SPI use by 24kB for S3 support
by Kyösti Mälkki
· 8 years ago
b1fcbf3
AGESA: Separate HeapManager declarations from BiosCallOuts
by Kyösti Mälkki
· 8 years ago
f728408
AGESA: Split S3 backup in CBMEM
by Kyösti Mälkki
· 8 years ago
807127f
Make acpi_fill_hest into parameter
by Vladimir Serbinenko
· 9 years ago
300cace
AGESA: Refactor OEM S3 storage
by Kyösti Mälkki
· 9 years ago
90a54b0
AGESA: Move S3 related SPI writes again
by Kyösti Mälkki
· 8 years ago
647456c
AGESA f16kb: Fix PCI device notation
by Fabian Kunkel
· 8 years ago
83f81ca
acpi: Remove monolithic ACPI
by Vladimir Serbinenko
· 9 years ago
05b65ab
AGESA: Drop DIMM_SUPPORT, _DDR3 and _REGISTERED
by Kyösti Mälkki
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 9 years ago
5e59757
acpi: make fill_slit and fill_srat into arguments.
by Vladimir Serbinenko
· 9 years ago
a6a566b
amd/pi: Move AGESA cbfs access into the wrapper
by Marc Jones
· 8 years ago
26e24cc
3rdparty: move to 3rdparty/blobs
by Patrick Georgi
· 8 years ago
f4f0287
3rdparty: Move to blobs
by Patrick Georgi
· 8 years ago
e1133b7
kbuild: automatically include northbridges
by Stefan Reinauer
· 8 years ago
595e777
Kconfig whitespace fixes
by Martin Roth
· 8 years ago
e9e1d7a
northbridge/amd/agesa/familyXY: Make NULL device op explicit
by Edward O'Callaghan
· 9 years ago
a48ca84
kconfig: drop intermittend forwarder files
by Stefan Reinauer
· 9 years ago
06ef046
global: Refactor get_option usage
by Varad Gautam
· 9 years ago
6e523a6
northbridge/amd/amdfam10: Generate SMBIOS tables for RAM
by Timothy Pearson
· 9 years ago
2256408
mainboards/amdfam10: Copy DIMM information to cbmem after romstage
by Timothy Pearson
· 9 years ago
620fa5f
northbridge/amd/amdfam10: Collect DIMM information for ramstage use
by Timothy Pearson
· 9 years ago
d5c82af
northbridge/amd/amdmct: Pack MCT and DCT info structs
by Timothy Pearson
· 9 years ago
b337c1d
northbridge/amd/amdfam10: Properly implement SLIT generation
by Timothy Pearson
· 9 years ago
86f4ca5
cpu/amd/model_10xxx: Add support for early cbmem
by Timothy Pearson
· 9 years ago
e9424c5
northbridge/amd/amdfam10: Unify CBMEM location across UMA and non-UMA
by Timothy Pearson
· 9 years ago
4916880
cpu/amd/model_10xxx: Move GFXUMA size calculation to separate function
by Timothy Pearson
· 9 years ago
84c72de
northbridge/amd/pi: Create common agesawrapper.c
by Dave Frodin
· 9 years ago
4b45dd3
cpu/amd/pi: Add amd_initcpuio() and amd_initmmio()
by Dave Frodin
· 9 years ago
b812d5d
northbridge/amd/amdht/h3finit.c: Fix boot failure
by Timothy Pearson
· 9 years ago
586d6e2
northbridge/amd/amdht: Allow mainboards to set HT frequency limit
by Timothy Pearson
· 9 years ago
180a114
northbridge/amd/pi: Remove superfluous logic operand
by Dave Frodin
· 9 years ago
006364e
AMD Bald Eagle: Add northbridge files for new AMD processor
by Bruce Griffith
· 9 years ago
bf62b2d
AMD fam10: Drop PCI_BUS_SEGN_BITS
by Kyösti Mälkki
· 9 years ago
991a71d
AMD fam10: Fix include of conf.c
by Kyösti Mälkki
· 9 years ago
bd29530
AMD fam10: Remove __PRE_RAM__ from ramstage-only code
by Kyösti Mälkki
· 9 years ago
5ef269b
AMD fam10: Always have AMDMCT
by Kyösti Mälkki
· 9 years ago
c0ee937
AMD K8: Fix allocation size for HyperTransport links
by Kyösti Mälkki
· 9 years ago
11c79d7
AMD K8: Move the test for connected HyperTransport link
by Kyösti Mälkki
· 9 years ago
b6fa61a
northbridge/amd/amdmct: Fix burst write depth on K10 rev. D and later
by Timothy Pearson
· 9 years ago
9824735
AGESA: Move agesawrappers related to HAVE_ACPI_RESUME support
by Kyösti Mälkki
· 9 years ago
82fbda7
AGESA: Use same HeapManager for all BiosCallOuts
by Kyösti Mälkki
· 9 years ago
ead8751
cpu/amd/model_10xxx: Refactor model detection to reduce code duplication
by Timothy Pearson
· 9 years ago
226fc94
northbridge/amd/amdmct: Add revision D to K10 revision mask list
by Timothy Pearson
· 9 years ago
976d91c
AGESA fam16: Drop HyperTransport scan
by Kyösti Mälkki
· 9 years ago
c5163ed8
AMD binaryPI: Drop HT3_SUPPORT
by Kyösti Mälkki
· 9 years ago
7255062
AMD fam10: Refactor variables in scan_chain
by Kyösti Mälkki
· 9 years ago
e40beb1
AMD fam10: Move the test for connected HyperTransport link
by Kyösti Mälkki
· 9 years ago
26c6647
AMD K8 fam10: Refactor offset_unitid configuration
by Kyösti Mälkki
· 9 years ago
f5e7fa2
AMD amdfam10: Always have HT3_SUPPORT
by Kyösti Mälkki
· 9 years ago
Next »