summaryrefslogtreecommitdiffstats
path: root/src/mainboard/via/vt8454c
Commit message (Expand)AuthorAgeFilesLines
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-10/+10
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-1/+1
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-282-22/+1
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-272-8/+1
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-5/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-7/+0
* Only handle code as "driver" that actually uses our driverPatrick Georgi2010-02-231-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-152-12/+8
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-9/+0
* Clean up ACPI:Patrick Georgi2010-02-084-9/+2
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-3/+3
* newconfig is no more.Patrick Georgi2010-02-072-396/+0
* this should get the VIA VT8454c in shape with KconfigStefan Reinauer2010-02-051-1/+0
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-12/+12
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-251-0/+1
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-251-1/+1
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-051-0/+1
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-021-3/+3
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-062-6/+2
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-062-6/+0
* fix length field in dmi tables. Newer DMI versions through errorsStefan Reinauer2009-11-051-2/+2
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-241-28/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-1/+1
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-171-1/+1
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-4/+4
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-0/+1
* Drop unused and useless CONFIG_MAX_PCI_BUSES.Uwe Hermann2009-10-161-10/+0
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-154-14/+15
* HAVE_ACPI_TABLES cleanups for kconfig:Uwe Hermann2009-10-111-0/+1
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-071-1/+1
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Remove:Patrick Georgi2009-10-031-7/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-031-2/+0
* Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi2009-09-241-0/+10
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann2009-08-251-1/+1
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-252-22/+16
* This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich2009-08-201-0/+32
* Kconfig!Patrick Georgi2009-08-122-0/+123
* 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-211-5/+5
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-303-89/+89
* Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson2009-06-191-1/+0
* Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson2009-06-171-0/+1
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-061-0/+2
* Change the CBFS build process to use coreboot.romPatrick Georgi2009-06-061-1/+1
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-0/+6
* Enable HAVE_HIGH_TABLES by default for northbridges withPatrick Georgi2009-04-281-2/+0