aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/raminit_f.c
AgeCommit message (Expand)Author
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2018-05-31Remove all AMD K8 boardsKyösti Mälkki
2017-07-08nb/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-04-27nb/amd/amdk8: Link raminit_f.cArthur Heymans
2017-04-17nb/amd/amdk8/exit_from_self.c: Use linker instead of includeArthur Heymans
2017-04-10nb/amdk8/(pre_)f.h: Don't declare global variable in headerArthur Heymans
2016-10-09northbridge/amd/amdk8: Remove commented codeElyes HAOUAS
2016-10-04src/northbridge: Remove unnecessary whitespaceElyes HAOUAS
2016-09-21northbridge/amdk8: Improve code formattingElyes HAOUAS
2016-09-13northbridge/amd/amdk8: transition away from device_tAntonello Dettori
2016-08-31northbridge/amd: Add required space before opening parenthesis '('Elyes HAOUAS
2016-07-31src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-02-02src: Fix various spelling and whitespace issues.Martin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29northbridge/amd/amdk8: Improve DIMM detection debuggingTimothy Pearson
2015-08-13amd: raminit sysinfo offset fixAaron Durbin
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-01-10ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2014-05-03AMD: Drop redundant test for CONFIG_RAMTOPKyösti Mälkki
2013-12-26AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-11-28amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi
2012-05-08Clean up #ifsPatrick Georgi
2012-03-07Move C labels to start-of-linePatrick Georgi
2011-11-07Cycle time at CAS Latency (CLX - 2) is at 25 in DDR2 SPD, not at 26Florian Zumbiehl
2011-11-01remove trailing whitespaceStefan Reinauer
2011-05-11Work around unclean CMOS handling for nowPatrick Georgi
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-02-24Add compile-time defaults to some K8 CMOS options in case they're absent in CMOSJosef Kellermann
2010-12-08second round name simplification. drop the <component>_ prefix.stepan
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-10Make amdk8 printk_raminit() accept just a single string parameterPeter Stuge
2010-11-05Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-07-09Trivial -Werror fix.Cristi M
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-20As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-07"no warnings day"Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-03remove more warnings.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2010-03-05This patch is from 2009-10-20Uwe Hermann
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-23Remove PRINTK_IN_CAR tests from AMD files.Myles Watson
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-05K8 RAM init debug messages are pretty short and sometimes cryptic. MakeCarl-Daniel Hailfinger
2009-06-04The point of the patch is to make it easier to understand the raminitMyles Watson
2009-04-18There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...Ronald Hoogenboom
2009-04-13Following patch adds resume (exit from self refresh) support for AMD K8 revFRudolf Marek
2009-04-11This patch fixes an edge case for K8 raminit. Specifically, it brings the codeWard Vandewege
2009-04-10unify spd_ddr2.h (trivial)Stefan Reinauer
2009-03-20Fix CPUID typo. This caused fid to memory speed calculations to be off.Marc Jones
2009-01-16First part of heterogenous dualchannel support.Carl-Daniel Hailfinger
2009-01-16Refactor K8 rev F DDR2 CL timing retrieval.Carl-Daniel Hailfinger
2009-01-16Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, usingCarl-Daniel Hailfinger
2009-01-15amdk8: This patch fixes ram init problems when using the 9W Sempron part.Dan Lykowski
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-29This patch for the AMD K8 allows a single DIMM to be populated in theMarc Jones
2008-09-19Whitespace and style cleanup. (trivial)Marc Jones
2008-09-19Add AMD K8 S1G1 socket support.Michael Xie Michael.Xie
2007-05-21fix some typos, clarify comments and drop dead code (trivial)Stefan Reinauer
2007-04-06YhLu's patch from January 18th. This part is mostly cleaning up Yinghai Lu
2007-02-01Fix typo which breaks the build ('defalut' should be 'default').Ed Swierk
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu