summaryrefslogtreecommitdiff
path: root/src/mainboard/amd
AgeCommit message (Expand)Author
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-18Rework boolean expression (DeMorgan and all) forPatrick Georgi
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-17Remove failover/fallback/normal handling in mainboards'Patrick Georgi
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2010-03-16Add entries of RS780, SB700, Mahogany, Mahogany_fam10 into theZheng Bao
2010-03-16The code can run on the Mahogany board, which is one of sample boardsZheng Bao
2010-03-161. Features of mahogany.Zheng Bao
2010-03-11Replace clear_memory with memset.Myles Watson
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01Drop unused doit.sh files (trivial).Uwe Hermann
2010-03-01- Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi
2010-02-28disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job,Stefan Reinauer
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-25Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi
2010-02-25Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi
2010-02-23Only handle code as "driver" that actually uses our driverPatrick Georgi
2010-02-22fix builds...Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-09Actually set HAVE_OPTION_TABLES for the boards that need it.Patrick Georgi
2010-02-09Move all the copies of the romstage.inc rule toPatrick Georgi
2010-02-09Port of CS5536 early UART setup from v3.Edwin Beasant
2010-02-08Clean up ACPI:Patrick Georgi
2010-02-08straighten naming scheme for application processor rom stage files.Stefan Reinauer
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07fix further build.h dependencies that were undetected before we enabled it on Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-02-04Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2010-01-26- Clean up and comment writing of MSRs for cache control (Backport from v3)Edwin Beasant
2010-01-25Fix ACPI build on a couple of boards (now that it's active)Patrick Georgi
2010-01-25More Kconfig changes to improve match with newconfig:Patrick Georgi
2010-01-25Align several kconfig options to match newconfig:Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2009-12-31romcc:Patrick Georgi
2009-12-18Clean up amd/dbm690t and kontron/986lcd-m some more (notPatrick Georgi
2009-11-27Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi
2009-11-27Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-11-06Remove some white space and comment differences from devicetree.cb and Config.lbMyles Watson
2009-11-06Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-24Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c
2009-10-24move all register fram definitions to arch/register.hStefan Reinauer
2009-10-23Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson