summaryrefslogtreecommitdiffstats
path: root/src/mainboard/via/pc2500e
Commit message (Expand)AuthorAgeFilesLines
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-1/+1
* drop unneeded earlymtrr.c includeStefan Reinauer2010-09-301-1/+0
* RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer2010-09-271-4/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Automatically fetch bus information for mptable fromPatrick Georgi2010-09-241-14/+3
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-301-10/+5
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-2/+1
* make early_mtrr_init() invisible for cache as ram targets as it breaks them.Stefan Reinauer2010-08-011-3/+0
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-23/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-2/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-2/+2
* zero warnings days...Stefan Reinauer2010-04-221-1/+0
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-092-12/+1
* remove more warnings.Stefan Reinauer2010-04-031-1/+0
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-3/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-2/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-0/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-0/+0
* newconfig is no more.Patrick Georgi2010-02-072-270/+0
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-251-0/+10
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-251-1/+0
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-1/+1
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-051-0/+1
* 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-261-5/+0
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-171-2/+2
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-161-1/+0
* 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-2/+0
* 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-154-15/+16
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Remove:Patrick Georgi2009-10-031-8/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-031-2/+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-291-2/+0
* some progress on kconfig:Patrick Georgi2009-09-252-0/+108
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* Kconfig!Patrick Georgi2009-08-121-0/+88
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-111-2/+2
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-2/+2
OpenPOWER on IntegriCloud