summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro
Commit message (Expand)AuthorAgeFilesLines
* Keep the mc146818rtc.h include close to the option table include whereMyles Watson2010-09-255-5/+0
* Move memory type information out of some AMD sockets.Myles Watson2010-09-104-0/+8
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-304-4/+4
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-3010-129/+83
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-269-23/+9
* My old mcp55 azalia fix from May 2010. Was never checked in.Stefan Reinauer2010-08-148-8/+459
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-034-4/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-0620-20/+18
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-209-181/+16
* Remove another set of includes from Fam10 romstages:Patrick Georgi2010-05-142-8/+0
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-095-5/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-089-13/+9
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-059-23/+23
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2757-495/+495
* try to unify timing initialization across those boards that need it...Stefan Reinauer2010-04-256-132/+132
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-169-53/+27
* remove more warnings. move ROOT_COMPLEX selection to fam10Stefan Reinauer2010-04-152-2/+0
* zero warnings days...Stefan Reinauer2010-04-152-26/+2
* Remove a few more warnings from fam10.Myles Watson2010-04-152-4/+4
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-144-29/+20
* udelay_tsc does not exist in the whole tree.Stefan Reinauer2010-04-141-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-149-52/+4
* Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer2010-04-095-5/+10
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-094-4/+4
* Clean up fidvid files using indent.Myles Watson2010-04-084-12/+12
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-089-13/+13
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-0710-10/+10
* - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer2010-04-074-20/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-3114-181/+181
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-3111-41/+19
* - drop unneeded Makefile.incStefan Reinauer2010-03-302-278/+0
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-309-45/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-309-9/+9
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-299-41/+5
* __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-299-90/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-293-3/+3
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-287-84/+4
* Fix all the format string warnings.Myles Watson2010-03-2222-103/+24
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2220-89/+89
* Remove remaining uses ofPatrick Georgi2010-03-184-41/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-189-94/+4
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-185-145/+0
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-174-283/+54
* remove more warnings, and fix some boards (watchdog.h)Stefan Reinauer2010-03-173-0/+3
* Fix supermicro/h8qme_fam10 by enabling SPD ROM properly.Knut Kujat2010-03-131-5/+48
* Replace clear_memory with memset.Myles Watson2010-03-112-2/+0
* disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job,Stefan Reinauer2010-02-281-1/+1
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-288-64/+4
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-2714-54/+10