1. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 10 years ago
  2. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 10 years ago
  3. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 10 years ago
  4. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 10 years ago
  5. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 10 years ago
  6. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 10 years ago
  7. 8d71155 Rename devices -> device by Stefan Reinauer · 11 years ago
  8. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 11 years ago
  9. 23f38cd Get rid of drivers class by Patrick Georgi · 11 years ago
  10. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 11 years ago
  11. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 11 years ago
  12. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 11 years ago
  13. c533463 VIA chipsets: fix compilation without real mode code by Stefan Reinauer · 11 years ago
  14. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 11 years ago
  15. fee73df Auto-declare chip_operations by Kyösti Mälkki · 11 years ago
  16. e166782 Clean up #ifs by Patrick Georgi · 11 years ago
  17. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 12 years ago
  18. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 12 years ago
  19. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 13 years ago
  20. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 13 years ago
  21. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
  22. b3f8090 drop three unneeded config variables: by Jens Rottmann · 13 years ago
  23. 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 13 years ago
  24. 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 13 years ago
  25. 7eac445 Always enable parent resources before child resources. by Myles Watson · 13 years ago
  26. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 13 years ago
  27. ba81817 Fix VGA after switching to realmode_interrupt() by Michael Marineau · 13 years ago
  28. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 13 years ago
  29. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
  30. f75b19a via epia-m now works with default x86.c instead of its own copy of vgabios.c. by Stefan Reinauer · 13 years ago
  31. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 13 years ago
  32. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 13 years ago
  33. c51dc44 "no warnings day" by Stefan Reinauer · 13 years ago
  34. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 13 years ago
  35. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 13 years ago
  36. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 13 years ago
  37. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 13 years ago
  38. abf2ad7 newconfig is no more. by Patrick Georgi · 13 years ago
  39. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 14 years ago
  40. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 14 years ago
  41. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 14 years ago
  42. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 14 years ago
  43. 88f55b2 some progress on kconfig: by Patrick Georgi · 14 years ago
  44. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 14 years ago
  45. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 14 years ago
  46. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 14 years ago
  47. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 14 years ago
  48. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 14 years ago
  49. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 15 years ago
  50. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 15 years ago
  51. 2cb7014 Add dummy function for MCFG on those mainboards that provide ACPI but don't by Stefan Reinauer · 16 years ago
  52. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 16 years ago
  53. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 17 years ago
  54. 496450c Lower debug progress messages in vt8623 init to debug level rather than error. by Jonathan McDowell · 17 years ago
  55. 43225bc EPIA-M fixup by Ronald G. Minnich · 18 years ago
  56. 1950783 Fix up the VT8623 northbridge support. by Jonathan McDowell · 18 years ago
  57. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 19 years ago
  58. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 19 years ago
  59. 6e53f50 sizeram removal/conversion. by Eric Biederman · 19 years ago
  60. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 19 years ago
  61. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 19 years ago
  62. 02fa3b2 epia-m support by Ronald G. Minnich · 19 years ago
  63. bad27b1 updated by Greg Watson · 19 years ago
  64. 8e058620 start of epia-m port by Greg Watson · 19 years ago