Age | Commit message (Expand) | Author |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | Add high tables support to all northbridges. | Stefan Reinauer |
2009-04-28 | Enable HAVE_HIGH_TABLES by default for northbridges with | Patrick Georgi |
2009-04-22 | remove some style guide breaks and warnings from raminit_f_dqs.c | Stefan Reinauer |
2009-04-22 | Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. | Stefan Reinauer |
2009-04-18 | There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_... | Ronald Hoogenboom |
2009-04-13 | Following patch adds resume (exit from self refresh) support for AMD K8 revF | Rudolf Marek |
2009-04-11 | This patch fixes an edge case for K8 raminit. Specifically, it brings the code | Ward Vandewege |
2009-04-10 | unify spd_ddr2.h (trivial) | Stefan Reinauer |
2009-04-01 | Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should | Stefan Reinauer |
2009-03-26 | During the suspend/resume programming I came to an issue that first 4KB of | Rudolf Marek |
2009-03-24 | Every object file with a struct pci_driver ... __pci_driver needs to be marked | Stefan Reinauer |
2009-03-20 | Fix CPUID typo. This caused fid to memory speed calculations to be off. | Marc Jones |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2009-03-10 | This patch adds common elements for ck804-based boards. | Myles Watson |
2009-03-10 | This patch makes the boards use a single amdk8_util.asl. There are only | Myles Watson |
2009-03-06 | Fix mmconf (PCIe memory mapped config space access) support in v2. It was | Stefan Reinauer |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2009-03-01 | (Trivial) Add missing header file. | Rudolf Marek |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-27 | This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl... | Myles Watson |
2009-02-17 | Add QWord support to acpigen. | Carl-Daniel Hailfinger |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-02-03 | Following patch converts the run-time SSDT patching via update_ssdt funtion to | Rudolf Marek |
2009-02-01 | Following patch adds dynamic ACPI AML code generator which can be used to | Rudolf Marek |
2009-01-30 | Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. No | Carl-Daniel Hailfinger |
2009-01-16 | First part of heterogenous dualchannel support. | Carl-Daniel Hailfinger |
2009-01-16 | Refactor K8 rev F DDR2 CL timing retrieval. | Carl-Daniel Hailfinger |
2009-01-16 | Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, using | Carl-Daniel Hailfinger |
2009-01-15 | amdk8: This patch fixes ram init problems when using the 9W Sempron part. | Dan Lykowski |
2008-12-23 | Add verbose debugging output at SPEW level to noncoherent HyperTransport | Carl-Daniel Hailfinger |
2008-12-19 | Fix breakage caused by r3822. I should have known not to touch the k8 stuff... | Corey Osgood |
2008-12-19 | Fix a LOT of implicit function declarations before they become errors. | Corey Osgood |
2008-12-18 | This patch gets rid of all the implicit definition warnings for serengeti exc... | Myles Watson |
2008-12-05 | Fixes to AMD MCT code, found by Marco Schmidt <mschmidt@dspace.de> | Stefan Reinauer |
2008-11-08 | The POST_CODE macro had the outb() argument order backwards. | Carl-Daniel Hailfinger |
2008-10-22 | Changed RAM speed calculation to fix RAM modules getting rejected only | Jens Rottmann |
2008-10-02 | Whitespace cleanup (trivial). | Myles Watson |
2008-10-01 | The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of | Carl-Daniel Hailfinger |
2008-09-29 | This patch for the AMD K8 allows a single DIMM to be populated in the | Marc Jones |
2008-09-19 | Whitespace and style cleanup. (trivial) | Marc Jones |
2008-09-19 | Add AMD K8 S1G1 socket support. | Michael Xie Michael.Xie |
2008-08-12 | License updated to GPL v2. | Marc Jones |
2008-08-02 | adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot" | Stefan Reinauer |
2008-07-23 | Memory initialization support for AMD Fam10 B3 (B0-B2 already supported). | Marc Jones |
2008-07-21 | Missed a const in my previous checkin, r3426 (trivial). | Marc Jones |
2008-07-17 | Add manual HT BUID fixup to detect previously set BUIDs in early init. This f... | Marc Jones |
2008-07-17 | Clean up AMD FAM10 HT variable initialization. The structure init is cleaner,... | Marc Jones |
2008-07-16 | Clean up comments, whitespace, and copyright date in the AMD HT code. | Marc Jones |
2008-04-25 | Remove inline from FAM10 CPU initialization functions. | Marc Jones |