summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte
Commit message (Expand)AuthorAgeFilesLines
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-253-3/+3
* Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann2010-09-242-0/+24
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Move memory type information out of some AMD sockets.Myles Watson2010-09-104-0/+6
* Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek2010-09-072-6/+0
* 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-307-100/+55
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-266-18/+4
* Another AMD 780/700 mainboard: Gigabyte MA78GM-US2HWang Qing Pei2010-08-1722-0/+5180
* Add support for Gigabyte MA785GMT mainboard.Wang Qing Pei2010-08-1722-1/+5346
* My old mcp55 azalia fix from May 2010. Was never checked in.Stefan Reinauer2010-08-142-2/+114
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-032-2/+0
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Fix all warnings in the tree Stefan Reinauer2010-07-081-3/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-068-18/+6
* also rename the config option.Stefan Reinauer2010-05-254-6/+6
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-252-4/+4
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-252-4/+4
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-202-40/+2
* ITE IT8671F: Add it8671f_48mhz_clkin().Anders Jenbo2010-05-141-1/+1
* Add initial support for the GIGABYTE GA-6BXE.Anders Jenbo2010-05-147-0/+282
* license header fixes Nils Jacobs2010-05-142-4/+2
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-091-1/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-083-5/+3
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-053-6/+6
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2713-64/+64
* try to unify timing initialization across those boards that need it...Stefan Reinauer2010-04-251-2/+2
* zero warnings daysStefan Reinauer2010-04-252-10/+13
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-2/+2
* zero warnings days...Stefan Reinauer2010-04-152-29/+8
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-142-2/+2
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-092-2/+2
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-4/+5
* Clean up fidvid files using indent.Myles Watson2010-04-082-6/+6
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-082-4/+4
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-071-3/+2
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-076-7/+6
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-314-10/+10
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-315-35/+11
* - drop unneeded Makefile.incStefan Reinauer2010-03-302-25/+0
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-302-10/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-302-2/+2
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-293-14/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-293-3/+3
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-292-30/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-292-2/+2
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-4/+3
* Fix all the format string warnings.Myles Watson2010-03-226-6/+6
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-227-24/+24
* Remove remaining uses ofPatrick Georgi2010-03-184-42/+0
OpenPOWER on IntegriCloud