Age | Commit message (Expand) | Author |
2009-10-01 | Fix Kconfig build for K8 boards. | Myles Watson |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-09-29 | More consistent use of "default n" and "select XYZ" in | Patrick Georgi |
2009-09-23 | fix some wrong versions of the FSF's address (trivial) | Stefan Reinauer |
2009-09-22 | src/Kconfig: Remove HT-specific options. | Myles Watson |
2009-09-17 | Remove warnings from Kconfig. Trivial. | Myles Watson |
2009-09-15 | Don't mix int and boolean for kconfig variables. It might work, it might not. | Patrick Georgi |
2009-08-29 | This is the final set of changes to allow rumba to build. Rumba is not | Ronald G. Minnich |
2009-08-29 | Fixes per Uwe's comments. | Ronald G. Minnich |
2009-08-28 | This is the beginning of support for Geode and Kconfig in v2. | Ronald G. Minnich |
2009-08-28 | Move DCACHE support into the cpu family for AMD model_fxx. | Myles Watson |
2009-08-27 | Added support for the AMD S1G1 socket in kconfig | Cristi Magherusan |
2009-08-25 | Add microcode to socket_940 and socket_F. Part of the last reverting commit. | Myles Watson |
2009-08-25 | Revert socket abstraction. | Myles Watson |
2009-08-25 | Add support for AMD Socket 940. Move common files to model_fxx. | Myles Watson |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-24 | Add support for AM2 CPUs (I fixed the 0x11 issue). | Myles Watson |
2009-08-24 | The variable is already checked when including the socketF subdirectory. | Myles Watson |
2009-08-24 | This patch is about the DA-C2 and RB-C2. Chip with install processor | Zheng Bao |
2009-08-13 | - AMD selected a couple of options that are incompatible with QEmu (and | Patrick Georgi |
2009-08-13 | Fix some conflicting types of variables | Patrick Georgi |
2009-08-12 | This now builds. | Ronald G. Minnich |
2009-08-12 | Fix multiple missing files and errors from the recent commit. This happened | Ronald G. Minnich |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-11 | cpu/amd/model_lx used its own routine for copying coreboot_ram. This | Patrick Georgi |
2009-07-18 | coding style fixes for powernow (trivial) | Stefan Reinauer |
2009-07-17 | Bring S1g1 cpu names up to date with the official | Ward Vandewege |
2009-07-17 | Bring Socket F cpu names up to date with the official | Ward Vandewege |
2009-07-17 | Bring AM2 cpu names up to date with the official | Ward Vandewege |
2009-07-10 | Apparently I'm not the only one who forgets which way the outb and | Ed Swierk |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-07-01 | Add AMD family 10 AM2r2 support. | Zheng Bao |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-21 | This patch adds a proper namestring generation to our ACPIgen generator. | Rudolf Marek |
2009-06-17 | Patch AMD Fam10 C2 for errata 327, 344, 346, 354, 351. | Marc Jones |
2009-06-16 | Maximilian Thuermer found a bug where the HT link capability code was always | Marc Jones |
2009-06-06 | Fix for Erratum 343 for AMD Fam10h CPUs. | Marco Schmidt |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-14 | Update equivalent processor revision ID to load latest microcode patches and | Marc Jones |
2009-05-04 | The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles rev... | Rudolf Marek |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-28 | dd the family10h Rev C0-C2 support to coreboot. | Vincent Lim vincent.lim |
2009-04-27 | Revert 4099 patch that causes an ECC error. Memory has to be written while ECC | Myles Watson |
2009-04-15 | r4097 broke the tree and it remains unfixed :-( | Stefan Reinauer |
2009-04-13 | Following patch adds resume (exit from self refresh) support for AMD K8 revF | Rudolf Marek |
2009-04-13 | Following patch adds necessary hooks and as well the compile time checks for | Rudolf Marek |
2009-04-01 | Updated microcode for for AMD Fam10 DR-B2 and B3. | Zheng Bao |
2009-04-01 | Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should | Stefan Reinauer |
2009-03-25 | The latest ucode patches for Family 10h: | Zeng Bao |
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 | Unify CAR so the same compiled code does the right thing on both | Patrick Georgi |
2009-02-14 | Bellongs to r3946 | Rudolf Marek |
2009-02-14 | Following patch adds dynamically generated P-States infrastructure as well as | Rudolf Marek |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2009-02-03 | Following patch adds missing CPU names. Please check | Rudolf Marek |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |
2008-11-12 | Add another AM2 cpuid to the name string. Also, colapse the cases for duplica... | Marc Jones |
2008-11-03 | Update K8 FID/VID setup. Add support for 100MHz FIDs (revG). | Marc Jones |
2008-10-22 | Speed up copying coreboot to ram by using "movsl" instead of "movsb". | Jens Rottmann |
2008-10-01 | The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of | Carl-Daniel Hailfinger |
2008-09-19 | Add AMD K8 S1G1 socket support. | Michael Xie Michael.Xie |
2008-08-07 | Clean up whitespace and comments style. (trivial) | Marc Jones |
2008-08-02 | adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot" | Stefan Reinauer |
2008-07-23 | Add AMD Fam10 B3 default settings to match AMD example code. | Marc Jones |
2008-07-23 | Update to the latest AMD Fam10 microcode patches. | Marc Jones |
2008-07-17 | Add Fam10 Gart table walk enable for MCA reporting to match AMD example code. | Marc Jones |
2008-04-25 | Remove inline from FAM10 CPU initialization functions. | Marc Jones |
2008-04-24 | Add CPUID processor name string support for Fam10 CPUs. | Marc Jones |
2008-04-24 | On APs the ClLinesToNbDis was being left enabled from CAR setup. | Marc Jones |
2008-04-22 | Clean up and remove late initialization code that is no longer needed. | Marc Jones |
2008-04-22 | Find matching settings for each CPUs FID, VID, and P-state registers and init... | Marc Jones |
2008-04-22 | Update the FAM10 microcode to current versions. | Marc Jones |
2008-04-22 | Missed this file in the previous check-in, r3248. | Marc Jones |
2008-04-22 | Add early MSR and PCI register initialization. | Marc Jones |
2008-04-07 | Re-add files I deleted by mistake in r3219. They are meant for a different | Marc Jones (marc.jones |
2008-04-07 | Don't check exclusive IRQ fieldin the PIR table. | Marc Jones(marc.jones |
2008-03-13 | Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors, | Uwe Hermann |
2008-03-12 | Formatting fixes, no content changes (trivial). | Uwe Hermann |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2008-01-10 | Add a workaround for a bug in some binutils version which strictly | Carl-Daniel Hailfinger |
2008-01-10 | This patch introduces 4k CAR size granularity for the AMD x86 CAR code. | Carl-Daniel Hailfinger |
2008-01-08 | Remove some DOS line endings accidentially introduced in r3014. | Carl-Daniel Hailfinger |
2007-12-19 | Initial AMD Barcelona support for rev Bx. | Marc Jones |
2007-12-19 | Whitespace and other code cleanup in peperation for AMD Barcelona support. | Marc Jones |
2007-11-29 | Update AMD CPU IDs in model_fxx_init.c with information from | Uwe Hermann |
2007-10-31 | Use the preferred order of 'static const' instead of 'const static'. | Uwe Hermann |
2007-10-26 | This code gets us to a working linux boot on the alix1c. I have not tested | Ronald G. Minnich |
2007-10-24 | analog changes for the cpu_driver structures... | Stefan Reinauer |
2007-10-24 | Ever wondered where those "setting incorrect section attributes for | Stefan Reinauer |
2007-10-21 | Put the print in the right place. This is trivial patch but a very | Ronald G. Minnich |
2007-08-30 | Add support for the Athlon64 x2 5000+ CPU. | Torsten Duwe |
2007-05-29 | Use the common LinuxBIOS license header format. | Uwe Hermann |
2007-05-26 | This patch fixes the processor name string for Rev F. CPUs. | Sven Kapferer |
2007-05-22 | Add missing license headers, minor cosmetic fixes in existing headers. | Uwe Hermann |