summaryrefslogtreecommitdiff
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