summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via/cx700
Commit message (Expand)AuthorAgeFilesLines
* hpet: common ACPI generationPatrick Georgi2012-10-082-3/+15
* Remove chip.h files without config structureKyösti Mälkki2012-10-073-24/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* Unify use of post_codeAlexandru Gagniuc2011-04-111-2/+2
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-171-1/+1
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-6/+5
* second round name simplification. drop the <component>_ prefix.stepan2010-12-0811-7/+7
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-1/+0
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-4/+1
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-40/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-6/+6
* drop three unneeded config variables:Jens Rottmann2010-08-271-1/+0
* CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann2010-08-261-0/+2
* VGA code needs to be refactored before it can be compiled conditionally.Myles Watson2010-08-031-1/+1
* Build VGA code conditionally to avoid errors when using SeaBIOS.Myles Watson2010-08-021-1/+1
* Always enable parent resources before child resources.Myles Watson2010-06-172-3/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-3/+3
* Fix VGA after switching to realmode_interrupt()Michael Marineau2010-05-241-1/+1
* Change real mode API to allow passing intXX number or entry point andStefan Reinauer2010-05-112-5/+13
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-5/+5
* Set success flag in cx700 int15 handlerPatrick Georgi2010-04-261-1/+1
* cx700 int15 handler rework. Int15 handler needs to provide the Stefan Reinauer2010-04-253-258/+305
* Only do complete VGA init if a VGABIOS was found and installed.Patrick Georgi2010-04-251-0/+2
* zero warnings daysStefan Reinauer2010-04-252-1/+4
* drop all duplicate copies of vgabios.c in favorStefan Reinauer2010-04-244-798/+76
* zero warning days.Stefan Reinauer2010-04-091-1/+0
* remove more warningsStefan Reinauer2010-04-034-18/+21
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-10/+10
* Fix all the format string warnings.Myles Watson2010-03-221-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-227-77/+75
* This patch is from 2009-10-20Uwe Hermann2010-03-052-9/+4
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-31/+0
* this should get the VIA VT8454c in shape with KconfigStefan Reinauer2010-02-051-0/+4
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-93/+3
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-8/+1
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-2/+2
* 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
* Disable x86emu for via based boards which bringPatrick Georgi2009-10-081-0/+12
* Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi2009-10-031-1/+2
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-0/+2
* Correct usage of Makefile.inc and add support for cn400Ronald G. Minnich2009-08-181-7/+7
* Kconfig!Patrick Georgi2009-08-122-0/+28
* Move the v3 resource allocator to v2.Myles Watson2009-07-022-27/+11
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-4/+4
* Add high tables support to all northbridges.Stefan Reinauer2009-04-301-6/+6