aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx
AgeCommit message (Expand)Author
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17more warnings gone...Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-07newconfig is no more.Patrick Georgi
2010-01-27Add the MSR writes that are needed to provide VGA legacy routing for the Geod...Edwin Beasant
2010-01-27Change memory map of geode lx: 768kb-systop is aEdwin Beasant
2010-01-26Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it.Edwin Beasant
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-08More kconfig:Patrick Georgi
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-04-30Add high tables support to all northbridges.Stefan Reinauer
2009-03-24Every object file with a struct pci_driver ... __pci_driver needs to be markedStefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-10-22Changed RAM speed calculation to fix RAM modules getting rejected onlyJens Rottmann
2008-02-05Factor out print_conf() from Geode LX mainboard directories. TheCarl-Daniel Hailfinger
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-11-07Final set of changes to make Alix1c work.Ronald G. Minnich
2007-10-26This code gets us to a working linux boot on the alix1c. I have not tested Ronald G. Minnich
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2007-10-21I am signing off and acking this trivial patch, as I just wasted severalRonald G. Minnich
2007-06-14his patch fixes the CAS map for -.5 and -1 CAS settings. The -.5 setting shou...Marc Jones
2007-05-22Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann
2007-05-10This patch cleans up and clarifies Geode source code comments.Marc Jones
2007-05-10This patch cleans up \r left in the print strings. They were required for rom...Marc Jones
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-20Lots of lx fixes. CLeanup mainly. THings now buildRonald G. Minnich
2006-09-13changes for the lx and artecgroup moboIndrek Kruusa
2006-09-13warm boot patch from richard smith.Ronald G. Minnich
2006-08-03Changelog:Indrek Kruusa
2006-07-28This patch adds support for the AMD LX cpu. Ron Minnich