1. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  2. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  3. cf8e466 Cleanup coreboot memory table includes by Kyösti Mälkki · 12 years ago
  4. 5e29f00 Intel and GFXUMA: drop redundant use of lb_add_memory_range() by Kyösti Mälkki · 12 years ago
  5. 6ff1d36 Intel and GFXUMA: fix MTRR and use uma_resource() by Kyösti Mälkki · 12 years ago
  6. 08ef498 Intel 82810 and 82830: always room for PCI memory by Kyösti Mälkki · 12 years ago
  7. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  8. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  9. cdcf983 fix i810 boards with ram init debugging disabled. by Stefan Reinauer · 14 years ago
  10. fc01e5e proper printk handling in src/northbridge/intel/i82810/raminit.c by Stefan Reinauer · 14 years ago
  11. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  12. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  13. 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
  14. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  15. 212d0a2 Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. by Uwe Hermann · 14 years ago
  16. ab50d62 Convert all Intel i810 boards to CAR. by Uwe Hermann · 14 years ago
  17. f1aa984 Move translate_spd_to_i82810[] from .h to .c file (trivial). by Uwe Hermann · 14 years ago
  18. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  19. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  20. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  21. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  22. 43110f5 Update my old, no longer active email addresses by Corey Osgood · 14 years ago
  23. e32d399 Kill a few more warnings. by Myles Watson · 14 years ago
  24. 992ae48 This patch implements GFXUMA on all supported i810 boards. Also some fix-ups to the i810 northbridge.c code. by Joseph Smith · 14 years ago
  25. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  26. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  27. dd6ad34 license header fixes by Nils Jacobs · 14 years ago
  28. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  29. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  30. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  31. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  32. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  33. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  34. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 15 years ago
  35. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  36. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  37. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  38. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  39. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  40. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  41. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  42. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  43. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  44. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  45. 3f1458d Fix build for i810 boards that don't enable onboard VGA, yet. by Uwe Hermann · 15 years ago
  46. 76a88d0 Various Intel 82810/82810E changes which allow onboard VGA to work. by Elia Yehuda · 15 years ago
  47. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  48. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  49. 6114311 Convert the MSI MS-6178 board to CBFS. by Uwe Hermann · 15 years ago
  50. a24e1dd Add a hopefully more correct and flexible set_dram_buffer_strength() by Elia Yehuda · 15 years ago
  51. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  52. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  53. fbfdba7 Fix the only implicit declaration before it becomes an error. by Corey Osgood · 16 years ago
  54. d24fe7e i810: Add support for multiple DIMMs, both single-sided and double-sided, by Elia Yehuda · 16 years ago
  55. 4cf5ecf Get rid of the unnecessary indirection by 'struct mem_controller' for the by Uwe Hermann · 16 years ago
  56. 8ab91d8 i810: Add some more comments, and especially add a list of tested BUFF_SC by Uwe Hermann · 16 years ago
  57. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  58. 9b80a8d Drop duplicated and unneeded #defines from some northbridges (trivial). by Uwe Hermann · 17 years ago
  59. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  60. dfb3c13 Various minor cosmetics and coding style fixes (trivial). by Uwe Hermann · 17 years ago
  61. cbb8d8a This patch fixes up a couple mistakes I made with the i82810 and mew-vw to make by Corey Osgood · 17 years ago
  62. c0eb5e0 Add initial support for the Intel 82810 northbridge. by Corey Osgood · 17 years ago