summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro
Commit message (Expand)AuthorAgeFilesLines
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-259-179/+20
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-125-8/+13
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-0710-12/+4
* attached patch moves a couple more config flags out of romstage:Patrick Georgi2010-10-057-16/+6
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-054-4/+4
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-012-2/+0
* Remove a couple of defines that seem to be the result ofPatrick Georgi2010-10-015-30/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-303-3/+3
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-284-16/+0
* 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
OpenPOWER on IntegriCloud