- fa78d99 Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. by Myles Watson · 12 years ago
- 236aef2 To reduce boot time, remove the double startup IPI and 10 ms delay from lapic_cpu_init.c. The change is by Scott Duplichan · 12 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 12 years ago
- 17cae35 Forgot to 'svn add' src/cpu/x86/name (trivial). by Uwe Hermann · 12 years ago
- 5211a70 Add a few missing license headers based on svn logs, and also add a by Uwe Hermann · 12 years ago
- 16db6c3 Whitespace/typo/cosmetic fixes (trivial). by Uwe Hermann · 12 years ago
- 17daf9a Adapt comment, too. (trivial) by Patrick Georgi · 12 years ago
- a4c0a1d Make timer2 the default choice for TSC initialization. by Patrick Georgi · 12 years ago
- 3e4daf1 2ms is enough time to accurately obtain the clock rate. by Kevin O'Connor · 12 years ago
- 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 12 years ago
- a6f0e12 clean up comment in entry32.inc by Stefan Reinauer · 12 years ago
- c9ce895 make early_mtrr_init() invisible for cache as ram targets as it breaks them. by Stefan Reinauer · 13 years ago
- bc0f7a6 - fix SMM code relocation race by Stefan Reinauer · 13 years ago
- b987f7b don't generate C source code file but use objcopy to include the SMM blob. by Stefan Reinauer · 13 years ago
- 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
- 5f5436f drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" by Stefan Reinauer · 13 years ago
- 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 13 years ago
- ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 13 years ago
- 5934b50 Move the CPU specific includes from by Patrick Georgi · 13 years ago
- f1ce6f2 - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively by Patrick Georgi · 13 years ago
- d4f5373 zero warnings days. by Stefan Reinauer · 13 years ago
- d41a0bc Drop the need for cpu_reset, it's really just a short cut to stage2. by Stefan Reinauer · 13 years ago
- aa987b2 drop unused files by Stefan Reinauer · 13 years ago
- 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 13 years ago
- 10b29d8 thin out romcc epilogue and have it call copy_and_run as by Stefan Reinauer · 13 years ago
- 8a926845 clean up age old via epia target. by Stefan Reinauer · 13 years ago
- 8f2c616 No warnings day, next round. by Stefan Reinauer · 13 years ago
- 3c8ac78 remove more warnings. by Stefan Reinauer · 13 years ago
- c65666f remove more warnings by Stefan Reinauer · 13 years ago
- 0c781b2 -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 13 years ago
- 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 13 years ago
- 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 13 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 13 years ago
- 78acf932 Remove remaining uses of by Patrick Georgi · 13 years ago
- 348a1ba fix a couple of warnings by Stefan Reinauer · 13 years ago
- 020f51f Add scan-build support to the build system. by Patrick Georgi · 13 years ago
- 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 13 years ago
- 9d24c7f - Simplify stack size determination: MAX_CPUS * STACK_SIZE by Patrick Georgi · 13 years ago
- 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 13 years ago
- 92b85aa Fix SMM handler comment. Thanks for noticing, Peter! by Stefan Reinauer · 13 years ago
- 881a553 mini update SMM: by Stefan Reinauer · 13 years ago
- de3206a This is a general cleanup patch by Stefan Reinauer · 13 years ago
- d4c5c44 trival. All the changes is about comment and spaces. by Zheng Bao · 13 years ago
- c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 13 years ago
- ba295dc Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, by Patrick Georgi · 13 years ago
- 535e3b4 Adapt all uses of CONFIG_XIP_ROM_BASE to use by Patrick Georgi · 13 years ago
- 9a432ab Forgot a CBFS_PREFIX change in appropriate commit (r5102). by Patrick Georgi · 13 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 13 years ago
- 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 13 years ago
- ce56835 - use LAPIC timer if selected (instead of TSC all the time) [kconfig] by Patrick Georgi · 13 years ago
- 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 13 years ago
- 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 13 years ago
- 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 13 years ago
- a068164 Add $(obj) paths for a couple of smm files so they don't end up in the top directory. by Myles Watson · 13 years ago
- afccdc0 Remove double include of smm directory. Trivial. by Myles Watson · 13 years ago
- 2b09cbb hook up missing x86 SMM into Makefile by Stefan Reinauer · 13 years ago
- c35a451 * refactor x86 smi handler (put all debug stuff in an extra file smiutil.c) by Stefan Reinauer · 13 years ago
- 60fc92a First attempt to integrate SMM in Kconfig. Unused code so far by Stefan Reinauer · 13 years ago
- 707fad0 White space and comment fixes for cache_as_ram.inc files so it's easier to spot by Myles Watson · 13 years ago
- ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 13 years ago
- d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 13 years ago
- b192430 Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty by Peter Stuge · 13 years ago
- 2c54f90 Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references by Peter Stuge · 13 years ago
- 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 13 years ago
- 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 13 years ago
- 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 13 years ago
- 6768f39 Remove: by Patrick Georgi · 13 years ago
- 6e23576 Remove some warnings. by Myles Watson · 13 years ago
- 88f55b2 some progress on kconfig: by Patrick Georgi · 13 years ago
- 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 13 years ago
- 669c4a9 File I missed committing. by Ronald G. Minnich · 13 years ago
- 6ed39d9 This is the final set of changes to allow rumba to build. Rumba is not by Ronald G. Minnich · 13 years ago
- f9d4c2b Fix copy-paste error in src/cpu/x86/Kconfig. by Uwe Hermann · 13 years ago
- 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 13 years ago
- fd4519b This now builds. by Ronald G. Minnich · 13 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 13 years ago
- edee9eb The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA should be 1. by Zheng Bao · 13 years ago
- 8dee52d Don't put .o files in the source tree. (trivial) by Stefan Reinauer · 14 years ago
- e1a6657 this bug sneaked in during conversion by Stefan Reinauer · 14 years ago
- 4da810b add intel speedstep support and some PM fixes. by Stefan Reinauer · 14 years ago
- 4fbefdd * rework tsc based timer code to use inb instead of outb for calibration by Stefan Reinauer · 14 years ago
- 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 14 years ago
- a034dca Move coreboot_ram and coreboot_apc to CBFS. This allows to by Patrick Georgi · 14 years ago
- fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 14 years ago
- 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 14 years ago
- 554fce6 makes the smi handler a little bit less verbose by Stefan Reinauer · 14 years ago
- aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 14 years ago
- a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 14 years ago
- edf4807 drop unused variables in generic smm handler. (trivial) by Stefan Reinauer · 14 years ago
- 2fd2c79 drop another shadow variable (trivial) by Stefan Reinauer · 14 years ago
- 5cbdc1e Fix typo. trivial. by Marc Jones · 14 years ago
- ac36906 fix typo by Stefan Reinauer · 14 years ago
- 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 14 years ago
- 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 14 years ago
- 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 14 years ago
- 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 14 years ago
- 21c8b5a With this patch the v2 build system will create a directory hierarchy by Stefan Reinauer · 14 years ago
- 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 14 years ago
- 7f86ed1 Fix mtrr setup for UMA architectures. by Stefan Reinauer · 14 years ago
- 7dde1da Print a loud warning message if we run out of MTRRs. by Carl-Daniel Hailfinger · 14 years ago