summaryrefslogtreecommitdiffstats
path: root/src/mainboard/technexion
Commit message (Expand)AuthorAgeFilesLines
* AMD and GFXUMA: drop redundant use of lb_add_memory_range()Kyösti Mälkki2012-07-232-18/+0
* Move setup_uma_memory() to K8 northbridgeKyösti Mälkki2012-07-162-80/+2
* Define global uma_memory variablesKyösti Mälkki2012-07-162-2/+0
* Clean up #ifsPatrick Georgi2012-05-088-12/+12
* Refactor some alignment handlingPatrick Georgi2012-04-202-2/+2
* Unify Local APIC address definitionsPatrick Georgi2012-03-082-2/+2
* ACPI: More ../../.. removalPatrick Georgi2012-02-222-4/+4
* amd/sb600: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-222-2/+0
* remove usbdebug.h include from mainboard/romstage codeSven Schnelle2011-10-302-2/+0
* Use default table creator macro for all SSDTsStefan Reinauer2011-10-132-2/+2
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-132-12/+2
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-132-2/+2
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-202-2/+0
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-182-10/+0
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-014-16/+2
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-162-2/+2
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-112-4/+4
* Deduplicate various ACPI .asl files.Uwe Hermann2010-12-098-822/+4
* Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann2010-12-082-2/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-084-4/+4
* first round name simplification. drop the <component>_ prefix.stepan2010-12-082-4/+4
* devicetree.cb: Only add as many entries as there are DIMM slots.Uwe Hermann2010-11-282-15/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-212-32/+8
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-212-25/+0
* Convert boards to use mptable_write_buses.Patrick Georgi2010-11-216-64/+6
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-202-6/+2
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-182-8/+0
* This problem was introduced withTobias Diedrich2010-11-172-4/+6
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-164-2/+2
* DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan2010-11-072-2/+2
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-054-2/+2
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-262-2/+2
* 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