summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/raminit.c
AgeCommit message (Expand)Author
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2018-05-29src/northbridge: Add and update license headersMartin Roth
2017-07-08nb/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-04-28nb/amd/amdk8: Link reset_test.cArthur Heymans
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-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
2015-08-13amd: raminit sysinfo offset fixAaron Durbin
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-01-10ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki
2014-07-29Uniformly spell frequency unit symbol as HzElyes HAOUAS
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2014-06-25Declare acpi_is_wakeup_early() only onceKyösti Mälkki
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
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-12-14k8: add CONFIG_K8_FORCE_2T_DRAM_TIMING and enable it for asus k8v-xFlorian Zumbiehl
2011-11-23k8 raminit: fix bug, improve clock selection, add clock limit for sock754Florian Zumbiehl
2011-11-16fix DDR_MASK in load-dependent clock limiting for socket 939 in k8 raminitFlorian Zumbiehl
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2011-04-19cleanup wrong use of defined() after exporting all variables in KconfigStefan Reinauer
2010-12-13Attached patch implements the memory speed reductions (and 2T/1T clock logic)...Rudolf Marek
2010-12-13Following patch adds support to bring out the memory out of self refresh when...Rudolf Marek
2010-11-05Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-09zero warnings days.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-05Fix non-revF K8 ram init compilation which was broken in r4341.Carl-Daniel Hailfinger
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-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-02-27This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...Myles Watson
2008-10-02Whitespace cleanup (trivial).Myles Watson