summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i945
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945: Deduplicate PCIEXBAR decodingAngel Pons2020-08-043-32/+7
* nb/intel/i945: Refactor `get_pcie_bar`Angel Pons2020-08-041-19/+20
* nb/intel/i945/gma.c: Remove extra indentationElyes HAOUAS2020-07-281-5/+4
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-2/+2
* nb/intel/i945: Put names to northbridge PCI devicesAngel Pons2020-07-225-55/+61
* nb/intel/i945: Drop dead codeAngel Pons2020-07-112-45/+1
* nb/intel/i945: Use ASL 2.0 syntaxAngel Pons2020-07-081-2/+2
* nb/intel/i945/acpi: Tidy up comments and cosmeticsAngel Pons2020-07-082-63/+62
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-222-0/+2
* i945 boards: Factor out MAX_CPUSAngel Pons2020-06-151-0/+4
* nb/intel/i945/rcven.c: Correct commentAngel Pons2020-06-121-1/+1
* nb/intel/i945: Clean up raminit coding styleAngel Pons2020-06-122-32/+32
* nb/intel/i945: Use PCI bitwise opsAngel Pons2020-06-103-119/+39
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-062-11/+3
* intel/gma: Only enable bus mastering if we are going to use itNico Huber2020-05-271-9/+4
* intel/gma: Don't bluntly enable I/ONico Huber2020-05-271-5/+3
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-44/+2
* northbridge/intel/i945: Mark legacy VGA memory as reservedFurquan Shaikh2020-05-261-0/+2
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1120-20/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-13/+2
* nb/intel/i945/memmap: Convert to 96 characters line lengthElyes HAOUAS2020-05-041-6/+3
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* nb/intel/i945: Add vboot supportArthur Heymans2020-04-141-0/+4
* nb/i945: Improve code formattingElyes HAOUAS2020-04-117-168/+185
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* nb/intel/i945: Use 'const' to set pci_devfn_t staticallyElyes HAOUAS2020-04-091-3/+3
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0518-239/+36
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-8/+0
* nb/intel/i945: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-18/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-022-2/+2
* nb/intel/i945: Make some cosmetic changesElyes HAOUAS2020-03-301-23/+29
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1718-19/+0
* nb/intel/i945/raminit: Simplify if conditionPaul Menzel2020-03-161-2/+2
* nb/intel/i945/raminit: Use boolean type for helper variablesPaul Menzel2020-03-151-1/+1
* nb/intel/i945/raminit: Remove space for correct alignmentPaul Menzel2020-03-151-1/+1
* intel/i945: Call fixup_i945_errata() only for mobile versionElyes HAOUAS2020-03-113-3/+4
* src/nb: Use 'print("%s...", __func__)'Elyes HAOUAS2020-03-073-14/+13
* northbridge: Remove unused include <device/pci.h>Elyes HAOUAS2020-03-061-1/+0
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-1/+1
* src: capitalize 'RAM'Elyes HAOUAS2020-02-241-2/+2
* nb/intel/i945: Use boot path macrosPaul Menzel2020-01-291-1/+1
* intel/{i945,pineview},i82801gx: Move enable_smbus() callKyösti Mälkki2020-01-141-3/+0
* nb/intel/{i945,sandybridge}/bootblock.c: Fix typoElyes HAOUAS2020-01-101-1/+1
* nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte()Kyösti Mälkki2020-01-091-7/+2
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-092-2/+2