summaryrefslogtreecommitdiffstats
path: root/src/mainboard/via
Commit message (Expand)AuthorAgeFilesLines
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-126-9/+11
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-072-1/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-054-4/+4
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-011-1/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-304-50/+1
* drop unneeded earlymtrr.c includeStefan Reinauer2010-09-303-3/+0
* Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal2010-09-301-1/+0
* RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer2010-09-276-24/+1
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-255-5/+5
* Automatically fetch bus information for mptable fromPatrick Georgi2010-09-243-28/+9
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-232-11/+12
* Cut the crap.Uwe Hermann2010-09-215-5/+5
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-308-48/+67
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-267-20/+7
* make early_mtrr_init() invisible for cache as ram targets as it breaks them.Stefan Reinauer2010-08-012-8/+0
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-263-3/+3
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-068-2/+8
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-203-51/+7
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-093-3/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-087-11/+7
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-057-14/+14
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2718-264/+264
* via epia-m now works with default x86.c instead of its own copy of vgabios.c.Stefan Reinauer2010-04-227-940/+7
* zero warnings days...Stefan Reinauer2010-04-222-2/+0
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-2/+2
* zero warnings days...Stefan Reinauer2010-04-153-21/+9
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-141-4/+0
* drop setup_ics code that was blatantly copied from cx700 and Stefan Reinauer2010-04-141-6/+4
* Remove few more warnings and some dead code.Myles Watson2010-04-142-5/+3
* geeesh! And this really compiles and even runs?Stefan Reinauer2010-04-141-58/+57
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-143-15/+0
* - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusivelyPatrick Georgi2010-04-121-0/+1
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-098-165/+4
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-092-2/+2
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-094-24/+30
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-085-5/+5
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-074-28/+6
* clean up age old via epia target.Stefan Reinauer2010-04-072-5/+1
* switch some ROMCC boards back to ROMCC.Stefan Reinauer2010-04-074-30/+3
* "no warnings day"Stefan Reinauer2010-04-074-14/+10
* oops... this is a critical issue. Some boards in the tree don't compile withStefan Reinauer2010-04-071-0/+1
* remove more warnings.Stefan Reinauer2010-04-031-1/+0
* remove more warningsStefan Reinauer2010-04-034-115/+6
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-316-40/+40
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-317-12/+10
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-297-22/+7
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-297-7/+7
* Get rid of type-punned pointer errors.Myles Watson2010-03-244-17/+15
* Fix all the format string warnings.Myles Watson2010-03-224-8/+7