summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i945
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945: Fix PEG port on 945gcArthur Heymans2017-04-142-10/+13
* nb/intel/i945: Move INTEL_EDIDPatrick Rudolph2017-04-071-0/+1
* nb/intel/i945: Fix SPD dumpsPaul Menzel2017-03-241-1/+2
* nb/intel/i945: Fix errors found by checkpatch.plArthur Heymans2017-03-2211-402/+452
* nb/i945/gma.c: Refactor panel setupArthur Heymans2017-03-182-6/+72
* nb/i945: Clean "Programming DLL Timings" functionElyes HAOUAS2017-03-021-13/+13
* nb/intel/i945: Fix sdram_enhanced_addressing_mode for channel1Elyes HAOUAS2017-03-011-2/+2
* intel/i945: Fix up whitespace and indentationPaul Menzel2017-02-221-7/+7
* nb/i945/raminit.c: Fix dll timings on 945GCElyes HAOUAS2017-02-221-4/+16
* nb/i945/raminit: sdram_set_channel_mode Test if DIMM slot 3 is populatedElyes HAOUAS2017-02-201-2/+3
* nb/i945/gma.c: Remove writes to FIFO Watermark registersArthur Heymans2017-02-141-8/+0
* nb/i945/gma.c: Change name and type of mmiobase in functions argumentArthur Heymans2017-02-121-135/+135
* drivers/intel/gma/vbt: Add Kconfig symbol for SSC refNico Huber2017-02-041-0/+1
* nb/i945/raminit.c: Use Makefile.inc instead of '#include rcven.c'Arthur Heymans2017-01-113-3/+4
* nb/intel/945gc: Hardcode the integrated graphic frequenciesArthur Heymans2017-01-101-2/+8
* nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>Arthur Heymans2017-01-061-1/+0
* sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans2017-01-061-1/+2
* nb/i945/early_init.c: Add FSB800 and 1067 to Egress Port Virtual ChannelElyes HAOUAS2016-12-211-0/+18
* nb/intel/i945: Make pci_mmio_size a devicetree parameterArthur Heymans2016-12-112-3/+19
* intel i945 gm45 x4x: Switch to RELOCATABLE_RAMSTAGEKyösti Mälkki2016-12-111-0/+1
* intel/i945: Use romstage_handoff for S3Kyösti Mälkki2016-12-112-33/+2
* intel i945 gm45 x4x post-car: Use postcar_frame for MTRR setupKyösti Mälkki2016-12-112-2/+33
* intel i945 gm45 x4x: Apply cbmem_top() alignmentKyösti Mälkki2016-12-111-1/+6
* MMCONF_SUPPORT: Drop redundant loggingKyösti Mälkki2016-12-071-17/+2
* MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki2016-12-071-34/+11
* MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki2016-12-071-1/+0
* PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki2016-12-071-2/+2
* nb/i945/raminit.h: Fix fsb_frequency's commentElyes HAOUAS2016-12-031-1/+1
* nb/intel/i945/gma: Declare count variable outside 'for' loopPaul Menzel2016-11-291-1/+2
* Remove explicit select MMCONF_SUPPORTKyösti Mälkki2016-11-221-1/+0
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-213-9/+9
* intel post-car: Separate files for setup_stack_and_mtrrs()Kyösti Mälkki2016-11-111-0/+6
* nb/intel/i945/early_init.c: Add DDR2-667 detection for 945GCElyes HAOUAS2016-11-091-0/+1
* nb/intel/i945/early_init.c: Use "IS_ENABLED(CONFIG_ ....)"Elyes HAOUAS2016-11-021-6/+6
* nb/i945/gma.c: use an if else statement for use of native initArthur Heymans2016-11-021-5/+3
* nb/i945/gma.c: Do not try to load vbios when selecting native initArthur Heymans2016-11-021-1/+1
* nb/intel/i945/gma.c: Homogenize code for PCI IDs.Elyes HAOUAS2016-10-291-3/+13
* nb/intel/i945: Add PCI id for I945GCNico Huber2016-10-261-7/+4
* nb/i945/gma.c: Set the MSAC register correctlyArthur Heymans2016-10-251-1/+15
* nb/i945/Kconfig: select the correct VGA_BIOS_ID for 945GCArthur Heymans2016-10-241-1/+2
* nb/i945/gma.c: use IS_ENABLED instead of #if, #endifArthur Heymans2016-10-191-74/+76
* nb/i945/raminit: Add fix for clock crossing for 800MHz FSB CPUArthur Heymans2016-10-191-1/+1
* nb/i945/raminit: Add fix for 1067MHz FSB CPUsArthur Heymans2016-10-191-8/+28
* nb/i945,gm45,x4x/gma.c: fix unsigned arithmeticsArthur Heymans2016-10-191-1/+2
* nb/i945/gma.c: correct VSYNC end offsetArthur Heymans2016-10-151-1/+1
* i945/gma.c: Only init LVDS if it is detectedArthur Heymans2016-10-121-5/+9
* nb/intel/*/graphic_init: use sizeof instead of hardcoding edid sizeArthur Heymans2016-10-111-1/+2
* i945/raminit.c: correctly write CLKCFG for 945GCArthur Heymans2016-10-111-6/+4
* intel/i945: Use "IS_ENABLED" for fsbclk & memclkElyes HAOUAS2016-10-101-23/+18
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-042-8/+8