summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/dbm690t/mainboard.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all AMD K8 boardsKyösti Mälkki2018-05-311-190/+0
* mb/amd: Get rid of device_tElyes HAOUAS2018-05-091-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* mainboard.c: Name enable_dev function uniformly `mainboard_enable`Paul Menzel2013-02-251-2/+2
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-061-1/+0
* Cleanup coreboot memory table includesKyösti Mälkki2012-08-081-1/+0
* Drop HAVE_MAINBOARD_RESOURCESKyösti Mälkki2012-08-081-5/+0
* AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki2012-08-021-2/+0
* Drop mainboard chip.hStefan Reinauer2012-07-261-1/+0
* AMD and GFXUMA: drop redundant use of lb_add_memory_range()Kyösti Mälkki2012-07-231-9/+0
* Move setup_uma_memory() to K8 northbridgeKyösti Mälkki2012-07-161-40/+1
* Define global uma_memory variablesKyösti Mälkki2012-07-161-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* zero warnings days...Stefan Reinauer2010-04-151-5/+2
* remove some amd mainboard warnings.Stefan Reinauer2010-04-091-7/+6
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-8/+8
* r4646 enabled early usage of pci_{read,write}_config{8,16,32}Carl-Daniel Hailfinger2009-09-221-22/+10
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-011-3/+0
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-041-4/+4
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-7/+7
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-181-3/+3
* - Fix up amd pistachio and dbm690t.Stefan Reinauer2009-02-151-8/+8
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-3/+3
* Improve mainboard.c comments for DBM690T and Pistachio.Carl-Daniel Hailfinger2009-02-121-11/+14
* Fix AMD Pistachio implicit declarations in the same way as with AMDZheng Bao2008-12-241-5/+5
* Fix implicit declarations in the AMD DBM690T target by using the rightCarl-Daniel Hailfinger2008-12-241-0/+3
* Move mainboard specific changes to the coreboot memory table into theStefan Reinauer2008-12-131-4/+17
* The TALERT of ADT7461 should be pull back high if the temperature is within t...Maggie Li2008-12-051-0/+4
* Add AMD dbm690t ACPI support.Joe Bao2008-12-011-21/+144
* Patch for AMD DBM690T board.Michael Xie2008-09-221-0/+126