aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mahogany
AgeCommit message (Expand)Author
2012-11-28amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi
2012-11-27Remove AMD special case for LAPIC based udelay()Patrick Georgi
2012-11-16Drop CONFIG_HAVE_BUS_CONFIG, clean up KconfigStefan Reinauer
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-08-08Cleanup coreboot memory table includesKyösti Mälkki
2012-08-08Drop HAVE_MAINBOARD_RESOURCESKyösti Mälkki
2012-08-02AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki
2012-07-26Drop mainboard chip.hStefan Reinauer
2012-07-23AMD and GFXUMA: drop redundant use of lb_add_memory_range()Kyösti Mälkki
2012-07-16Move setup_uma_memory() to K8 northbridgeKyösti Mälkki
2012-07-16Define global uma_memory variablesKyösti Mälkki
2012-05-08Clean up #ifsPatrick Georgi
2012-04-20Refactor some alignment handlingPatrick Georgi
2012-03-08Unify Local APIC address definitionsPatrick Georgi
2012-02-22ACPI: More ../../.. removalPatrick Georgi
2012-02-17amd/sb700: Move HAVE_HARD_RESET to southbridgePatrick Georgi
2011-12-21Add RS780 defaut graphics ID to AMD Mahogany mainboard.Marc Jones
2011-10-30remove usbdebug.h include from mainboard/romstage codeSven Schnelle
2011-10-13Use default table creator macro for all SSDTsStefan Reinauer
2011-10-13mptable: Refactor mptable generation some morePatrick Georgi
2011-10-13mptable: Get rid of fixup_virtual_wirePatrick Georgi
2011-07-22Update AMD SR5650 and SB700efdesign98
2011-05-20Move the ACPI FACP table to the front of the RSDT list. This is done to work ...Scott Duplichan
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-03-28SP5100's code is based on SB700. Change the legacy sb700 of sb7xx_51xx.Zheng Bao
2011-03-01Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle
2010-12-16Get mptable OEM/product ID from kconfig variables.Uwe Hermann
2010-12-11Following patch makes just one fadt.c file. For SB700.Rudolf Marek
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-09Deduplicate various ACPI .asl files.Uwe Hermann
2010-12-08Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann
2010-12-08second round name simplification. drop the <component>_ prefix.stepan
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-11-21Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann
2010-11-21Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann
2010-11-21Convert boards to use mptable_write_buses.Patrick Georgi
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-18Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi
2010-11-17This problem was introduced withTobias Diedrich
2010-11-16Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi
2010-11-07DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan
2010-11-05Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi
2010-11-05Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann
2010-10-26We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich
2010-10-25Factor out common mptable code to mptable_init().Uwe Hermann
2010-10-24Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-10-02Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann
2010-10-01ICS951462_ADDRESS defined but _never_ used. Drop it.Patrick Georgi
2010-09-28Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-09-24Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann
2010-09-10Move memory type information out of some AMD sockets.Myles Watson
2010-09-07Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-30Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann
2010-08-27drop three unneeded config variables:Jens Rottmann
2010-08-26Remove unused mainboard_config definitions. Trivial.Myles Watson
2010-08-17Tilapila supports both dual slot and single slot. The difference should beWang Qing Pei
2010-08-17Whatever happened here,... The DEC Tulip is a network card, no bridge of anyStefan Reinauer
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-07-26Make include paths more consistent. Fixes compilation errors for me.Myles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-05-21Add "reasonable" values in ASL at places we overwrite fromStefan Reinauer
2010-05-20Move generation of mptable entries for ISA to generic code.Patrick Georgi
2010-05-08Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi
2010-05-05Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi
2010-04-25Trivial. The comment also need to modify.Zheng Bao
2010-04-25The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.Zheng Bao
2010-04-16zero warnings days: unify mp tables. fix warnings.Stefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-04-09remove some amd mainboard warnings.Stefan Reinauer
2010-04-09copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer
2010-04-09Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson
2010-04-08Clean up fidvid files using indent.Myles Watson
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson
2010-04-07move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-30drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer
2010-03-30unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer
2010-03-29This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer
2010-03-29__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-26Remove dead code and make white space more consistent for acpi_tables.cMyles Watson
2010-03-261. Remove warnings and multiple blank lines.Zheng Bao
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-18Rework boolean expression (DeMorgan and all) forPatrick Georgi
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2010-03-161. Features of mahogany.Zheng Bao