aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/northbridgeinit.c
AgeCommit message (Expand)Author
2018-08-10src: Fix typoElyes HAOUAS
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-11{src,util}: Use NULL instead of 0 for pointerElyes HAOUAS
2018-06-05northbridge/amd/lx: Fix function setShadowRCONFIru Cai
2017-05-27CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki
2016-07-31src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-05-06amd/gx2 + amd/lx: Fix shift overflow issueStefan Reinauer
2016-04-16northbridge/amd/{lx,gx2}: remove immediate accesses of 0Patrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
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