summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdk8
Commit message (Expand)AuthorAgeFilesLines
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-1/+1
* Eliminate some ASL warningsOskar Enoksson2014-02-131-3/+3
* x86: add common definitions for control registersAaron Durbin2014-01-281-13/+1
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-0/+1
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-2/+2
* AMD K8 (rev F): Move rev F0/F1 workaround to headerKyösti Mälkki2013-12-302-3/+3
* AMD K8 (rev F): Move MEM_TRAIN_SEQ check to northbridgeKyösti Mälkki2013-12-301-2/+3
* AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORTKyösti Mälkki2013-12-301-4/+4
* AMD K8 (rev-F): Always have RAMINIT_SYSINFOKyösti Mälkki2013-12-291-0/+5
* AMD K8: Socket implies K8_REV_F_SUPPORTKyösti Mälkki2013-12-291-0/+4
* AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki2013-12-262-0/+2
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-3/+1
* northbridge/amd/amdk8/raminit_f_dqs.c: Remove unused variable `reg` in `setup...Paul Menzel2013-10-131-2/+1
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-132-2/+2
* CBMEM AMD: Fix calls to set_top_of_ram_once()Kyösti Mälkki2013-09-111-10/+8
* CBMEM AMD: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-14/+4
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* AMD: Drop empty root_complexKyösti Mälkki2013-06-242-23/+0
* Get rid of a number of __GNUC__ checksStefan Reinauer2013-05-101-2/+0
* Drop CONFIG_AP_CODE_IN_CARStefan Reinauer2013-05-081-8/+0
* Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"Nico Huber2013-04-122-7/+0
* siemens/sitemp_g1p1: Make ACPI report the right mmconf regionPatrick Georgi2013-04-102-0/+7
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-222-2/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-019-9/+9
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-6/+0
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-142-3/+3
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-282-2/+2
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-285-2/+16
* Get rid of drivers classPatrick Georgi2012-11-271-2/+2
* Remove chip.h files without config structureKyösti Mälkki2012-10-073-10/+0
* Fix AMD UMA for RS780Kyösti Mälkki2012-08-281-3/+10
* AMD northbridges: factor out CPU allocationKyösti Mälkki2012-08-271-26/+10
* AMD northbridges: rewrite CPU allocationKyösti Mälkki2012-08-271-33/+20
* Auto-declare chip_operationsKyösti Mälkki2012-08-222-2/+0
* AMD northbridge: copy TOP_MEM and TOP_MEM2 for distributionKyösti Mälkki2012-08-091-16/+5
* Move cpus_ready_for_init() to AMD K8Kyösti Mälkki2012-08-073-0/+9
* AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki2012-08-021-1/+3
* AMD K8 and AMDFAM10, GFXUMA: drop use of uma_memory_baseKyösti Mälkki2012-08-021-3/+0
* AMD: Fix GFXUMA with 4GB or more RAMKyösti Mälkki2012-07-161-10/+2
* Move setup_uma_memory() to K8 northbridgeKyösti Mälkki2012-07-161-0/+63
* Define global uma_memory variablesKyösti Mälkki2012-07-161-4/+0
* Add global uma_resource()Kyösti Mälkki2012-07-161-13/+1
* Some more #if cleanupPatrick Georgi2012-05-081-5/+5
* Clean up #ifsPatrick Georgi2012-05-089-51/+51
* VIA southbridge K8T890: Apply un-written naming rulesKyösti Mälkki2012-03-161-2/+2
* Move C labels to start-of-linePatrick Georgi2012-03-073-5/+5
* k8: add CONFIG_K8_FORCE_2T_DRAM_TIMING and enable it for asus k8v-xFlorian Zumbiehl2011-12-142-2/+8
* k8 raminit: fix bug, improve clock selection, add clock limit for sock754Florian Zumbiehl2011-11-231-183/+166
* fix DDR_MASK in load-dependent clock limiting for socket 939 in k8 raminitFlorian Zumbiehl2011-11-161-1/+1