summaryrefslogtreecommitdiffstats
path: root/src/mainboard/msi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-261-5/+0
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-263-12/+10
* Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c2009-10-243-3/+0
* move all register fram definitions to arch/register.hStefan Reinauer2009-10-241-8/+1
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-232-3/+0
* Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson2009-10-204-4/+2
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-204-8/+8
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-174-8/+8
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-163-17/+0
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-164-4/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-168-0/+8
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-164-8/+5
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1523-63/+66
* Add support for the MSI MS-6156 board.Uwe Hermann2009-10-1310-0/+557
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-073-3/+3
* Fix trivial typo in Kconfig spotted by Peter, introduced by me.Patrick Georgi2009-10-071-1/+1
* Convert all "default y" options to "select FOO" (shorter).Uwe Hermann2009-10-072-30/+4
* Kconfig:Patrick Georgi2009-10-079-0/+724
* UseUwe Hermann2009-10-062-2/+4
* PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig andUwe Hermann2009-10-053-6/+0
* The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann2009-10-042-0/+10
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-047-14/+0
* Remove:Patrick Georgi2009-10-037-38/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-033-6/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-237-9/+9
* Add kconfig support for all Intel 82810 (i810) boards.Uwe Hermann2009-08-284-6/+106
* Add kconfig support for all missing Intel 440BX based boards.Uwe Hermann2009-08-266-69/+155
* Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann2009-08-251-1/+1
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-0/+1
* Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi2009-08-194-4/+6
* Kconfig!Patrick Georgi2009-08-129-0/+824
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-116-20/+14
* Fix MS-6178 boot by setting unused device (CIR) to 'off' (trivial).Uwe Hermann2009-07-111-1/+1
* Enable onboard VGA on the MS-6178 (i810 chipset) board (trivial).Uwe Hermann2009-07-053-5/+6
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-307-14/+14
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3026-782/+782
* Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson2009-06-193-3/+0
* Convert the MSI MS-6178 board to CBFS.Uwe Hermann2009-06-191-7/+4
* Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson2009-06-173-0/+3
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-067-0/+14
OpenPOWER on IntegriCloud