aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via
AgeCommit message (Expand)Author
2009-10-07Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann
2009-10-07Convert all "default y" options to "select FOO" (shorter).Uwe Hermann
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-03Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-10-03Remove duplicate and not too useful Kconfig board comments asUwe Hermann
2009-09-29Fix a number of board names in Kconfig (trivial).Uwe Hermann
2009-09-29Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-24Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
2009-08-25Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-20This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich
2009-08-19Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi
2009-08-18Add the rest of the files.Jon Harrison
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-08-12Kconfig!Patrick Georgi
2009-08-11Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21clean up acpi table strings, as discussed on the listStefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-07-15Fix VIA EPIA-M700 target enough for a first serial boot log.Uwe Hermann
2009-07-07Add pci_rawops.h from the mailing list and fix the via/epia-m700 build.Myles Watson
2009-07-02Fix many things for via/epia-m700 to build.Myles Watson
2009-07-01I missed three files. Jon Harrison
2009-07-01the file was not really different, so use the default file (trivial, since itStefan Reinauer
2009-07-01Ron,Jon Harrison
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson
2009-06-17Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson
2009-06-09this port is horribly broken and should not have been checked in. This patchStefan Reinauer
2009-06-07A bunch of additional EPIA-M700 cleanups and also some non-cosmetic changes:Uwe Hermann
2009-06-07First bunch of coding style and consistency cleanups for theUwe Hermann
2009-06-06When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger
2009-06-06Change the CBFS build process to use coreboot.romPatrick Georgi
2009-06-05Initial untested board code for the VIA EPIA-M700 Mini-ITX board.Uwe Hermann
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-28Enable HAVE_HIGH_TABLES by default for northbridges withPatrick Georgi
2009-04-28add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi
2009-04-27Add high table support to via vt8454c.Patrick Georgi
2009-04-27Migrate via/vt8454c to CBFS.Patrick Georgi
2009-04-22drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer
2009-04-21Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger
2009-04-17Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer
2009-04-14EPIA-CN does not have any ACPI tables. Fixes manual and auto build here.Peter Stuge
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-13I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-31Add the CONFIG_ROMS config variable. Ronald G. Minnich
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-10This patch adds empty acpi_fill_slit functions so they build again.Myles Watson
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2008-12-20This adds a mptable for the VIA pc2500e. I've tested with the devicesJonathan A. Kollasch
2008-11-11Always enable serial before SMBus (or as early as possible), as the SMBusUwe Hermann
2008-11-03modify pirq tables for epia-cn.Ronald G. Minnich
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-10-12Add support for the VIA pc2500e mainboard (CN700 + VT8237R).Uwe Hermann
2008-10-11Drop a number of duplicated failover.c files (they have the same contentUwe Hermann
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
2008-09-01This patch gets the Epia-CN working without ACPI or APIC.Bari Ari
2008-08-01oops, forgot these in the cleanup.. (trivial)Stefan Reinauer
2008-05-19Add support for the VIA EPIA-CN baord, which uses C7 + CN700 + VT8237R.Aaron Lwe
2008-03-18* split model_centaur into model_c3 and model_c7Stefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-12-09This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to everyMyles Watson
2007-11-04Add dummy function for MCFG on those mainboards that provide ACPI but don't Stefan Reinauer
2007-05-15Simplify spd_read_byte() functions (trivial).Uwe Hermann
2007-05-10Changes by Richard Smith and Peter Stuge from the LinuxBIOS symposium 2006.Peter Stuge
2007-05-04patch to fix the IDE configuration on EPIA boards. At some point thisBen Hewson
2006-12-15Apply linuxbios-rename-other-payload-options.patchEd Swierk
2006-12-15Apply linuxbios-rename-compressed-payload-options.patch, refs #14Ed Swierk
2006-11-10* fix the automatic build system by compressing payloads if possibleStefan Reinauer
2006-11-05Use the canonical name of the vendors/devices and theUwe Hermann
2006-11-02Remove some unneeded #includes from most mainboard.c files.Uwe Hermann
2006-10-27Fix the CHIP_NAME() entries of all mainboards to have the same formatUwe Hermann
2006-09-14additions and mods for lzma. Carl-Daniel Hailfinger
2006-09-13- fix irq routing for epia-mii cardbus slot. (signed off by Nick Barker)Stefan Reinauer
2006-08-02Allow setting of serial port speed in EPIA-M config file.Jonathan McDowell
2006-04-23Adds a CONFIG_MAX_PCI_BUSES to pci_locate_device()Richard Smith
2006-03-17reformating, we are going to use it forLi-Ta Lo
2006-03-14Fix for nehemiahRonald G. Minnich
2006-01-19fixed apic cluster. Ronald G. Minnich
2006-01-18fix stupid bug with unitialized conf variableRonald G. Minnich
2005-12-04implement io based udelay function for all mainboards that lack an apicStefan Reinauer
2005-11-26- Apply 11_24_a_s1_core.diff fromStefan Reinauer
2005-11-22fixed fsf addressRonald G. Minnich
2005-11-22EPIA-M fixupRonald G. Minnich
2005-10-05Updating FSF address in the code.Stefan Reinauer
2005-09-14Cleanup and add more debug output to EPIA-M auto.c.Jonathan McDowell
2005-09-14Make EPIA-M use CONFIG_TSC.Jonathan McDowell
2005-08-08Clean up vt1211 SuperIO support and make the EPIA-M config use it.Jonathan McDowell
2005-08-08Fixup the EPIA-M motherboard config to use the new VT8235 setup.Jonathan McDowell
2005-08-08Fixup EPIA-M config file so it's actually parsable by buildtarget.Jonathan McDowell
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61arch import user (historical)