summaryrefslogtreecommitdiffstats
path: root/src/mainboard/msi
Commit message (Expand)AuthorAgeFilesLines
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-315-11/+11
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-3110-13/+11
* - drop unneeded Makefile.incStefan Reinauer2010-03-302-25/+1
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-305-25/+0
* reduce warnings in MCP55 and Fam10 codeStefan Reinauer2010-03-301-3/+2
* fix ms9652_fam10Stefan Reinauer2010-03-301-3/+5
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-305-5/+5
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-299-35/+7
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-299-9/+9
* 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