summaryrefslogtreecommitdiffstats
path: root/src/mainboard/technexion
Commit message (Expand)AuthorAgeFilesLines
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-252-42/+4
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-242-2/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-122-4/+2
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-074-2/+2
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-052-10/+2
* ICS951462_ADDRESS defined but _never_ used. Drop it.Patrick Georgi2010-10-012-2/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-3/+3
* fix Kontron KT690 and clean up socket S1G1 boards accordingly.Stefan Reinauer2010-09-302-24/+0
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-282-16/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-255-5/+5
* Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann2010-09-242-0/+22
* Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek2010-09-072-4/+0
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-302-2/+2
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-303-41/+25
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-262-8/+2
* 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-265-5/+5
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-064-4/+4
* Add "reasonable" values in ASL at places we overwrite fromStefan Reinauer2010-05-212-22/+22
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-202-36/+2
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-4/+2
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-052-4/+4
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-4/+4
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-2/+2
* zero warnings days...Stefan Reinauer2010-04-153-12/+7
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-143-26/+10
* Remove few more warnings and some dead code.Myles Watson2010-04-142-48/+0
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-142-2/+2
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-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-092-4/+6
* Clean up fidvid files using indent.Myles Watson2010-04-082-2/+2
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-082-4/+4
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-078-8/+8
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-012-4/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-2/+2
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-2/+2
* 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-292-9/+2
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-292-2/+2
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-292-20/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-292-2/+2
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-262-140/+0
* Get rid of type-punned pointer errors.Myles Watson2010-03-242-22/+20
* Fix all the format string warnings.Myles Watson2010-03-224-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2212-75/+75
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-182-2/+2
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-182-101/+18
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-172-2/+2
OpenPOWER on IntegriCloud