summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
Commit message (Expand)AuthorAgeFilesLines
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-034-4/+4
* Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi2009-05-264-11/+11
* There were a few updates lately that generates ROM size > 512K. I am changing...Vincent Lim2009-05-151-4/+4
* Update equivalent processor revision ID to load latest microcode patches andMarc Jones2009-05-141-4/+5
* Trivia: remove commentVincent Lim2009-05-141-1/+0
* From AMD family 10h Processor BKDG (rev. D): a platform is capable of having ...Vincent Lim2009-05-141-2/+2
* Trivial patch to make #defines generated from cmos.layout have unique names. ...Myles Watson2009-05-012-2/+2
* Add "printk" support to all CAR targetsStefan Reinauer2009-04-302-0/+4
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-306-16/+8
* drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer2009-04-226-12/+12
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-217-265/+7
* r4097 broke the tree and it remains unfixed :-( Stefan Reinauer2009-04-151-0/+5
* v2/src romfs->cbfs renamePeter Stuge2009-04-147-21/+21
* I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek2009-04-134-0/+4
* This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger2009-04-126-16/+14
* Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger2009-04-116-71/+0
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-0112-38/+4
* Add the CONFIG_ROMS config variable. Ronald G. Minnich2009-03-317-3/+45
* - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in theCarl-Daniel Hailfinger2009-03-172-6/+6
* This, ladies and gentlement, is commit #4000.Stefan Reinauer2009-03-131-1/+5
* This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson2009-03-104-647/+3
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-046-12/+12
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-282-15/+15
* This patch is for AMD boards which can do the P state generation. This justRudolf Marek2009-02-196-1209/+8
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-1814-26/+26
* - Fix up amd pistachio and dbm690t.Stefan Reinauer2009-02-152-16/+16
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-125-13/+13
* Fix typo in PCI ID (1914 should have been 7914).Carl-Daniel Hailfinger2009-02-122-2/+2
* Remove dead lines. Trivial.Carl-Daniel Hailfinger2009-02-122-2/+0
* Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1)Carl-Daniel Hailfinger2009-02-122-14/+15
* Improve mainboard.c comments for DBM690T and Pistachio.Carl-Daniel Hailfinger2009-02-122-26/+27
* Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929.Carl-Daniel Hailfinger2009-02-111-1/+0
* Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek2009-02-033-37/+30
* Correct FDAT->FADT typo.Carl-Daniel Hailfinger2009-01-282-2/+2
* This patch makes the recently added assembler debug optional, as it mayStefan Reinauer2009-01-206-6/+6
* The DBM90T code sets bit 10 in _PSS as part of the control value, butCarl-Daniel Hailfinger2009-01-162-11/+29
* Check to see if K8 processor is capable of changing FIDVID otherwise it will ...Dan Lykowski2009-01-123-16/+49
* The ACPI PSS CPU Pstate table was calculating the frequency incorrectly forMarc Jones2009-01-062-8/+6
* Fix AMD Pistachio implicit declarations in the same way as with AMDZheng Bao2008-12-243-14/+12
* Fix implicit declarations in the AMD DBM690T target by using the rightCarl-Daniel Hailfinger2008-12-242-0/+5
* Handle RS690 quirks for 1 GHz noncoherent HyperTransport.Carl-Daniel Hailfinger2008-12-232-0/+2
* Remove a unneccessary typedef from acpi_tables.c in the AMD PistachioCarl-Daniel Hailfinger2008-12-232-2/+2
* Fix a LOT of implicit function declarations before they become errors.Corey Osgood2008-12-192-0/+4
* oops. there went a new mainboard into the tree and i missed it. Add mainboardStefan Reinauer2008-12-142-4/+19
* Move mainboard specific changes to the coreboot memory table into theStefan Reinauer2008-12-132-4/+19
* AMD PISTACHIO mainboard support.Maggie Li2008-12-0922-0/+6076
* The TALERT of ADT7461 should be pull back high if the temperature is within t...Maggie Li2008-12-051-0/+4
* I missed the svn add on r3787. These are the additional files. Joe Bao2008-12-0211-0/+3901
* Add AMD dbm690t ACPI support.Joe Bao2008-12-019-208/+455
* This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer2008-11-285-15/+15
OpenPOWER on IntegriCloud