summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd
Commit message (Expand)AuthorAgeFilesLines
* Remove chip.h files without config structureKyösti Mälkki2012-10-0729-352/+0
* agesa fam15 northbridge: change lapic_id to accommodate two CPUsSiyuan Wang2012-09-191-2/+1
* Fix AMD UMA for RS780Kyösti Mälkki2012-08-287-24/+75
* AMD northbridges: factor out CPU allocationKyösti Mälkki2012-08-276-120/+40
* AMD northbridges: rewrite CPU allocationKyösti Mälkki2012-08-276-156/+104
* Auto-declare chip_operationsKyösti Mälkki2012-08-2218-20/+0
* AMD northbridge: copy TOP_MEM and TOP_MEM2 for distributionKyösti Mälkki2012-08-097-104/+31
* Move cpus_ready_for_init() to AMD K8Kyösti Mälkki2012-08-073-0/+9
* AMD f15: Change multiply ONE_MB to bit shifting (Propagation)zbao2012-08-051-7/+7
* AMD f15 nb: Remove the misleading 0x100 from the limitk (Propagation)zbao2012-08-042-3/+3
* AMD NB: Limit the device field to 5 bits. (Propagation)zbao2012-08-045-8/+16
* Limit the device field to 5 bits.zbao2012-08-021-2/+2
* AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki2012-08-026-6/+18
* AMD Agesa and GFXUMA: drop use of uma_memory_baseKyösti Mälkki2012-08-025-12/+4
* AMD K8 and AMDFAM10, GFXUMA: drop use of uma_memory_baseKyösti Mälkki2012-08-022-6/+0
* AMD F15tn northbridge: Remove the misleading 0x100 from the limitk.zbao2012-08-011-1/+1
* Refactor driver structsPatrick Georgi2012-07-261-30/+10
* amd/lx: Move configuration from source to KconfigPatrick Georgi2012-07-262-5/+34
* Change multiply ONE_MB to bit shifting.zbao2012-07-251-9/+9
* sync the northbridge.c with other family.zbao2012-07-251-10/+33
* Trinity wrapper code improvement.zbao2012-07-221-0/+48
* Drop VGA_BRIDGE_SETUP config optionPatrick Georgi2012-07-201-1/+1
* Drop invalid device ops on Agesa northbridgeKyösti Mälkki2012-07-163-54/+0
* AMD: Fix GFXUMA with 4GB or more RAMKyösti Mälkki2012-07-165-30/+2
* Move setup_uma_memory() to K8 northbridgeKyösti Mälkki2012-07-161-0/+63
* Move setup_uma_memory() to AMDFAM10 northbridgeKyösti Mälkki2012-07-161-0/+44
* Move setup_uma_memory() to Agesa Family14 northbridgeKyösti Mälkki2012-07-161-0/+43
* Move setup_uma_memory() to Agesa Family12 northbridgeKyösti Mälkki2012-07-161-0/+45
* Move setup_uma_memory() to Agesa Family15 northbridgeKyösti Mälkki2012-07-161-0/+48
* Define global uma_memory variablesKyösti Mälkki2012-07-167-28/+0
* Add global uma_resource()Kyösti Mälkki2012-07-167-97/+8
* AGESA F15 wrapper for Trinityzbao2012-07-0311-0/+1619
* cbtypes.h: Unify cbtypes.h used in AMD board's codeVikram Narayanan2012-05-243-74/+2
* Some more #if cleanupPatrick Georgi2012-05-083-11/+11
* Clean up #ifsPatrick Georgi2012-05-0824-157/+157
* Add default map_oprom_vendev() for AMD Family 14h processors.Martin Roth2012-04-301-0/+22
* Refactor some alignment handlingPatrick Georgi2012-04-201-1/+1
* S3 code in coreboot public folder.zbao2012-04-162-17/+64
* amdfam10: add phenom II as known cpuBernhard Urban2012-04-051-0/+3
* Fix AMD Fam15 CBMEM allocationStefan Reinauer2012-03-161-11/+9
* Fix AMD Fam12 CBMEM allocationStefan Reinauer2012-03-161-12/+9
* Fix AMD Fam10 CBMEM allocationStefan Reinauer2012-03-161-13/+9
* AMD Agesa: delete no-op bootblock filesKyösti Mälkki2012-03-168-126/+0
* Rename AMD_AGESA to CPU_AMD_AGESAKyösti Mälkki2012-03-161-1/+1
* Fix AMD Agesa leaking KconfigKyösti Mälkki2012-03-162-1/+8
* VIA southbridge K8T890: Apply un-written naming rulesKyösti Mälkki2012-03-161-2/+2
* Fix AMD Fam14 cbmen allocationMarc Jones2012-03-161-16/+9
* Clean up whitespace in fam14 northbridge.cMarc Jones2012-03-151-616/+605
* Move C labels to start-of-linePatrick Georgi2012-03-073-5/+5
* Fix ECC disable option for AMD Fam10 DDR2 and DDR3.Marc Jones2012-03-024-9/+27