aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
AgeCommit message (Expand)Author
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
2009-09-22Fix compilation for serengeti when HAVE_ACPI_TABLES is set. Trivial.Myles Watson
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-09-22Kill dead comment.Carl-Daniel Hailfinger
2009-09-22r4534 introduced devicetree.cb in every mainboard directory, but didn'tCarl-Daniel Hailfinger
2009-09-22r4646 enabled early usage of pci_{read,write}_config{8,16,32}Carl-Daniel Hailfinger
2009-09-17Remove warnings from Kconfig. Trivial.Myles Watson
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-29Set the mainboard/amd directory up to support more than one. Ronald G. Minnich
2009-08-28r4534 introduced devicetree.cb in every mainboard directory, but didn'tCarl-Daniel Hailfinger
2009-08-27Clean up some DCACHE related options.Patrick Georgi
2009-08-25Make PCI_ROM_RUN a boolean (like it is elsewhere) whichPatrick Georgi
2009-08-25Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12Remove duplicate file, adjust Makefile to use the original copy.Patrick Georgi
2009-08-12Fix multiple missing files and errors from the recent commit. This happenedRonald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-11Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson
2009-06-17Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson
2009-06-06When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger
2009-06-04The point of the patch is to make it easier to understand the raminitMyles Watson
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-05-15There were a few updates lately that generates ROM size > 512K. I am changing...Vincent Lim
2009-05-14Update equivalent processor revision ID to load latest microcode patches andMarc Jones
2009-05-14Trivia: remove commentVincent Lim
2009-05-14From AMD family 10h Processor BKDG (rev. D): a platform is capable of having ...Vincent Lim
2009-05-01Trivial patch to make #defines generated from cmos.layout have unique names. ...Myles Watson
2009-04-30Add "printk" support to all CAR targetsStefan Reinauer
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-22drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer
2009-04-21Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger
2009-04-15r4097 broke the tree and it remains unfixed :-( Stefan Reinauer
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-13I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek
2009-04-12This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger
2009-04-11Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-31Add the CONFIG_ROMS config variable. Ronald G. Minnich
2009-03-17- TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in theCarl-Daniel Hailfinger
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-10This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-19This patch is for AMD boards which can do the P state generation. This justRudolf Marek
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2009-02-15- Fix up amd pistachio and dbm690t.Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-12Fix typo in PCI ID (1914 should have been 7914).Carl-Daniel Hailfinger
2009-02-12Remove dead lines. Trivial.Carl-Daniel Hailfinger
2009-02-12Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1)Carl-Daniel Hailfinger
2009-02-12Improve mainboard.c comments for DBM690T and Pistachio.Carl-Daniel Hailfinger
2009-02-11Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929.Carl-Daniel Hailfinger
2009-02-03Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek
2009-01-28Correct FDAT->FADT typo.Carl-Daniel Hailfinger
2009-01-20This patch makes the recently added assembler debug optional, as it mayStefan Reinauer
2009-01-16The DBM90T code sets bit 10 in _PSS as part of the control value, butCarl-Daniel Hailfinger
2009-01-12Check to see if K8 processor is capable of changing FIDVID otherwise it will ...Dan Lykowski
2009-01-06The ACPI PSS CPU Pstate table was calculating the frequency incorrectly forMarc Jones
2008-12-24Fix AMD Pistachio implicit declarations in the same way as with AMDZheng Bao
2008-12-24Fix implicit declarations in the AMD DBM690T target by using the rightCarl-Daniel Hailfinger
2008-12-23Handle RS690 quirks for 1 GHz noncoherent HyperTransport.Carl-Daniel Hailfinger
2008-12-23Remove a unneccessary typedef from acpi_tables.c in the AMD PistachioCarl-Daniel Hailfinger
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-14oops. there went a new mainboard into the tree and i missed it. Add mainboardStefan Reinauer
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-12-09AMD PISTACHIO mainboard support.Maggie Li
2008-12-05The TALERT of ADT7461 should be pull back high if the temperature is within t...Maggie Li
2008-12-02I missed the svn add on r3787. These are the additional files. Joe Bao
2008-12-01Add AMD dbm690t ACPI support.Joe Bao
2008-11-28This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer
2008-10-13Drop unused (or commented / #if 0) reset.c files.Uwe Hermann
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-10-11Drop a number of duplicated failover.c files (they have the same contentUwe Hermann
2008-10-02Fix a typo.Carl-Daniel Hailfinger
2008-10-02Use easily readable macros to setup interrupt routing.Carl-Daniel Hailfinger
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-29AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CARMarc Jones
2008-09-26Add IRQ12 to the dbm690t mptable for mouse interrupt support.Marc Jones
2008-09-22Patch for AMD DBM690T board.Michael Xie
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
2008-08-01oops, forgot these in the cleanup.. (trivial)Stefan Reinauer
2008-07-23Update to the latest AMD Fam10 microcode patches.Marc Jones
2008-05-16Geode platforms that use a LPC Super I/O had the LPC serial IRQ set to allMarc Jones
2008-05-09coreboot-v2: Disable second serial port on NorwichJordan Crouse
2008-04-25Remove inline from FAM10 CPU initialization functions.Marc Jones
2008-04-22Find matching settings for each CPUs FID, VID, and P-state registers and init...Marc Jones
2008-04-22Add early MSR and PCI register initialization. Marc Jones
2008-03-29Now coreboot performs IRQ routing for some boards.Nikolay Petukhov
2008-02-05Factor out print_conf() from Geode LX mainboard directories. TheCarl-Daniel Hailfinger
2008-01-28v2: Fix Serengeti-Cheetah flags tooJordan Crouse
2008-01-28[V2]: Add CFLAGS to targets to suck in any passed in flagsJordan Crouse