1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  3. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  4. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  5. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  6. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  7. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  8. d204073 northbridge/via: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  9. e6d4732 northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  10. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  11. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  12. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  13. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  14. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  15. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  16. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  17. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  18. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  19. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  20. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  21. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  22. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  23. 89fcdec Fix compilation of VIA CN700 northbridge code with gcc 4.6 by Stefan Reinauer · 13 years ago
  24. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  25. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  26. 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 · 14 years ago
  27. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  28. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  29. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  30. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  31. 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 14 years ago
  32. 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 14 years ago
  33. f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 14 years ago
  34. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  35. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  36. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  37. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 14 years ago
  38. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  39. 3c8ac78 remove more warnings. by Stefan Reinauer · 14 years ago
  40. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  41. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  42. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  43. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  44. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  45. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  46. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  47. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  48. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  49. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  50. 75472d2 Fix high tables address calculation on cn700 with VIDEO_MB > 0. by Myles Watson · 15 years ago
  51. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  52. 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 15 years ago
  53. 689a720 Tell vgabios code in a couple of boards/chipsets about CBFS by Patrick Georgi · 15 years ago
  54. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  55. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  56. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  57. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  58. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  59. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  60. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  61. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  62. 809242a Fix implicit declaration in cn700/vt8237 code by Corey Osgood · 16 years ago
  63. ea7b518 Indent-based + manual cleanups for CN700 (trivial). As this will be ported by Uwe Hermann · 16 years ago
  64. d4759d0 This patch gets the Epia-CN working without ACPI or APIC. by Bari Ari · 16 years ago
  65. fcb2a31 Add support for the VIA EPIA-CN baord, which uses C7 + CN700 + VT8237R. by Aaron Lwe · 16 years ago
  66. 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