aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86
AgeCommit message (Expand)Author
2011-06-18SMM: flush caches after disabling cachingSven Schnelle
2011-06-15SMM: don't overwrite SMM memory on resumeSven Schnelle
2011-05-10This replaces the fixed shift values in the apic timer init with macros.Vikram Narayanan
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-19Fix some more misuses of ifdef/if definedStefan Reinauer
2011-04-14drop half an uart8250 implementation from smiutil and use the common code Stefan Reinauer
2011-04-14earlymtrr.c: wipe some dead code, use names instead of numbers and someStefan Reinauer
2011-04-14drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
2011-01-19Now that the VIA code is run above 1Meg (like other boards), it shouldKevin O'Connor
2010-12-18SMM for AMD K8 Part 1/2Stefan Reinauer
2010-12-18Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 boardPatrick Georgi
2010-12-16- Fix shortcoming in Kconfig when handling multiple "choice"sStefan Reinauer
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-13MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan
2010-10-20Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial.Myles Watson
2010-10-19To reduce boot time, remove the double startup IPI and 10 ms delay from lapic...Scott Duplichan
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-29Forgot to 'svn add' src/cpu/x86/name (trivial).Uwe Hermann
2010-09-27Add a few missing license headers based on svn logs, and also add aUwe Hermann
2010-09-23Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann
2010-09-09Adapt comment, too. (trivial)Patrick Georgi
2010-09-08Make timer2 the default choice for TSC initialization.Patrick Georgi
2010-09-072ms is enough time to accurately obtain the clock rate.Kevin O'Connor
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-14clean up comment in entry32.incStefan Reinauer
2010-08-01make early_mtrr_init() invisible for cache as ram targets as it breaks them.Stefan Reinauer
2010-08-01- fix SMM code relocation raceStefan Reinauer
2010-05-30don't generate C source code file but use objcopy to include the SMM blob.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-04-14move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer
2010-04-12Move the CPU specific includes fromPatrick Georgi
2010-04-12- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusivelyPatrick Georgi
2010-04-09zero warnings days.Stefan Reinauer
2010-04-09Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer
2010-04-09drop unused filesStefan Reinauer
2010-04-09copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer
2010-04-09thin out romcc epilogue and have it call copy_and_run asStefan Reinauer
2010-04-07clean up age old via epia target.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-03remove more warnings.Stefan Reinauer
2010-04-03remove more warningsStefan Reinauer
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-24SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01- Simplify stack size determination: MAX_CPUS * STACK_SIZEPatrick Georgi
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22Fix SMM handler comment. Thanks for noticing, Peter!Stefan Reinauer
2010-02-22mini update SMM:Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-20trival. All the changes is about comment and spaces.Zheng Bao
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-11Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi
2010-02-11Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi
2010-02-10Forgot a CBFS_PREFIX change in appropriate commit (r5102).Patrick Georgi
2010-02-07newconfig is no more.Patrick Georgi
2010-01-04- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi
2010-01-04- use LAPIC timer if selected (instead of TSC all the time) [kconfig]Patrick Georgi
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-27Add $(obj) paths for a couple of smm files so they don't end up in the top di...Myles Watson
2009-10-26Remove double include of smm directory. Trivial.Myles Watson
2009-10-24hook up missing x86 SMM into Makefile Stefan Reinauer
2009-10-24* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)Stefan Reinauer
2009-10-24First attempt to integrate SMM in Kconfig. Unused code so farStefan Reinauer
2009-10-23White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-17Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge
2009-10-17Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge
2009-10-16Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge
2009-10-16Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-09-29Remove some warnings.Myles Watson
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-08-29File I missed committing.Ronald G. Minnich
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-25Fix copy-paste error in src/cpu/x86/Kconfig.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-11The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...Zheng Bao
2009-07-22Don't put .o files in the source tree. (trivial)Stefan Reinauer
2009-07-21this bug sneaked in during conversionStefan Reinauer
2009-07-21add intel speedstep support and some PM fixes.Stefan Reinauer
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi