Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890
[coreboot.git] / src / cpu /
2010-04-24 Stefan Reinauerthese cpus are explicitly supported by model_6bx
2010-04-23 Zheng BaoAMD Socket ASB2 and AM3 support.
2010-04-22 Stefan Reinauerfix ARRAY_SIZE issue.
2010-04-21 Stefan Reinaueroops, sorry for the last commit. This commit changes...
2010-04-21 Stefan Reinauer* clean up all but two warnings on artecgroup dbe61
2010-04-20 Stefan ReinauerMake VSA code selectable in Kconfig
2010-04-15 Myles WatsonRemove a few more warnings from fam10.
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-14 Stefan Reinauerzero warnings days. Down to under 600 different warnings
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-13 Stefan Reinauerfix timer choice in Kconfig. HAVE_INIT_TIMER is selecte...
2010-04-13 Stefan Reinaueruse the standard udelay on sc520.
2010-04-13 Stefan ReinauerSpeed up coreboot_ram loading by moving the decompressi...
2010-04-13 Stefan Reinauerupdate atom car code in the same way that 6ex/6fx was...
2010-04-12 Stefan Reinauerport latest model 6ex car changes to 6fx car, which...
2010-04-12 Stefan Reinauermove model_6ex car to a single file. No more .c files...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-12 Patrick Georgi- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclu...
2010-04-11 Stefan ReinauerThe ADL855PC was never confirmed working (in fact it...
2010-04-09 Stefan ReinauerDrop ASM_CONSOLE_LOGLEVEL from LX car code. We do outpu...
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan ReinauerDrop the need for cpu_reset, it's really just a short...
2010-04-09 Stefan Reinauerdrop unused files
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Stefan Reinauerthin out romcc epilogue and have it call copy_and_run as
2010-04-09 Myles WatsonIndent model_fxx_init and model_10xx_init.
2010-04-08 Myles WatsonCosmetically make init_cpus more similar for fam10...
2010-04-08 Myles WatsonClean up fidvid files using indent.
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-07 Stefan Reinauer- copy_and_run() gets the same calling convention on...
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-03 Stefan Reinauerremove more warnings
2010-04-02 Stefan Reinauerremove more warnings.
2010-04-02 Stefan Reinauerremove some more warnings
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-30 Stefan Reinauerget coreboot_ap memory training in cache mechanism...
2010-03-30 Stefan Reinauerreduce warnings in MCP55 and Fam10 code
2010-03-29 Stefan Reinauertrivial warning cleanups
2010-03-29 Stefan Reinauerqemu: drop "northbridge.c" from src/cpu/...
2010-03-29 Stefan Reinauercpu_driver structs need to be const, too...
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-24 Stefan ReinauerSMM: remove hack that was needed back in oldconfig...
2010-03-23 Maximilian ThuermerFix reading HT link offsets.
2010-03-22 Myles WatsonRevert my debugging patch that got committed by acciden...
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Zheng BaoThe parameters of memset() should be
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-03-17 Stefan Reinauermore warnings gone...
2010-03-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2010-03-17 Stefan Reinauermore warning fixes.
2010-03-17 Stefan Reinauerfix dell s1850, ROMCC didn't seem to like SSE2 memtest...
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-17 Myles WatsonSource all Kconfig files for Intel® CPU models..
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-11 Myles WatsonReplace spaces with tabs. Trivial.
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-10 Arne Georg GleditschThe following patch implements Opteron Fam 10 rev D...
2010-03-06 Keith HuiAdd support for the 0x06B1 CPU ID for Celeron (Tualatin).
2010-03-05 Keith HuiAdd proper Slot 1 CPU support code/infrastructure.
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Patrick Georgi- Simplify stack size determination: MAX_CPUS * STACK_SIZE
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-23 Rudolf MarekClobber registers as appropriate in AMD CAR code, and
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Stefan ReinauerFix SMM handler comment. Thanks for noticing, Peter!
2010-02-22 Stefan Reinauermini update SMM:
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-20 Zheng Baotrival. All the changes is about comment and spaces.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-11 Patrick GeorgiFix AUTO_XIP_ROM_BASE issues on AMD boards with certain...
2010-02-11 Patrick GeorgiAdapt all uses of CONFIG_XIP_ROM_BASE to use
2010-02-10 Patrick GeorgiForgot a CBFS_PREFIX change in appropriate commit ...
2010-02-09 Patrick GeorgiAllow building images with different prefixes (ie....
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-02-04 Stefan Reinauertypo
2010-02-04 Stefan ReinauerMove CAR settings for all GX1, GX2, LX and Intel Slot2...
2010-01-26 Edwin Beasant- Clean up and comment writing of MSRs for cache contro...
2010-01-25 Patrick GeorgiFix ACPI build on a couple of boards (now that it's...
2010-01-25 Patrick GeorgiMore Kconfig changes to improve match with newconfig:
2010-01-18 Patrick GeorgiMove all IOAPIC selection to southbridges, and remove...
2010-01-16 Stefan ReinauerMake internal functions static in speedstep ACPI genera...
2010-01-16 Stefan ReinauerFix stack base for Atom CPUs, the resume mechanism...
2010-01-16 Stefan ReinauerMicro-optimization: movl $0 --> xorl.
2010-01-16 Stefan Reinauernew microcode for Intel Core 2(tm) CPUs
2010-01-11 Patrick GeorgiMake qemu use the udelay function in src/pc80/udelay_io.c
2010-01-06 Patrick GeorgiKconfig builds all boards now.
2010-01-05 Rudolf Marek- Let AMD CAR code pick the right XIP area
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
next