- d4d5e4d Via Epia-N and C3: Set ioapic delivery type in Kconfig by Patrick Georgi · 12 years ago
- 472efa6 Remove whitespace. by Patrick Georgi · 12 years ago
- 12b7262 VIA cpus: apply un-written naming rules by Kyösti Mälkki · 12 years ago
- adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 12 years ago
- 784544b Remove XIP_ROM_BASE by Patrick Georgi · 12 years ago
- 9438da3 Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9 by Rudolf Marek · 12 years ago
- 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 12 years ago
- d4814bd more ifdef -> if fixes by Stefan Reinauer · 12 years ago
- 5005bb06 Unify use of post_code by Alexandru Gagniuc · 12 years ago
- 7b0500c Revert r5902 to make code more readable again. At least three people like to by Stefan Reinauer · 13 years ago
- 5bb9fd6 Now that the VIA code is run above 1Meg (like other boards), it should by Kevin O'Connor · 13 years ago
- 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 13 years ago
- 4ffde94 Reduce duplicate definition in CAR code. by Warren Turkal · 13 years ago
- 554c052 Remove some duplicate #include files (trivial). by Uwe Hermann · 13 years ago
- 36455aa Add comments to make it clear why these two lines are written like that: by Uwe Hermann · 13 years ago
- dd83670 Factor out common CAR asm snippets. by Uwe Hermann · 13 years ago
- f11b81d fix VIA C7 code. by Stefan Reinauer · 13 years ago
- 66d1687 CAR simplifications, typos, readability improvements (trivial). by Uwe Hermann · 13 years ago
- 4292684 Various cosmetic and coding style fixes in CAR code (trivial). by Uwe Hermann · 13 years ago
- 1d36d6d Use existing, readable MTRR #defines instead of hardcoding numbers. by Uwe Hermann · 13 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
- 7a59a44 Move VIA C7 board CAR config to VIA C7 instead of boards. by Warren Turkal · 13 years ago
- 24f83a7 It should not be necessary to read in the rom during CAR setup. by Kevin O'Connor · 13 years ago
- 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 13 years ago
- aed9920 replace outb -> port 0x80 with post_code() in some places. 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
- e08c29e a single place for the romstage stack for copy_and_run. by Stefan Reinauer · 13 years ago
- f17ca16 Speed up coreboot_ram loading by moving the decompression stack 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
- 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 13 years ago
- 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 13 years ago
- c65666f remove more warnings by Stefan Reinauer · 13 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
- eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
- a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
- 535e3b4 Adapt all uses of CONFIG_XIP_ROM_BASE to use by Patrick Georgi · 14 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
- e8d943f Fix ACPI build on a couple of boards (now that it's active) by Patrick Georgi · 14 years ago
- 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 14 years ago
- 707fad0 White space and comment fixes for cache_as_ram.inc files so it's easier to spot by Myles Watson · 14 years ago
- 0bc6154 Remove CONFIG_ from #defines that aren't config variables. Trivial. by Myles Watson · 14 years ago
- f078be2 Remove some more instances of including previous empty x86/fpu/Makefile.inc by Peter Stuge · 14 years ago
- b192430 Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty by Peter Stuge · 14 years ago
- 2c54f90 Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references by Peter Stuge · 14 years ago
- 7762606 Similar to r4626, change obj-y to driver-y for VIA C3 and C7. by Uwe Hermann · 14 years ago
- e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 14 years ago
- 892b091 Make all Kconfig enabled boards build (tested with kbuildall). by Patrick Georgi · 14 years ago
- d82e128 This goes a surprisingly long way to building the epia-n. It also has by Ronald G. Minnich · 14 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 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
- 9322578 Create a valid stack pointer after leaving CAR, so function calls don't by Patrick Georgi · 14 years ago
- aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 14 years ago
- 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 15 years ago
- 845a2eba Add another CPUID to the Via C7's table, the one on my Jetway J7F2. by Corey Osgood · 15 years ago
- 92f3eda Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have tried by Carl-Daniel Hailfinger · 15 years ago
- cfcc9ca * split model_centaur into model_c3 and model_c7 by Stefan Reinauer · 16 years ago
- aeea7c1 Via C3 datasheets don't make any mention of microcode updates, and the by Corey Osgood · 16 years ago
- c9f8a67 This patch adds the pci ids of c7 cpus to the existing model_centaur. c3 by Corey Osgood · 16 years ago
- 124e4a4 analog changes for the cpu_driver structures... by Stefan Reinauer · 16 years ago
- 5eca348 Add newer Via Nehemiah stepping levels. by Jonathan McDowell · 17 years ago
- af77a61 add another Via C3 cpu id reported by grzegorz@el-kom.pl by Stefan Reinauer · 18 years ago
- 9442591 fixed fsf address by Ronald G. Minnich · 18 years ago
- 43225bc EPIA-M fixup by Ronald G. Minnich · 18 years ago
- afa190e Add VIA C3 Nehemiah CPUID, as reported by Doug Bell. by Jonathan McDowell · 18 years ago
- 69afe28 mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex expression. by Eric Biederman · 19 years ago
- 0afcba7 Changes to allow Via/Epia code to be compiled after recent code changes. by Mark Wilkinson · 19 years ago