summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/northbridgeinit.c
AgeCommit message (Expand)Author
2014-12-10northbridge/amd/gx2,lx: Treat MSR constant as unsigned longEdward O'Callaghan
2014-06-30northbridge/amd/{gx2,lx}: Qualify pointer with `volatile`Edward O'Callaghan
2013-11-26AMD Northbridge LX: simplify get_top_of_ram()Christian Gmeiner
2013-09-11CBMEM: Unify get_top_of_ram()Kyösti Mälkki
2013-06-04AMD Northbridge LX: rename get_systop() to get_top_of_ram()Christian Gmeiner
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-10-07Remove chip.h files without config structureKyösti Mälkki
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17more warnings gone...Stefan Reinauer
2010-01-27Add the MSR writes that are needed to provide VGA legacy routing for the Geod...Edwin Beasant
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-05-10Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse
2007-05-10Add missing licenses to several of the files.Jordan Crouse
2007-05-04This patch adds support for the northbridge integrated into the AMDMarc Jones
2006-09-13changes for the lx and artecgroup moboIndrek Kruusa
2006-07-28This patch adds support for the AMD LX cpu. Ron Minnich