summaryrefslogtreecommitdiffstats
path: root/src/mainboard/via
Commit message (Expand)AuthorAgeFilesLines
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-022-8/+4
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-274-0/+11
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-064-14/+4
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-062-6/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-1/+1
* fix length field in dmi tables. Newer DMI versions through errorsStefan Reinauer2009-11-051-2/+2
* Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.Uwe Hermann2009-10-301-0/+10
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-264-20/+0
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-243-30/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-205-5/+5
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-1711-21/+21
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-4/+4
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-1610-10/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-167-0/+7
* Drop unused and useless CONFIG_MAX_PCI_BUSES.Uwe Hermann2009-10-166-44/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-2/+2
* Fix kconfig setup for the VIA pc2500e.Uwe Hermann2009-10-162-51/+17
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1527-97/+99
* Remove useless udelay() duplication.Uwe Hermann2009-10-112-23/+3
* HAVE_ACPI_TABLES cleanups for kconfig:Uwe Hermann2009-10-114-0/+4
* More kconfig cleanups:Uwe Hermann2009-10-091-0/+1
* Disable x86emu for via based boards which bringPatrick Georgi2009-10-081-0/+12
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-074-4/+4
* Convert all "default y" options to "select FOO" (shorter).Uwe Hermann2009-10-071-4/+1
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-062-0/+15
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-047-16/+0
* Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi2009-10-031-1/+2
* Remove:Patrick Georgi2009-10-037-50/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-037-14/+0
* Fix a number of board names in Kconfig (trivial).Uwe Hermann2009-09-291-3/+3
* Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi2009-09-296-12/+0
* some progress on kconfig:Patrick Georgi2009-09-2515-7/+532
* Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi2009-09-242-0/+14
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-231-1/+1
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-237-8/+8
* Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann2009-08-252-2/+2
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-255-37/+30
* This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich2009-08-205-30/+237
* Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi2009-08-192-2/+3
* Add the rest of the files.Jon Harrison2009-08-185-0/+1396
* Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison2009-08-179-424/+487
* Kconfig!Patrick Georgi2009-08-128-0/+455
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-116-12/+12
* Fix up the tree again...Stefan Reinauer2009-07-222-7/+7
* clean up acpi table strings, as discussed on the listStefan Reinauer2009-07-211-1/+1
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-212-7/+7
* Fix VIA EPIA-M700 target enough for a first serial boot log.Uwe Hermann2009-07-154-24/+70
* Add pci_rawops.h from the mailing list and fix the via/epia-m700 build.Myles Watson2009-07-071-16/+1
* Fix many things for via/epia-m700 to build.Myles Watson2009-07-025-23/+19
* I missed three files. Jon Harrison2009-07-011-2/+2