1. cb08e16 CBMEM intel: Define get_top_of_ram() once per chipset by Kyösti Mälkki · 11 years ago
  2. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  3. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  4. c6f0997 Northbridge: i945: Native VGA init: print the GMA and GTT addresses by Peter Stuge · 11 years ago
  5. 03e4ac6 Northbridge: i945: Native VGA init: use UMA address by Peter Stuge · 11 years ago
  6. 2186b65 lenovo/x60: native vga init: fix code style issues. by Denis 'GNUtoo' Carikli · 11 years ago
  7. 0ce5ebf northbridge/intel/i945/raminit.c: Remove set but unused variable `reg16` by Paul Menzel · 11 years ago
  8. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago
  9. dcb688e CBMEM: Unify get_top_of_ram() by Kyösti Mälkki · 11 years ago
  10. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  11. 8aa7e83 intel/i945 intel/i82801gx: remove explicit pcie config accesses by Kyösti Mälkki · 11 years ago
  12. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  13. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  14. 032c23d intel/i945: Use MMCONF_SUPPORT_DEFAULT by Kyösti Mälkki · 11 years ago
  15. abe6847 Intel GM45, 945, Sandy Bridge: Unify `delay.c` and `udelay.c` by Paul Menzel · 11 years ago
  16. 7ed7394 i945: Add Display defines for int15h handler. by Denis 'GNUtoo' Carikli · 11 years ago
  17. fd39ddd Intel 945: Select LAPIC_MONOTONIC_TIMER for X86EMU_DEBUG_TIMINGS by Denis 'GNUtoo' Carikli · 11 years ago
  18. 5750fdd Intel GM45, 945, SNB: Move `multiply_to_tsc()` to `tsc.h` by Ronald G. Minnich · 11 years ago
  19. 4b213a8 Intel i945: ACPI: Add _OSC method by Denis 'GNUtoo' Carikli · 11 years ago
  20. ed7e29e Lenovo ThinkPad X60: Add Native VGA init. by Denis 'GNUtoo' Carikli · 11 years ago
  21. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  22. 86a1110 i945: Replace some two magic values by defined names by Patrick Georgi · 11 years ago
  23. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  24. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  25. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  26. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  27. 8cc8468 Intel: Replace MSR 0xcd with MSR_FSB_FREQ by Patrick Georgi · 12 years ago
  28. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  29. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  30. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  31. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  32. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  33. cf8e466 Cleanup coreboot memory table includes by Kyösti Mälkki · 12 years ago
  34. 6ff1d36 Intel and GFXUMA: fix MTRR and use uma_resource() by Kyösti Mälkki · 12 years ago
  35. b5f5652 Intel i945 and sch: no memory over 4GB by Kyösti Mälkki · 12 years ago
  36. ce6e9fe i945: Disable IGD if plugin VGA is preferred by Patrick Georgi · 12 years ago
  37. 8bacc40 Fix udelay() implementation for i945 romstage by Nico Huber · 12 years ago
  38. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  39. 6444bd4 i945: Reset IGD on boot by Patrick Georgi · 12 years ago
  40. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  41. 2c2e78d Unify IO APIC address specification by Patrick Georgi · 13 years ago
  42. eb5e28f Intel northbridge I945: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  43. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  44. 334328a Avoid ../../.. paths in ASL files by Patrick Georgi · 13 years ago
  45. fdcd135 Rename i945 ACPI files to not carry an i945_ prefix by Patrick Georgi · 13 years ago
  46. 751508a northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig option by Peter Stuge · 13 years ago
  47. 784ffb3 i945: fix tsc udelay() by Sven Schnelle · 13 years ago
  48. 5563959 I945: replace #if defined() by #if by Sven Schnelle · 13 years ago
  49. ab87254 use acpi.h include instead of manually adding acpi_slp_type. by Stefan Reinauer · 13 years ago
  50. 7981b94 Report GSE chipset and warn if the code has been compiled for the wrong chipset. by Stefan Reinauer · 13 years ago
  51. b629d14 i945 GMA: restore tft brightness from cmos by Sven Schnelle · 13 years ago
  52. d8c68a9 i82801gx: replace cafed00d/cafebabe by defines by Sven Schnelle · 13 years ago
  53. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  54. 148a4f5 i945: improve get_top_of_ram() by Sven Schnelle · 13 years ago
  55. 541269b [i945] Add SPD adress mapping by Sven Schnelle · 13 years ago
  56. 4096fc5 SMM code on i945 platforms needs udelay() by Peter Stuge · 14 years ago
  57. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  58. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  59. 259a39f fix according to coding guidelines by Stefan Reinauer · 14 years ago
  60. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 14 years ago
  61. 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
  62. 2b9070a catch some illegal configurations (trivial) by Stefan Reinauer · 14 years ago
  63. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  64. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  65. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  66. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  67. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  68. 76d9143 Make i945/raminit.c:fsbclk() return u16 rather than int by Peter Stuge · 14 years ago
  69. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  70. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  71. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  72. 25d1213 Convert i945 boards to use reserved resources instead of directly adding by Myles Watson · 14 years ago
  73. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  74. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  75. d058ad1 One of my boards needs this mini delay in order to survive ram initialization. by Stefan Reinauer · 14 years ago
  76. bc8613e Fix i945 based boards by Stefan Reinauer · 14 years ago
  77. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  78. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  79. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  80. bf264e9 i945: by Stefan Reinauer · 14 years ago
  81. 86d7278 Fix i945 ACPI for ASL Optimizing Compiler version 20100428. by Stefan Reinauer · 14 years ago
  82. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  83. 682ea3c Make RAM init on i945GC work by Patrick Georgi · 14 years ago
  84. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  85. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  86. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  87. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  88. f98ad3a i945 mini patch: by Stefan Reinauer · 14 years ago
  89. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  90. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  91. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  92. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  93. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  94. 24b4df5 Support a few more i945 variants. With this framework in place it should by Stefan Reinauer · 15 years ago
  95. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  96. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  97. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  98. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  99. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  100. 4c5786b Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts by Peter Stuge · 15 years ago