summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* Clean up ACPI:Patrick Georgi2010-02-087-32/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-088-9/+9
* newconfig is no more.Patrick Georgi2010-02-0724-498/+0
* this should get the VIA VT8454c in shape with KconfigStefan Reinauer2010-02-051-0/+4
* Alot of it is trivial clean ups and 830 is now able to initialize one row/sid...Joseph Smith2010-02-012-130/+202
* 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
* This code was copied from amdk8 and never really made usable. Stefan Reinauer2010-01-254-847/+0
* Support a few more i945 variants. With this framework in place it shouldStefan Reinauer2010-01-172-223/+441
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-93/+3
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-162-4/+4
* * drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer2010-01-161-0/+117
* Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial.Myles Watson2010-01-061-18/+18
* Fix amdht on newer compilers.Patrick Georgi2010-01-061-1/+1
* romcc:Patrick Georgi2009-12-313-18/+35
* Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch forMaciej Pijanka2009-11-2811-0/+877
* Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.Myles Watson2009-11-182-8/+10
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-065-45/+5
* Split the two usages of __ROMCC__:Myles Watson2009-11-065-30/+30
* Add debugging utility file for dumping routing registers on K8.Myles Watson2009-11-053-0/+281
* Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.Uwe Hermann2009-10-302-0/+11
* Remove some warnings from the tyan s2895.Myles Watson2009-10-304-4/+5
* Drop remainders of PPC portStefan Reinauer2009-10-2831-2563/+0
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-2/+1
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-264-0/+112
* Kontron 986LCD-M updateStefan Reinauer2009-10-267-38/+128
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-262-1/+40
* Trivial regrouping of a calculation to simplify it.Myles Watson2009-10-241-2/+2
* Fix K8 boards high tables on UMA systems (KT690 for example)Stefan Reinauer2009-10-241-0/+17
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-231-132/+0
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-236-196/+18
* When I converted an #ifdef to an #if it broke the code because the variable wasMyles Watson2009-10-201-2/+0
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-194-5/+5
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-183-19/+4
* Drop dead/unused code (trivial).Uwe Hermann2009-10-181-14/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-165-8/+8
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1543-95/+95
* Fix high tables address calculation on cn700 with VIDEO_MB > 0.Myles Watson2009-10-141-2/+2
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-141-1/+1
* Make fam10 build (but not boot due to bootblock size problems.)Myles Watson2009-10-122-0/+43
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-0923-23/+0
* Disable x86emu for via based boards which bringPatrick Georgi2009-10-084-0/+47
* More kconfig:Patrick Georgi2009-10-083-1/+12
* Add initial kconfig support for all AMD GX1 boards.Uwe Hermann2009-10-043-1/+47
* Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi2009-10-034-4/+8
* Add some trivial numbers for 945, and Core2 Duo E8200 Intel partsPeter Stuge2009-10-011-0/+12
* Fix Kconfig build for K8 boards.Myles Watson2009-10-011-0/+5
* Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson2009-09-2916-72/+15