aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8
AgeCommit message (Expand)Author
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-21This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek
2009-06-05Fix non-revF K8 ram init compilation which was broken in r4341.Carl-Daniel Hailfinger
2009-06-05K8 RAM init debug messages are pretty short and sometimes cryptic. MakeCarl-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-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-28Enable HAVE_HIGH_TABLES by default for northbridges withPatrick Georgi
2009-04-22remove some style guide breaks and warnings from raminit_f_dqs.cStefan Reinauer
2009-04-22Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.Stefan Reinauer
2009-04-18There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...Ronald Hoogenboom
2009-04-13Following patch adds resume (exit from self refresh) support for AMD K8 revFRudolf Marek
2009-04-11This patch fixes an edge case for K8 raminit. Specifically, it brings the codeWard Vandewege
2009-04-10unify spd_ddr2.h (trivial)Stefan Reinauer
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-26During the suspend/resume programming I came to an issue that first 4KB ofRudolf Marek
2009-03-24Every object file with a struct pci_driver ... __pci_driver needs to be markedStefan Reinauer
2009-03-20Fix CPUID typo. This caused fid to memory speed calculations to be off.Marc Jones
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-10This patch adds common elements for ck804-based boards.Myles Watson
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-03-01(Trivial) Add missing header file.Rudolf Marek
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-27This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...Myles Watson
2009-02-17Add QWord support to acpigen.Carl-Daniel Hailfinger
2009-02-03Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek
2009-02-01Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek
2009-01-30Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. NoCarl-Daniel Hailfinger
2009-01-16First part of heterogenous dualchannel support.Carl-Daniel Hailfinger
2009-01-16Refactor K8 rev F DDR2 CL timing retrieval.Carl-Daniel Hailfinger
2009-01-16Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, usingCarl-Daniel Hailfinger
2009-01-15amdk8: This patch fixes ram init problems when using the 9W Sempron part.Dan Lykowski
2008-12-23Add verbose debugging output at SPEW level to noncoherent HyperTransportCarl-Daniel Hailfinger
2008-12-19Fix breakage caused by r3822. I should have known not to touch the k8 stuff...Corey Osgood
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-10-02Whitespace cleanup (trivial).Myles Watson
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-29This patch for the AMD K8 allows a single DIMM to be populated in theMarc Jones
2008-09-19Whitespace and style cleanup. (trivial)Marc Jones
2008-09-19Add AMD K8 S1G1 socket support.Michael Xie Michael.Xie
2008-08-12License updated to GPL v2.Marc Jones
2008-08-02adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-12-05Remove the coherent_ht_car.c file. It is exactly the same asUwe Hermann
2007-11-13Fix ACPI issues brought up with Intel's latest ASL compiler.Stefan Reinauer
2007-11-02This patch changes the "if else" style of parameter matching to table and als...Rudolf Marek
2007-10-31Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2007-10-14Fix the resource end in amdk8/northbridge.c.Rudolf Marek
2007-09-14More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.Yinghai Lu
2007-09-13I still don't understand a word, but I tried to improve the documentation. (t...Stefan Reinauer
2007-05-21fix some typos, clarify comments and drop dead code (trivial)Stefan Reinauer
2007-04-22Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.Uwe Hermann
2007-04-06YhLu's patch from January 18th.Yinghai Lu
2007-04-06This commit is part of YhLu's patch from January 18th.Yinghai Lu
2007-04-06YhLu's patch from January 18th. This part is mostly cleaning up Yinghai Lu
2007-04-06Trivial patch:Stefan Reinauer
2007-02-01Fix typo which breaks the build ('defalut' should be 'default').Ed Swierk
2006-11-19Fix hardcoding of iasl path. iasl is in the user path in the Uwe Hermann
2006-10-05K8_4RANK to QRANKYinghai Lu
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-04-11small fixes to get Ward Vandewege's Tyan board booting.Stefan Reinauer
2006-04-03new cache_as_ram support Yinghai Lu
2006-03-26trying to translate some of this.Stefan Reinauer
2006-01-04typoYinghai Lu
2006-01-04type error fixed...Yinghai Lu
2005-12-14from issue 53: don't set TOM2 if 4G less mem installed, opt for init_eccYinghai Lu
2005-12-08fix bus problem with s2885 with issue 47Yinghai Lu
2005-12-06from issue 47, put chain on bus 0, 0x40, 0x80, 0xc0Yinghai Lu
2005-12-06use hcdn to simplify the mptable.c and irqtable.c --- patch fro issueYinghai Lu
2005-12-041203_hcdn.diff: Stefan Reinauer
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-12-01Applying YhLu's patch from issue 37.Stefan Reinauer
2005-11-26- Apply 11_24_a_s1_core.diff fromStefan Reinauer
2005-11-23CAR patch from YH LURonald G. Minnich
2005-10-25- See Issue Tracker id-11.Jason Schildt
2005-10-25- See Issue Tracker id-10 "lnxi-patch-10".Jason Schildt
2005-10-25- See Issue Tracker id-4 "lnxi-patch-4" Jason Schildt
2005-08-10Undoing all HDAMA commits from LNXI from r2005->2003Jason Schildt
2005-08-09- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.Jason Schildt
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-52arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-8arch import user (historical)
2005-02-02make debugging a bit more usefulStefan Reinauer
2005-02-018 ways works nowYinghai Lu
2005-01-27coherent.c don't need to read incoherent ht capYinghai Lu
2005-01-26pre_d0Yinghai Lu
2005-01-25-Make 1, 2, 4, 6 installed cpu works.Yinghai Lu
2005-01-21move apic cluster before pci_domain in MB Config.lbYinghai Lu
2005-01-21move apic cluster before pci_domain in MB Config.lbYinghai Lu
2005-01-20linkb_to_hostYinghai Lu
2005-01-19minor reformatLi-Ta Lo
2005-01-19linkb_to_hostYinghai Lu