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