summaryrefslogtreecommitdiffstats
path: root/src/mainboard/msi
Commit message (Expand)AuthorAgeFilesLines
...
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-295-65/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-296-6/+6
* drop post_code()Stefan Reinauer2010-03-281-5/+0
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-261-5/+0
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-4/+3
* Fix all the format string warnings.Myles Watson2010-03-2214-21/+16
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2217-62/+62
* Remove remaining uses ofPatrick Georgi2010-03-186-67/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-185-5/+5
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-182-122/+27
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-173-215/+38
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-1/+1
* Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).Uwe Hermann2010-03-136-6/+6
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+0
* Remove Kconfig entries that disablePatrick Georgi2010-03-083-15/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-054-8/+0
* Whitespace changes to make s2912_fam10/ms9652_fam10 more similar.Uwe Hermann2010-03-014-28/+25
* Various cometic and coding-style fixes (trivial).Uwe Hermann2010-03-014-11/+28
* Add msi/ms9652_fam10 board.Timothy Pearson2010-03-0115-0/+2390
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-288-6/+4
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-277-103/+1
* This does the following:Stefan Reinauer2010-02-273-3/+3
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-252-18/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-252-12/+0
* Only handle code as "driver" that actually uses our driverPatrick Georgi2010-02-232-4/+4
* Adjust msi/ms7135 DCACHE_RAM_* config to previous 32KiB values,Jonathan A. Kollasch2010-02-232-5/+5
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-154-14/+8
* $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We doStefan Reinauer2010-02-112-12/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-096-10/+4
* Clean up ACPI:Patrick Georgi2010-02-082-14/+0
* straighten naming scheme for application processor rom stage files.Stefan Reinauer2010-02-083-6/+6
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-0810-12/+12
* newconfig is no more.Patrick Georgi2010-02-0716-3160/+0
* ifeq wants a space before the (Stefan Reinauer2010-01-302-2/+2
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-302-24/+28
* Fix ACPI build on a couple of boards (now that it's active)Patrick Georgi2010-01-251-1/+0
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-254-6/+6
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-256-22/+8
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-183-3/+0
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-054-0/+4
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-021-2/+2
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-278-10/+20
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-271-0/+11
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-066-70/+12
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-066-8/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-065-5/+5
* Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.Uwe Hermann2009-10-301-0/+6
* Fix some builds with Kconfig.Myles Watson2009-10-281-1/+0
* cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.incMyles Watson2009-10-262-32/+2
* Move src/mainboard/tyan/Makefile.s289x.inc to src/mainboard/Makefile.k8_CAR.inc.Myles Watson2009-10-261-1/+1