summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i945
Commit message (Expand)AuthorAgeFilesLines
* northbridge/i945/gma: fix build error with native graphics initFrancis Rowe2015-03-161-10/+8
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-154-9/+14
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-1/+0
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-3/+8
* northbridge/amd: Doxygen fixesMartin Roth2015-01-081-0/+1
* northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-2/+2
* intel/i945: Use define for `BSM`Paul Menzel2014-12-191-1/+1
* i82801gx: Enable upper CMOS in bootblock.Vladimir Serbinenko2014-12-031-0/+3
* i945: Bit 49 of CAPID0 trivial fixElyes HAOUAS2014-12-021-1/+1
* Replace hlt with halt()Patrick Georgi2014-12-022-3/+5
* i945: make PCIe link wait sensiblePatrick Georgi2014-11-282-5/+6
* i945: Find memory controller by slot instead of by PCIID.Vladimir Serbinenko2014-11-261-1/+1
* i945: Add 27ac to northbridge IDs.Vladimir Serbinenko2014-11-221-1/+4
* i945: Add 0x27ae to GMA IDs.Vladimir Serbinenko2014-11-191-1/+3
* i945: consolidate sb & nb early initsVladimir Serbinenko2014-11-092-2/+52
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* i945: Convert to per-device ACPIVladimir Serbinenko2014-10-153-0/+5
* intel/i945: Another magic numberPatrick Georgi2014-10-011-1/+1
* intel/i945: Fix "always false" statementPatrick Georgi2014-10-011-1/+1
* northbridge/intel/i945/Kconfig: Select VGAPaul Menzel2014-09-241-0/+1
* i945: Support text mode gfx initVladimir Serbinenko2014-08-211-9/+32
* i945/gma: don't map the page tableVladimir Serbinenko2014-08-211-1/+1
* i945: Remove GTT avoidance offset.Vladimir Serbinenko2014-08-211-2/+0
* intel/i945/gma: Place GTT below top of memoryPaul Menzel2014-08-201-4/+12
* i945: Replace video gfx init.Vladimir Serbinenko2014-08-172-9/+366
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-291-4/+4
* intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel2014-07-241-1/+1
* northbridge,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-173-4/+0
* intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel2014-07-161-1/+1
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-084-5/+0
* i945 boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-251-0/+1
* northbridge/intel: Drop use of set_top_of_ram()Kyösti Mälkki2014-06-181-2/+0
* lenovo/x60: Fix build issue with DO_NATIVE_VGA_INITKyösti Mälkki2014-06-181-0/+1
* northbridge/intel/i945/gma.c: Add and use defines for `GMADR` and `GTTADR`Paul Menzel2014-06-032-2/+4
* northbridge/intel/i945/i945.h: Move define `BSM` to section D2F0Paul Menzel2014-06-031-2/+1
* i945: Fix TSEG size allocation for get_top_of_ram()Kyösti Mälkki2014-06-021-4/+4
* i945: Fix resource bases for UMA and TSEGKyösti Mälkki2014-06-021-23/+23
* northbridge/intel/i945/i945.h: Trivial, fixup header guardsEdward O'Callaghan2014-06-011-5/+7
* i945: Use defines for DEVENKyösti Mälkki2014-05-312-7/+6
* northbridge/intel/i945/northbridge.c: Use define `TOLUD` instead of hardcoded...Paul Menzel2014-05-311-1/+1
* northbridge/intel/i945: Add define for register `BSM` and use itPaul Menzel2014-05-313-2/+4
* nb/intel/i945/raminit.c: duplicate 'const' declaration specifierEdward O'Callaghan2014-05-251-2/+2
* intel: Remove GFXUMA and related global variablesKyösti Mälkki2014-05-191-0/+1
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-1/+4
* CBMEM intel: Define get_top_of_ram() once per chipsetKyösti Mälkki2014-01-153-33/+59
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-0/+1
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-1/+1
* Northbridge: i945: Native VGA init: print the GMA and GTT addressesPeter Stuge2013-11-241-0/+5
* Northbridge: i945: Native VGA init: use UMA addressPeter Stuge2013-11-241-3/+2