1. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  2. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  3. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  4. 669c4a9 File I missed committing. by Ronald G. Minnich · 15 years ago
  5. 6ed39d9 This is the final set of changes to allow rumba to build. Rumba is not by Ronald G. Minnich · 15 years ago
  6. f9d4c2b Fix copy-paste error in src/cpu/x86/Kconfig. by Uwe Hermann · 15 years ago
  7. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  8. fd4519b This now builds. by Ronald G. Minnich · 15 years ago
  9. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  10. edee9eb The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA should be 1. by Zheng Bao · 15 years ago
  11. 8dee52d Don't put .o files in the source tree. (trivial) by Stefan Reinauer · 15 years ago
  12. e1a6657 this bug sneaked in during conversion by Stefan Reinauer · 15 years ago
  13. 4da810b add intel speedstep support and some PM fixes. by Stefan Reinauer · 15 years ago
  14. 4fbefdd * rework tsc based timer code to use inb instead of outb for calibration by Stefan Reinauer · 15 years ago
  15. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  16. a034dca Move coreboot_ram and coreboot_apc to CBFS. This allows to by Patrick Georgi · 15 years ago
  17. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  18. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  19. 554fce6 makes the smi handler a little bit less verbose by Stefan Reinauer · 15 years ago
  20. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  21. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  22. edf4807 drop unused variables in generic smm handler. (trivial) by Stefan Reinauer · 15 years ago
  23. 2fd2c79 drop another shadow variable (trivial) by Stefan Reinauer · 15 years ago
  24. 5cbdc1e Fix typo. trivial. by Marc Jones · 15 years ago
  25. ac36906 fix typo by Stefan Reinauer · 15 years ago
  26. 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 16 years ago
  27. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 16 years ago
  28. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 16 years ago
  29. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 16 years ago
  30. 21c8b5a With this patch the v2 build system will create a directory hierarchy by Stefan Reinauer · 16 years ago
  31. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  32. 7f86ed1 Fix mtrr setup for UMA architectures. by Stefan Reinauer · 16 years ago
  33. 7dde1da Print a loud warning message if we run out of MTRRs. by Carl-Daniel Hailfinger · 16 years ago
  34. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  35. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago
  36. 43bb9cd This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. by Myles Watson · 16 years ago
  37. 00a889c Support for Intel Core Duo and Core 2 Duo (tm) CPUs. by Stefan Reinauer · 16 years ago
  38. 87c938f adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot" by Stefan Reinauer · 16 years ago
  39. 6852406 Go back to SIPI WAIT state for those CPUS defining the newly introduced by Stefan Reinauer · 16 years ago
  40. a56edac This patch by Stefan Reinauer · 16 years ago
  41. 57d2af8 same spelling in all mtrr output.. (trivial) by Stefan Reinauer · 16 years ago
  42. 4afb7fb Add a workaround for a bug in some binutils version which strictly by Carl-Daniel Hailfinger · 16 years ago
  43. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  44. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  45. 188288a Fix compilation of Tyan S2735 which was broken by accident in r3038. by Carl-Daniel Hailfinger · 17 years ago
  46. 4d1aa0a This patch is an attempt at introducing 4k CAR size granularity for the by Carl-Daniel Hailfinger · 17 years ago
  47. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  48. cdc5cc6 trivial: fix filename in comment. by Stefan Reinauer · 17 years ago
  49. 21332b8 This is part of the outstanding mcp55 commit from January 18th. It will by Yinghai Lu · 17 years ago
  50. 9620651 Change 'ram' to 'RAM' in user-visible output (closes #60). by Uwe Hermann · 18 years ago
  51. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  52. 9a8e36d init the ECC for BSP and AP at the same time. So reduce init cpus time by Yinghai Lu · 18 years ago
  53. ab4f5d0 fix the tree by Stefan Reinauer · 18 years ago
  54. 4c47532 oops! Slap me on the head for this one. Quick fix for ward until by Stefan Reinauer · 18 years ago
  55. ead7368 add automatic payload compression method to LinuxBIOS by Stefan Reinauer · 18 years ago
  56. 9a791df new cache_as_ram support by Yinghai Lu · 18 years ago
  57. 3a68aeb don't need copy_secondary_start_to_1m_below for non-smp by Yinghai Lu · 19 years ago
  58. 815ced3 1M boundary for _RAMBASE=1M, and CONFIG_LB_TOPK 8M above support by Yinghai Lu · 19 years ago
  59. 72ee9b0 issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1M by Yinghai Lu · 19 years ago
  60. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  61. bc6281a - See Issue Tracker id-6 "lnxi-patch-6-replacement" by Jason Schildt · 19 years ago
  62. 6a2c09a - See Issue Tracker ID-3 "lnxi-patch3" by Jason Schildt · 19 years ago
  63. 1718c47 Make EPIA-M use CONFIG_TSC. by Jonathan McDowell · 19 years ago
  64. a7c70bc Fix hang during secondary CPU sibling init caused by nested spinlocks. by Steven J. Magnani · 19 years ago
  65. e251c42 Changed udelay in delay_tsc to be more be more considerate of single by Hamish Guthrie · 19 years ago
  66. 043b409 Undoing all HDAMA commits from LNXI from r2005->2003 by Jason Schildt · 19 years ago
  67. 6e44b42 - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. by Jason Schildt · 19 years ago
  68. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  69. fb07bf4 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-62 by arch import user (historical) · 19 years ago
  70. 6ca7636 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 by arch import user (historical) · 19 years ago
  71. ef03afa Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34 by arch import user (historical) · 19 years ago
  72. 72c3b05 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-7 by arch import user (historical) · 19 years ago
  73. 6360187 spare one more mtrr by Yinghai Lu · 20 years ago
  74. bec039c minor reformat by Li-Ta Lo · 20 years ago
  75. 953e0f6 add NC support to spare mtrrs for 64G memory stored by Yinghai Lu · 20 years ago
  76. a335402 serialize cpus for >2 by Yinghai Lu · 20 years ago
  77. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  78. 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
  79. f84926e tell people that the segment descriptors are different for ROMCC and GCC code. by Li-Ta Lo · 20 years ago
  80. e507c85 This hurts more than it helps. byebye by Stefan Reinauer · 20 years ago
  81. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  82. 0afcba7 Changes to allow Via/Epia code to be compiled after recent code changes. by Mark Wilkinson · 20 years ago
  83. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  84. a1653cf - Better memory I/O space distinguishing in amd_mtrr.c by Eric Biederman · 20 years ago
  85. a172d98 - Fix bug with > 4GB of memory where PAE was left enabled. by Eric Biederman · 20 years ago
  86. f3ed1cf - HDAMA boots! by Eric Biederman · 20 years ago
  87. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  88. fcd5ace - Add new cvs code to cvs by Eric Biederman · 20 years ago