summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan
Commit message (Expand)AuthorAgeFilesLines
* Refactor some alignment handlingPatrick Georgi2012-04-203-3/+3
* Unify Local APIC address definitionsPatrick Georgi2012-03-0814-14/+14
* Remove old AMD fam10 fixme commentMarc Jones2012-02-221-1/+0
* nvidia/mcp55: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-172-2/+0
* intel/i82801ex: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-1/+0
* nvidia/ck804: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-173-3/+0
* amd/amd8111: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-178-8/+0
* Remove no-op Makefiles under mainboard directoryKyösti Mälkki2012-02-092-0/+0
* Delete hard-coded driver includesKyösti Mälkki2012-02-074-3/+2
* remove usbdebug.h include from mainboard/romstage codeSven Schnelle2011-10-302-2/+0
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-281-1/+0
* Use default table creator macro for all SSDTsStefan Reinauer2011-10-133-3/+3
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-1314-70/+14
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-1314-14/+14
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-1314-28/+14
* TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platformsenok712011-10-038-72/+0
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-2015-16/+2
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-182-10/+0
* fix mainboards that were including earlymtrr.c without actually using it.Stefan Reinauer2011-04-151-1/+0
* In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer2011-04-101-3/+0
* Enable mahogany_fam10 and Kino family 10h to run the SB HT link at the expect...Scott Duplichan2011-03-081-0/+34
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-0129-60/+14
* Make AMD Fam10h CPU microcode updates optional in Expert modeXavi Drudis Ferran2011-02-261-0/+6
* Tyan/s2735 doesn't need to define its own hard_reset function anymore.Patrick Georgi2011-02-242-9/+0
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-171-6/+0
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-1614-14/+14
* Cleanup up HD audio codec / hda_verb.h files.Uwe Hermann2010-12-154-232/+0
* 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-0821-26/+26
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0814-34/+34
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-3/+0
* AMD-8111: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-268-16/+0
* MCP55: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-252-4/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-2114-277/+112
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-2114-193/+25
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-2119-160/+24
* Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi2010-11-214-4/+8
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-2111-40/+51
* Build fix.Uwe Hermann2010-11-211-0/+1
* Merge all spd_addr.h into the resp. romstage.c files.Uwe Hermann2010-11-202-32/+8
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-81/+2
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-202-14/+2
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-1814-57/+0
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-162-10/+2
* CK804/MCP55 devicetree.cb cosmetic and indentation fixes.Uwe Hermann2010-11-145-775/+757
* Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi2010-11-074-6/+2
* FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in onePatrick Georgi2010-11-071-6/+0
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-062-4/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-0525-13/+12
* Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch2010-10-273-3/+3