1. e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 14 years ago
  2. 42da0e6 fix some warnings. by Stefan Reinauer · 14 years ago
  3. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  4. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  5. ba81817 Fix VGA after switching to realmode_interrupt() by Michael Marineau · 14 years ago
  6. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 14 years ago
  7. c8873ce get rid of some more warnings.. by Stefan Reinauer · 14 years ago
  8. 9ec3d38 drop extra pci access functions. these are exact copies of romcc_io.h. by Stefan Reinauer · 14 years ago
  9. ad894c5 Get rid of a few more warnings. by Myles Watson · 14 years ago
  10. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  11. 79255fc Set success flag in cx700 int15 handler by Patrick Georgi · 14 years ago
  12. d2759ff cx700 int15 handler rework. Int15 handler needs to provide the by Stefan Reinauer · 14 years ago
  13. 14b62da Only do complete VGA init if a VGABIOS was found and installed. by Patrick Georgi · 14 years ago
  14. d55e26f zero warnings days by Stefan Reinauer · 14 years ago
  15. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 14 years ago
  16. f75b19a via epia-m now works with default x86.c instead of its own copy of vgabios.c. by Stefan Reinauer · 14 years ago
  17. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  18. 17b60a9 drop setup_ics code that was blatantly copied from cx700 and by Stefan Reinauer · 14 years ago
  19. f4cc089 Remove few more warnings and some dead code. by Myles Watson · 14 years ago
  20. 8816cdf geeesh! And this really compiles and even runs? by Stefan Reinauer · 14 years ago
  21. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  22. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  23. ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 14 years ago
  24. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  25. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  26. 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 14 years ago
  27. 135a966 it's a long term, give the compiler a chance to breathe .. ;-) by Stefan Reinauer · 14 years ago
  28. 8a926845 clean up age old via epia target. by Stefan Reinauer · 14 years ago
  29. c02c34e fix epia-m700 compilation, and remove more warnings. by Stefan Reinauer · 14 years ago
  30. c51dc44 "no warnings day" by Stefan Reinauer · 14 years ago
  31. 3c8ac78 remove more warnings. by Stefan Reinauer · 14 years ago
  32. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  33. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  34. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  35. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  36. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  37. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  38. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  39. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  40. 806a29e Use the romstraps build infrastructure created for "tinybootblock" by Patrick Georgi · 14 years ago
  41. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  42. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  43. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  44. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  45. 389240f this should get the VIA VT8454c in shape with Kconfig by Stefan Reinauer · 14 years ago
  46. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  47. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  48. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  49. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  50. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  51. 5c57df6 Drop dead/unused code (trivial). by Uwe Hermann · 15 years ago
  52. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  53. 75472d2 Fix high tables address calculation on cn700 with VIDEO_MB > 0. by Myles Watson · 15 years ago
  54. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  55. 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 15 years ago
  56. 689a720 Tell vgabios code in a couple of boards/chipsets about CBFS by Patrick Georgi · 15 years ago
  57. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  58. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  59. 892b091 Make all Kconfig enabled boards build (tested with kbuildall). by Patrick Georgi · 15 years ago
  60. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  61. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  62. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  63. d82e128 This goes a surprisingly long way to building the epia-n. It also has by Ronald G. Minnich · 15 years ago
  64. c5f3f19 Correct usage of Makefile.inc and add support for cn400 by Ronald G. Minnich · 15 years ago
  65. 9c2e738 Add the rest of the files. by Jon Harrison · 15 years ago
  66. 1825be2 Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: by Jon Harrison · 15 years ago
  67. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  68. 42f75c3 Add pci_rawops.h from the mailing list and fix the via/epia-m700 build. by Myles Watson · 15 years ago
  69. bd4f2f8 Fix many things for via/epia-m700 to build. by Myles Watson · 15 years ago
  70. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  71. cfb9cd2 by Jon Harrison · 15 years ago
  72. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  73. 9ca6ed5 this port is horribly broken and should not have been checked in. This patch by Stefan Reinauer · 15 years ago
  74. 7365004 First batch of indent-aided code cleanups, more will follow. by Uwe Hermann · 15 years ago
  75. 5c044c7 Make directory hierarchy flat to match the same layout we use by Uwe Hermann · 15 years ago
  76. 8341f44 Change all vx800 file names from CamelCase to camel_case to match by Uwe Hermann · 15 years ago
  77. 612163e3 Here's the VIA vx800 patch from OLPC. by Bari Ari · 15 years ago
  78. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  79. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  80. d107593 Add high table support to via vt8454c. by Patrick Georgi · 15 years ago
  81. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  82. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  83. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  84. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  85. 809242a Fix implicit declaration in cn700/vt8237 code by Corey Osgood · 16 years ago
  86. ea7b518 Indent-based + manual cleanups for CN700 (trivial). As this will be ported by Uwe Hermann · 16 years ago
  87. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  88. d4759d0 This patch gets the Epia-CN working without ACPI or APIC. by Bari Ari · 16 years ago
  89. fcb2a31 Add support for the VIA EPIA-CN baord, which uses C7 + CN700 + VT8237R. by Aaron Lwe · 16 years ago
  90. bd3f93e Add support for the Via CN700 with a C7 CPU and DDR2 RAM. Only a single DIMM is by Corey Osgood · 16 years ago
  91. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  92. 2cb7014 Add dummy function for MCFG on those mainboards that provide ACPI but don't by Stefan Reinauer · 17 years ago
  93. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  94. f05e85b The attached patch sets the MA map type correctly for all DIMMs I was by Alex Mauer · 17 years ago
  95. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  96. 496450c Lower debug progress messages in vt8623 init to debug level rather than error. by Jonathan McDowell · 18 years ago
  97. 43225bc EPIA-M fixup by Ronald G. Minnich · 19 years ago
  98. 1950783 Fix up the VT8623 northbridge support. by Jonathan McDowell · 19 years ago
  99. 80e3d96 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-60 by arch import user (historical) · 19 years ago
  100. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago