summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/lx
Commit message (Expand)AuthorAgeFilesLines
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-017-7/+7
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-4/+0
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-202-2/+2
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-282-2/+0
* Get rid of drivers classPatrick Georgi2012-11-271-1/+1
* Remove chip.h files without config structureKyösti Mälkki2012-10-073-25/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-1/+0
* amd/lx: Move configuration from source to KconfigPatrick Georgi2012-07-262-5/+34
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* Mark non-returning function as noreturn to help some compiler versionsPatrick Georgi2011-03-011-1/+1
* Use die() to assure the processor can't wake up from an interrupt.Nils Jacobs2010-12-301-2/+1
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* Fix/drop some obsolete comments,Uwe Hermann2010-11-181-1/+1
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-15/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-3/+3
* drop three unneeded config variables:Jens Rottmann2010-08-271-1/+0
* * Adds support for PC Engines Alix.2D(1)3 board to Coreboot.Aurelien Guillaume2010-08-241-1/+1
* Always enable parent resources before child resources.Myles Watson2010-06-171-1/+1
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-7/+5
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-5/+5
* Factor out casmap calculation. Gets rid of a warning.Myles Watson2010-04-301-67/+45
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-13/+13
* oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer2010-04-211-2/+1
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-212-11/+5
* cosmetics.Stefan Reinauer2010-04-202-16/+9
* remove more warnings. move ROOT_COMPLEX selection to fam10Stefan Reinauer2010-04-153-6/+11
* No warnings day, next round.Stefan Reinauer2010-04-061-1/+1
* remove some more warningsStefan Reinauer2010-04-022-1/+12
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-012-22/+22
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-8/+8
* trivial warning cleanupsStefan Reinauer2010-03-291-1/+2
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-223-59/+58
* more warnings gone...Stefan Reinauer2010-03-173-9/+10
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-2/+2
* newconfig is no more.Patrick Georgi2010-02-071-6/+0
* Add the MSR writes that are needed to provide VGA legacy routing for the Geod...Edwin Beasant2010-01-273-5/+47
* Change memory map of geode lx: 768kb-systop is aEdwin Beasant2010-01-271-3/+3
* Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it.Edwin Beasant2010-01-261-0/+1
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-181-4/+1
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-4/+4
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+0
* More kconfig:Patrick Georgi2009-10-082-0/+11
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-28/+0
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-6/+6
* Add high tables support to all northbridges.Stefan Reinauer2009-04-302-1/+16
* Every object file with a struct pci_driver ... __pci_driver needs to be markedStefan Reinauer2009-03-241-1/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-19/+19