1. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  2. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  3. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  4. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  5. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  6. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  7. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  8. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  9. 753169d Kconfig builds all boards now. by Patrick Georgi · 15 years ago
  10. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  11. c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 15 years ago
  12. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  13. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  14. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  15. 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 15 years ago
  16. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  17. eed1036 As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted to by Rudolf Marek · 15 years ago
  18. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  19. dc9cabd Add via south support. Correct usage of conditional variables. by Ronald G. Minnich · 15 years ago
  20. 9c2e738 Add the rest of the files. by Jon Harrison · 15 years ago
  21. 1825be2 Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: by Jon Harrison · 15 years ago
  22. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  23. aeb6c98 sb/via/k8t890: add vga textmode code for k8m890 chrome igp. by Luc Verhaegen · 15 years ago
  24. 28f17db Add legacy I/O region for vt8237r southbridge. by Myles Watson · 15 years ago
  25. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  26. 9a7368d I missed three files. by Jon Harrison · 15 years ago
  27. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  28. a519fe7 Following patch moves all vt8237 fadt.c from mainboard/* file to chipset by Rudolf Marek · 15 years ago
  29. 299a00f Fix the build. This error was introduced by change in acpi.c, the acpi_slp_type exists only conditionally. by Rudolf Marek · 15 years ago
  30. 497c8ef Following patch adds support for resume on VT8237 based motherboards. The NB by Rudolf Marek · 15 years ago
  31. 9e9fa82 To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves by Rudolf Marek · 15 years ago
  32. ae762b5 use include file for i8259 where appropriate (trivial) by Stefan Reinauer · 15 years ago
  33. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  34. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  35. 809242a Fix implicit declaration in cn700/vt8237 code by Corey Osgood · 16 years ago
  36. 31e52e6 The patch changes the LDTSTOP length as well mostly default content of 0xec, by Rudolf Marek · 16 years ago
  37. 01a9c1b Final fix for C7 boards, which are still using ROMCC, to be able to by Corey Osgood · 16 years ago
  38. 8829c7d ROMCC chokes on vt8237_early_network_init(). Since that function is only by Carl-Daniel Hailfinger · 16 years ago
  39. ca11e7c Revision 3567 introduced __attribute__((packed)) for a structured which by Carl-Daniel Hailfinger · 16 years ago
  40. 8ce164d Remove an extra bracket left by the vt8237r cleanup patch (trivial) by Corey Osgood · 16 years ago
  41. 0a20c41 VIA VT8237R cleanups (trivial). by Uwe Hermann · 16 years ago
  42. 0b0771d Attached patch fixes at least one issue ;) During the PCI BAR sizing must be the by Rudolf Marek · 16 years ago
  43. d9f29c8 This patch adds support for the VIA VT8237S south bridge. The VT8237R programming remains unchanged (tested by Rudolf Marek · 16 years ago
  44. d4759d0 This patch gets the Epia-CN working without ACPI or APIC. by Bari Ari · 16 years ago
  45. 4e48408 Extend the VIA vt8237r southbridge decode range for the ROM to 1MB. by Bari Ari · 16 years ago
  46. 316e07f Following patch adds K8M890 support. It initializes the AGP and graphics UMA. by Rudolf Marek · 16 years ago
  47. c221349 Following patch will setup KT890 HT automatically. It will find the by Rudolf Marek · 16 years ago
  48. 5671787 Following patch extends the ROM decoding to last 1MB, allowing to use larger by Rudolf Marek · 16 years ago
  49. dd52e17 Following patch fixes the retrain/reset sequence which caused problem with some by Rudolf Marek · 16 years ago
  50. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  51. 70ab323 Various cosmetic fixes and improvements (trivial). by Uwe Hermann · 17 years ago
  52. cc3ccdb Add support for FID/VID changes messages. by Rudolf Marek · 17 years ago
  53. a6ddf25 Fine-tune the V-link bus between K8T890 and VT8237R and set by Rudolf Marek · 17 years ago
  54. 908ff5e This patch masks the function prototypes in stdlib.h from ROMCC, so that by Corey Osgood · 17 years ago
  55. f7daa0b Various cosmetics, coding style fixes, constifications (trivial). by Uwe Hermann · 17 years ago
  56. 02b2365 This patch is some small changes to the vt8237r to prepare it for by Corey Osgood · 17 years ago
  57. 418bc91 Add support for the VIA VT8237R southbridge. by Rudolf Marek · 17 years ago
  58. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  59. 1d4fc0c This patch adds support for K8T890CE northbridge. by Rudolf Marek · 17 years ago
  60. b93f9ca by Ben Hewson · 17 years ago
  61. 36b601c Add initial pre-RAM serial output support for the VIA VT82C686(A/B) by Corey Osgood · 17 years ago
  62. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  63. 66c335b fix cardbus interrups (signed off by Nick Barker) by Stefan Reinauer · 18 years ago
  64. 264e84a fix stupid bug with unitialized conf variable by Ronald G. Minnich · 19 years ago
  65. bbbfd9d smaller fixups here and there, allowing some motherboards to compile or by Stefan Reinauer · 19 years ago
  66. 9442591 fixed fsf address by Ronald G. Minnich · 19 years ago
  67. 43225bc EPIA-M fixup by Ronald G. Minnich · 19 years ago
  68. 6ab43fc Updating FSF address in the code. by Stefan Reinauer · 19 years ago
  69. 7087433 Clean up vt8235_early_smbus a bit. by Jonathan McDowell · 19 years ago
  70. 53365f5 Tidy + compile fixup VT8235 southbridge support. by Jonathan McDowell · 19 years ago
  71. 80e3d96 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-60 by arch import user (historical) · 19 years ago
  72. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago
  73. 7e5fbd6 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-37 by arch import user (historical) · 19 years ago
  74. acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 19 years ago
  75. e1bc97b Updated version of vt8231_early_smbus.c by Mark Wilkinson · 20 years ago
  76. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  77. 0afcba7 Changes to allow Via/Epia code to be compiled after recent code changes. by Mark Wilkinson · 20 years ago
  78. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  79. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  80. 02fa3b2 epia-m support by Ronald G. Minnich · 20 years ago
  81. b717e48 start of epia-m port by Greg Watson · 20 years ago
  82. 771b1ae updated by Greg Watson · 20 years ago
  83. e126fa4 get file names right by Greg Watson · 20 years ago
  84. 8e058620 start of epia-m port by Greg Watson · 20 years ago
  85. 3bd1f94 simply change for keyboard by Ronald G. Minnich · 20 years ago
  86. 367e597 fixes from SONE by Ronald G. Minnich · 21 years ago
  87. 88fbae2 fixes for EPIA. by Ronald G. Minnich · 21 years ago
  88. fc76dcf Fixes for SONE by Ronald G. Minnich · 21 years ago
  89. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  90. a70483b First SPD code in and working! by Ronald G. Minnich · 21 years ago
  91. cb3f498 success. It boots as a bproc slave now. by Ronald G. Minnich · 21 years ago
  92. 6dd6c685 IRQ setup for EPIA by Ronald G. Minnich · 21 years ago
  93. 7cf52c9 fixes for epia. by Ronald G. Minnich · 21 years ago
  94. 320c6a0 Fixes to the smbus code. Now for the fun. by Ronald G. Minnich · 21 years ago
  95. 303349a fix and complaint. by Ronald G. Minnich · 21 years ago
  96. 99dcf23 The epia now works. by Ronald G. Minnich · 21 years ago
  97. f3c17ca via epia is putting out bytes! by Ronald G. Minnich · 21 years ago
  98. 42acd12 serial supprt. by Ronald G. Minnich · 21 years ago
  99. 430111b It builds! by Ronald G. Minnich · 21 years ago
  100. c817926 via epia; also yh lu tyan. by Ronald G. Minnich · 21 years ago