summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/tilapia_fam10
Commit message (Expand)AuthorAgeFilesLines
* Refactor some alignment handlingPatrick Georgi2012-04-201-10/+10
* Fix the blank in acpi_tables.czbao2012-04-181-9/+9
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+1
* ACPI: More ../../.. removalPatrick Georgi2012-02-221-2/+2
* Remove old AMD fam10 fixme commentMarc Jones2012-02-221-1/+0
* amd/sb700: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-1/+0
* remove trailing whitespaceStefan Reinauer2011-11-012-0/+0
* remove usbdebug.h include from mainboard/romstage codeSven Schnelle2011-10-301-1/+0
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-6/+1
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-131-1/+1
* Update AMD SR5650 and SB700efdesign982011-07-223-8/+13
* Move the ACPI FACP table to the front of the RSDT list. This is done to work ...Scott Duplichan2011-05-201-25/+25
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-1/+0
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-181-6/+0
* SP5100's code is based on SB700. Change the legacy sb700 of sb7xx_51xx.Zheng Bao2011-03-282-5/+26
* 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-012-8/+1
* Make AMD Fam10h CPU microcode updates optional in Expert modeXavi Drudis Ferran2011-02-261-0/+6
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* Following patch makes just one fadt.c file. For SB700.Rudolf Marek2010-12-112-202/+0
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-111-2/+2
* Add TINY_BOOTBLOCK support for AMD SB700.Uwe Hermann2010-12-101-1/+0
* Deduplicate various ACPI .asl files.Uwe Hermann2010-12-094-411/+2
* Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann2010-12-081-1/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-2/+2
* first round name simplification. drop the <component>_ prefix.stepan2010-12-081-3/+2
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-1/+0
* Trivial. Fix typo.Zheng Bao2010-12-071-1/+1
* Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs.Uwe Hermann2010-12-061-4/+0
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-221-4/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-14/+7
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-10/+0
* Convert boards to use mptable_write_buses.Patrick Georgi2010-11-213-32/+3
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-202-199/+0
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-5/+1
* Fix/drop some obsolete comments,Uwe Hermann2010-11-181-1/+1
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-181-2/+0
* This problem was introduced withTobias Diedrich2010-11-171-2/+3
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-161-5/+1
* DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan2010-11-071-1/+1
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-061-2/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-052-1/+1
* Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann2010-11-051-3/+3
* Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway.Uwe Hermann2010-10-311-4/+0
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-261-1/+1
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-22/+2
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-2/+1
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-072-2/+1
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-5/+1