Add constants for fast path resume copying
[coreboot.git] / src / mainboard / tyan /
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-02-22 Marc JonesRemove old AMD fam10 fixme comment
2012-02-17 Patrick Georginvidia/mcp55: Move HAVE_HARD_RESET to southbridge
2012-02-17 Patrick Georgiintel/i82801ex: Move HAVE_HARD_RESET to southbridge
2012-02-17 Patrick Georginvidia/ck804: Move HAVE_HARD_RESET to southbridge
2012-02-17 Patrick Georgiamd/amd8111: Move HAVE_HARD_RESET to southbridge
2012-02-09 Kyösti MälkkiRemove no-op Makefiles under mainboard directory
2012-02-07 Kyösti MälkkiDelete hard-coded driver includes
2011-10-30 Sven Schnelleremove usbdebug.h include from mainboard/romstage code
2011-10-28 Patrick GeorgiGet rid of the old romstage-as-bootblock ROM layout
2011-10-13 Stefan ReinauerUse default table creator macro for all SSDTs
2011-10-12 Patrick Georgimptable: Refactor mptable generation some more
2011-10-12 Patrick Georgimptable: Get rid of fixup_virtual_wire
2011-10-12 Patrick Georgimptable: Refactor lintsrc generation
2011-10-03 enok71TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platforms
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-04-18 Stefan Reinauer* Set USBDEBUG_DEFAULT_PORT in all southbridges and...
2011-04-15 Stefan Reinauerfix mainboards that were including earlymtrr.c without...
2011-04-10 Stefan ReinauerIn 2007 Adrian Reber suggested that we drop ASSEMBLY...
2011-03-08 Scott DuplichanEnable mahogany_fam10 and Kino family 10h to run the...
2011-03-01 Sven SchnelleUse subsystem id from devicetree.cb instead of Kconfig...
2011-02-26 Xavi Drudis FerranMake AMD Fam10h CPU microcode updates optional in Exper...
2011-02-24 Patrick GeorgiTyan/s2735 doesn't need to define its own hard_reset...
2010-12-17 Stefan Reinauerdrop one more version of doing serial uart output diffe...
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-15 Uwe HermannCleanup up HD audio codec / hda_verb.h files.
2010-12-08 Uwe HermannMove "select CACHE_AS_RAM" lines from boards into CPU...
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-08 stepanfirst round name simplification. drop the <component...
2010-12-07 Uwe HermannGet rid of some unneeded function prototypes in romstag...
2010-11-26 Uwe HermannAMD-8111: Add TINY_BOOTBLOCK support.
2010-11-25 Uwe HermannMCP55: Add TINY_BOOTBLOCK support.
2010-11-21 Uwe HermannSimplify a few code chunks, fix whitespace and indentation.
2010-11-21 Uwe HermannDrop excessive whitespace randomly sprinkled in romstag...
2010-11-21 Patrick GeorgiConvert more boards to use mptable_write_buses.
2010-11-21 Patrick GeorgiMove MCP55_PCI_E_X_* to Kconfig. Any useless values...
2010-11-21 Uwe HermannUse DIMM0 et al in lots more places instead of hardocdi...
2010-11-21 Uwe HermannBuild fix.
2010-11-20 Uwe HermannMerge all spd_addr.h into the resp. romstage.c files.
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-20 Patrick GeorgiUnify DIMM SPD addressing. For Geode, change the
2010-11-18 Patrick GeorgiEliminate SET_NB_CFG_54 option. There was no board...
2010-11-16 Patrick GeorgiMove the SET_FIDVID* family of configuration options...
2010-11-14 Uwe HermannCK804/MCP55 devicetree.cb cosmetic and indentation...
2010-11-07 Patrick GeorgiMove K8_ALLOCATE_IO_RANGE to Kconfig.
2010-11-07 Patrick GeorgiFIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in one
2010-11-06 Uwe HermannRemove comments that are obsolete since r6028.
2010-11-05 Patrick GeorgiMove QRANK_DIMM_SUPPORT to Kconfig, removing it from...
2010-10-27 Jonathan KollaschConvert ck804_early_smbus.c to a separately compiled...
2010-10-26 Tobias DiedrichWe need to call smp_write_lintsrc() instead of smp_writ...
2010-10-26 Jonathan KollaschConvert all ck804-based boards to tiny bootblock.
2010-10-25 Uwe HermannFactor out common mptable code to mptable_init().
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-09 Uwe HermannRemove various .c #includes from Intel 440BX/82371EB...
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-07 Uwe HermannConvert all Intel 82371AB/EB/MB based boards to TINY_BO...
2010-10-06 Uwe HermannConvert all Intel 440BX boards to Cache-as-RAM (CAR).
2010-10-05 Myles WatsonAdd second CK804 for tyan/s2895 and sunw/ultra40.
2010-10-05 Patrick Georgiattached patch moves a couple more config flags out...
2010-10-05 Patrick Georgi- move EHCI_BAR_INDEX to ehci.h - it's constant as...
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-30 Warren TurkalMove CAR settings to board config for socket 940 boards.
2010-09-28 Myles WatsonRemove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE...
2010-09-27 Uwe HermannAdd a kconfig option to allow the user to select a...
2010-09-25 Uwe HermannDrop some useless "../../../" in #includes (trivial).
2010-09-24 Patrick GeorgiAutomatically fetch bus information for mptable from
2010-09-21 Uwe HermannCut the crap.
2010-09-10 Myles WatsonMove memory type information out of some AMD sockets.
2010-09-09 Arne Georg GleditschPlease find appended. This patch gets rid of the ...
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-30 Jens RottmannRestructured all vendors' Kconfig files to no longer...
2010-08-26 Myles WatsonRemove unused mainboard_config definitions. Trivial.
2010-08-17 Stefan ReinauerWhatever happened here,... The DEC Tulip is a network...
2010-08-16 Myles WatsonWhite space changes for s2881 device tree.
2010-08-14 Stefan ReinauerMy old mcp55 azalia fix from May 2010. Was never checke...
2010-08-13 Myles WatsonBuild 8151 for s2885. Trivial.
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-26 Myles WatsonMake include paths more consistent. Fixes compilation...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-07-06 Myles WatsonA bug fix:
2010-06-22 Myles WatsonFinish fixing Tyan s2881. Simplify ADT7463 initializat...
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan Reinauerfix most usbdebug warnings and fix function names.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
2010-05-16 Rudolf MarekFollowing patch reprograms SIL3114 into PCI IDE native...
2010-05-14 Patrick GeorgiRemove another set of includes from Fam10 romstages:
2010-05-14 Nils Jacobslicense header fixes
2010-05-09 Patrick GeorgiRemove pc80/serial.c includes in ROMCC boards and include
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-05-06 Patrick GeorgiRemove duplicate Kconfig entry. Trivial.
2010-05-05 Patrick GeorgiRename "apic" and "apic_cluster" to "lapic" and "lapic_...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauertry to unify timing initialization across those boards...
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
2010-04-15 Stefan Reinauerremove more warnings. move ROOT_COMPLEX selection to...
next