Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
1a3872f7a48492b075ffa105a523cf133f651005
/
src
/
northbridge
/
amd
42283e7
Eliminate some ASL warnings
by Oskar Enoksson
· 9 years ago
029aaf6
x86: add common definitions for control registers
by Aaron Durbin
· 9 years ago
af4bd59
lib: Make log2() available in romstage on ARM, not just x86
by Alexandru Gagniuc
· 9 years ago
0af61b6
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
by Vladimir Serbinenko
· 9 years ago
a37383d
Replace all occurences of sprintf with snprintf
by Vladimir Serbinenko
· 9 years ago
ea8d460
AMD K8 (rev F): Move rev F0/F1 workaround to header
by Kyösti Mälkki
· 9 years ago
5c62375
AMD K8 (rev F): Move MEM_TRAIN_SEQ check to northbridge
by Kyösti Mälkki
· 9 years ago
7d3045b
AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORT
by Kyösti Mälkki
· 9 years ago
0946190
AMD K8 (rev-F): Always have RAMINIT_SYSINFO
by Kyösti Mälkki
· 9 years ago
2e77461
AMD K8: Socket implies K8_REV_F_SUPPORT
by Kyösti Mälkki
· 9 years ago
6c57f64
AMD fam10: Drop MEM_TRAIN_SEQ
by Kyösti Mälkki
· 9 years ago
88a67f0
AMD boards (non-AGESA): Cleanup earlymtrr.c includes
by Kyösti Mälkki
· 9 years ago
d26da9c
Coding style: punctuation cleanup [1/2].
by Idwer Vollering
· 9 years ago
8c0cb8a
Correct file permissions.
by Idwer Vollering
· 9 years ago
72dccce
global: Fix usage of get_option() to make use of CB_CMOS_ codes
by Alexandru Gagniuc
· 9 years ago
bd7e8d8
AMD Northbridge LX: simplify get_top_of_ram()
by Christian Gmeiner
· 10 years ago
7a00ca7
northbridge/amd/amdk8/raminit_f_dqs.c: Remove unused variable `reg` in `setup_mtrr_dqs()`
by Paul Menzel
· 9 years ago
fd4f413
Rename cpu/x86/car.h to arch/early_variables.h
by Stefan Reinauer
· 10 years ago
5a7e127
southbridge/cimx/sb900: Rename headers to match sb700 & sb800
by Corey Osgood
· 10 years ago
dcb688e
CBMEM: Unify get_top_of_ram()
by Kyösti Mälkki
· 10 years ago
42f4651
CBMEM northbridges: Remove references to global high_tables_base
by Kyösti Mälkki
· 10 years ago
2b790f6
CBMEM AMD: Fix calls to set_top_of_ram_once()
by Kyösti Mälkki
· 10 years ago
e7e847c
CBMEM AMD: Remove references to global high_tables_base
by Kyösti Mälkki
· 10 years ago
42e11f5
AMD Richland: Add new graphics device IDs to Family 15, Models 10-1F
by Bruce Griffith
· 10 years ago
ac90d80
AMD Kabini: Split DSDT into common sections
by Mike Loptien
· 10 years ago
0cc33da
ASUS F2A85-M: Split DSDT into common sections (as per Parmer)
by Kimarie Hoot
· 10 years ago
76db07e
AMD Kabini: Add map_oprom() function for Vendor/Device IDs
by Bruce Griffith
· 10 years ago
3e32cc0
AMD Kabini: Add northbridge AGESA wrapper (new AMD processor)
by Siyuan Wang
· 10 years ago
bf0988b
AMD Fam15tn: Split DSDT into common sections
by Steve Goodrich
· 10 years ago
33e5df3
Set PCI bus operations at buildtime for ramstage
by Kyösti Mälkki
· 10 years ago
872c922
Fix MMCONF_SUPPORT_DEFAULT for ramstage
by Kyösti Mälkki
· 10 years ago
53abac1
amd/cimx/rd890/amd.h: Eliminate redefinition of NULL
by Bruce Griffith
· 10 years ago
58fff9d
amd/agesa/family15/northbridge.c: Delete unused variable
by Bruce Griffith
· 10 years ago
6aeb4a2
AMD: Drop empty root_complex
by Kyösti Mälkki
· 10 years ago
5ce0506
AMD Fam15tn: Add support for AGESA runtime allocation in CBMEM
by Rudolf Marek
· 10 years ago
88ebbeb
AMD Fam15tn: Add IOMMU BAR allocation to northbridge
by Rudolf Marek
· 10 years ago
59d0d15
AMD: Kconfig cleanup
by Kyösti Mälkki
· 10 years ago
7bc35754
AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c"
by Christian Gmeiner
· 10 years ago
c4e07bb
AMD Northbridge LX: convert spd_read_byte() to non-static version
by Christian Gmeiner
· 10 years ago
e2dc80c
AMD Northbridge LX: rename get_systop() to get_top_of_ram()
by Christian Gmeiner
· 10 years ago
84ae76c
AMD Northbridge LX: include northbridge.h in raminit.c
by Christian Gmeiner
· 10 years ago
194ec4d
AMD Northbridge LX: make GeodeLinkSpeed() function prototype non-static
by Christian Gmeiner
· 10 years ago
6f9f785
AMD Northbridge LX: add some missing includes
by Christian Gmeiner
· 10 years ago
eb6322f
AMD Northbridge LX: make sdram_* function prototypes non-static
by Christian Gmeiner
· 10 years ago
29840e2
AMD Fam 15tn: Use all memory on systems with more than 4 GB
by Siyuan Wang
· 10 years ago
42409e8
northbridge/amd/amdmct: Use `static const` instead of `const static`
by Paul Menzel
· 10 years ago
c5e036a
Get rid of a number of __GNUC__ checks
by Stefan Reinauer
· 10 years ago
3949e37
Drop CONFIG_AP_CODE_IN_CAR
by Stefan Reinauer
· 10 years ago
8ecec21
Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"
by Nico Huber
· 10 years ago
573a1d6
Persimmon/Fam14/SB800 DSDT: Split into common areas
by Mike Loptien
· 10 years ago
1fde22c
siemens/sitemp_g1p1: Make ACPI report the right mmconf region
by Patrick Georgi
· 10 years ago
5b5cf3d
AMD GX1: Remove useless copied header file `northbridge.h`
by Paul Menzel
· 10 years ago
24d1d4b
x86: Unify arch/io.h and arch/romcc_io.h
by Stefan Reinauer
· 10 years ago
fa91819
AMD Fam15: Add SPD read functions to wrapper code
by Kimarie Hoot
· 10 years ago
3b2653b
AMD Fam14: Add SPD read functions to wrapper code
by Martin Roth
· 10 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 10 years ago
fd611f9
Drop CONFIG_WRITE_HIGH_TABLES
by Stefan Reinauer
· 10 years ago
a8ae1c6
Whitespace: Replace tab character in license text with two spaces
by Paul Menzel
· 10 years ago
92f03c0
AMD Family12h: Fix warnings
by Martin Roth
· 10 years ago
0aa37c4
sconfig: rename lapic_cluster -> cpu_cluster
by Stefan Reinauer
· 10 years ago
4aff445
sconfig: rename pci_domain -> domain
by Stefan Reinauer
· 10 years ago
f04e68e
Add MMCONF resource to AMD fam15 PCI_DOMAIN
by Steven Sherk
· 10 years ago
7407f43
Family 12: Update for string portability
by Mike Loptien
· 10 years ago
e133aab
Family 15tn: Update for string portability
by Mike Loptien
· 10 years ago
6eced51
Family 10: Update for string portability
by Mike Loptien
· 10 years ago
8401453
Family 15: Update for string portability
by Mike Loptien
· 10 years ago
1cbabb0
Add MMCONF resource to AMD fam15tn PCI_DOMAIN
by Steven Sherk
· 10 years ago
7fb692b
Fam15tn: Move SPD read from mainboards into wrapper
by Martin Roth
· 10 years ago
6fe0cab
Extend CBFS to support arbitrary ROM source media.
by Hung-Te Lin
· 10 years ago
5fc64dc
Rename family15 pci northbridgeops functions.
by Steven Sherk
· 10 years ago
f434058
Rename family15tn pci northbridgeops functions.
by Steven Sherk
· 10 years ago
58089e8
Family 14: Update for string portability.
by Mike Loptien
· 10 years ago
d5c998b
Add MMCONF resource to AMD fam14 PCI_DOMAIN.
by Marc Jones
· 10 years ago
8a49ac7
Rename fam14 pci northbridge ops functions.
by Marc Jones
· 10 years ago
73e86a8
F15tn: Fix all warnings, enable warnings as errors
by Martin Roth
· 10 years ago
2892023
AGESA F15tn: Move callouts into northbridge wrapper
by Martin Roth
· 10 years ago
2d88151
F15tn: Modify devicetree to fix S3 resume
by Martin Roth
· 10 years ago
9027845
rd890: clear IO-APIC before setup
by Aladyshev Konstantin
· 10 years ago
cbf3d40
Add function to map vendor/device to generic VBIOS IDs
by Dave Frodin
· 10 years ago
5079a0d
Remove assembly coded log2 function
by Ronald G. Minnich
· 10 years ago
bbc880e
amdk8/amdfam10: Use CAR_GLOBAL for sysinfo
by Patrick Georgi
· 10 years ago
23f38cd
Get rid of drivers class
by Patrick Georgi
· 10 years ago
e4d40b4
Drop no-op bootblock.c
by Kyösti Mälkki
· 10 years ago
becacec
AMD G34 CPU: change lapic_id in northbridge.c to accommodate G34 CPU
by Siyuan Wang
· 10 years ago
6f05c2eb
AMD rd890 late.c: Don't enable PCIe ports after PCIe init.
by Siyuan Wang
· 10 years ago
fa678bb
AMD agesa family15: PCI domain should scan bus from 0x18.0
by Siyuan Wang
· 10 years ago
0279036
Remove chip.h files without config structure
by Kyösti Mälkki
· 11 years ago
128c7d7
agesa fam15 northbridge: change lapic_id to accommodate two CPUs
by Siyuan Wang
· 11 years ago
87213b6
Fix AMD UMA for RS780
by Kyösti Mälkki
· 11 years ago
c33f1e9
AMD northbridges: factor out CPU allocation
by Kyösti Mälkki
· 11 years ago
cd9fc1a
AMD northbridges: rewrite CPU allocation
by Kyösti Mälkki
· 11 years ago
fee73df
Auto-declare chip_operations
by Kyösti Mälkki
· 11 years ago
dbc4739
AMD northbridge: copy TOP_MEM and TOP_MEM2 for distribution
by Kyösti Mälkki
· 11 years ago
7bdf85b
Move cpus_ready_for_init() to AMD K8
by Kyösti Mälkki
· 11 years ago
ffb6bdd
AMD f15: Change multiply ONE_MB to bit shifting (Propagation)
by zbao
· 11 years ago
15dc3cc
AMD f15 nb: Remove the misleading 0x100 from the limitk (Propagation)
by zbao
· 11 years ago
49bb26a4
AMD NB: Limit the device field to 5 bits. (Propagation)
by zbao
· 11 years ago
d462736
Limit the device field to 5 bits.
by zbao
· 11 years ago
6b5eb1c
AMD and GFXUMA: move setup_uma_memory() to northbridge
by Kyösti Mälkki
· 11 years ago
30f0464
AMD Agesa and GFXUMA: drop use of uma_memory_base
by Kyösti Mälkki
· 11 years ago
Next »