summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/lx/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-211-425/+0
* amd: Fix non-local header treated as localElyes HAOUAS2018-11-051-2/+1
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-6/+6
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki2017-05-271-2/+2
* northbridge/amd/lx: Remove commented codeElyes HAOUAS2016-10-091-24/+0
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-041-1/+1
* northbridge/amd: Improve code formattingElyes HAOUAS2016-09-211-1/+1
* src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* northbridge/amd: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* CBMEM northbridges: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-3/+1
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* AMD Northbridge LX: rename get_systop() to get_top_of_ram()Christian Gmeiner2013-06-041-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-4/+0
* 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-281-1/+0
* Remove chip.h files without config structureKyösti Mälkki2012-10-071-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-15/+0
* 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
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-211-11/+3
* remove more warnings. move ROOT_COMPLEX selection to fam10Stefan Reinauer2010-04-151-2/+0
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-39/+38
* more warnings gone...Stefan Reinauer2010-03-171-4/+4
* 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
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-151-2/+2
* 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-301-4/+4
* Add high tables support to all northbridges.Stefan Reinauer2009-04-301-1/+14
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-7/+7
* Fix a LOT of implicit function declarations before they become errors.Corey Osgood2008-12-191-0/+1
* Factor out print_conf() from Geode LX mainboard directories. TheCarl-Daniel Hailfinger2008-02-051-1/+151
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Ever wondered where those "setting incorrect section attributes forStefan Reinauer2007-10-241-1/+1
* This patch cleans up and clarifies Geode source code comments.Marc Jones2007-05-101-2/+3
* Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse2007-05-101-94/+95
* Add missing licenses to several of the files.Jordan Crouse2007-05-101-4/+18
* This patch adds support for the northbridge integrated into the AMDMarc Jones2007-05-041-290/+27
* Lots of lx fixes. CLeanup mainly. THings now buildRonald G. Minnich2006-09-201-1/+1
* changes for the lx and artecgroup moboIndrek Kruusa2006-09-131-190/+282