summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945
AgeCommit message (Expand)Author
2024-06-05cpu/x86: Make 1GB paging the defaultJulius Werner
2024-04-11tree: Remove blank lines before '}' and after '{'Elyes Haouas
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-31include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard
2024-01-24northbridge: Rename Makefiles from .inc to .mkMartin Roth
2023-10-20device/device.h: Rename pci_domain_scan_busArthur Heymans
2023-08-09treewide: Get rid of "NO_DDRx" selectionElyes Haouas
2023-07-20acpi: Move ECAM resource below PNP0C02 device in a common placeArthur Heymans
2023-07-17nb/intel/i945: Rework nb resource readingArthur Heymans
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2023-01-04nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONSElyes Haouas
2022-12-05cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans
2022-12-02nb/intel/i945: Use boolean for gpu_lvds_use_spread_spectrum_clockElyes Haouas
2022-12-01nb/intel/i945: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-04nb/intel/i945: Specify supported memory typeElyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'bool' for do_resetElyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'bool' for clkcfg_bit7Elyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'size_t' for banksize[]Elyes Haouas
2022-10-21nb/intel/i945/rcven.c: Use read32p()Elyes Haouas
2022-10-20nb/intel/i945/i945.h: Drop useless guardElyes Haouas
2022-10-20nb/intel/i945: Clean up includesElyes Haouas
2022-10-20intel/i945: Use 'bool' for dual_channel and interleavedElyes Haouas
2022-10-12nb/intel/i945/raminit: Include `inttypes.h` for PRIxPTRPaul Menzel
2022-10-10nb/intel/i945/raminit.c: Fix formatted printElyes Haouas
2022-10-06treewide: use predicate to check if pci device is on n-th busFabio Aiuto
2022-10-06nb/intel/i945/memmap.c: Clean up includesElyes Haouas
2022-10-06nb/intel/i945/rcven.c: Sort includes and add <types.h>Elyes Haouas
2022-10-06nb/intel/i945/raminit.c: Clean up includes and add <types.h>Elyes Haouas
2022-09-29nb/intel/i945/raminit.c: Use read32p()Elyes Haouas
2022-09-14nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas
2022-07-14northbridge/intel/i945: Fix GCC optimizing out cache preload jumpPetr Cvek
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-20intel/gma: Use bitwise or instead addition for valid bitPetr Cvek
2022-05-24nb/intel/i945,gm45: Use incrementing index with fixed resourceKyösti Mälkki
2022-05-16northbridge/intel/i945: Convert to ASL 2.0Elyes HAOUAS
2022-04-22nb/intel/i945/memmap.c: Fix TOLUD bit field maskPetr Cvek
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-02-05cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki
2022-01-25northbridge/intel/i945: Change types to uintptr_t where appropriateElyes HAOUAS
2022-01-04nb/intel/i945/raminit.c: Set "integrated_graphics" as boolElyes HAOUAS
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-10-18ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki
2021-10-05src/mainboard to src/security: Fix spelling errorsMartin Roth
2021-06-07cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki
2021-05-06src: Retype option API to use unsigned integersAngel Pons
2021-05-05nb/intel: Don't select VBOOT_SEPARATE_VERSTAGEArthur Heymans
2021-04-21nb/intel: Use get_int_option()Angel Pons
2021-04-10nb/intel/i945: Use new fixed BAR accessorsAngel Pons
2021-04-05nb/intel/i945/raminit.c: Replace `DIMM0`Angel Pons
2021-04-05nb/intel/i945: Refactor `dump_spd_registers` functionAngel Pons
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-16nb/intel/i945: Use UPMC4 macroElyes HAOUAS
2021-02-16nb/intel: Add missing <types.h>Elyes HAOUAS
2021-02-16nb/i945/raminit.c: Don't hard code 'bool integrated_graphics'Elyes HAOUAS
2021-02-15src/nb: Remove unused <console/console.h>Elyes HAOUAS
2021-02-10nb/intel/i945: Use common {DMI,EP,MCH}BAR accessorsAngel Pons
2021-02-06intel: Define `RCBA_LENGTH` in Kconfig and use itAngel Pons
2021-02-05intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons
2021-02-04nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>`Angel Pons
2021-02-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2021-02-01nb/intel/i945/bootblock.c: include <arch/pci_io_cfg.h>Elyes HAOUAS
2021-02-01nb/intel/i945: Drop casts from DEFAULT_{MCH,DMI}BARAngel Pons
2021-01-30nb/intel/i945: Define and use MMCONF_BUS_NUMBERAngel Pons
2021-01-29device/Kconfig: Declare MMCONF symbols' type onceAngel Pons
2021-01-19nb/intel/i945/northbridge.c: Reserve upper part of lower memoryArthur Heymans
2021-01-19nb/intel/i945/northbridge.c: Improve readabilityArthur Heymans
2020-12-30drivers/intel/gma: Include gfx.asl by default for all platforms...Matt DeVillier
2020-12-17drivers: Replace set_vbe_mode_info_validPatrick Rudolph
2020-12-07nb/intel/i945: Introduce memmap.hPatrick Georgi
2020-10-26src: Include <arch/io.h> when appropriateElyes HAOUAS
2020-10-12nb/intel/i945/acpi: Convert i945.asl to ASL 2.0 syntaxElyes HAOUAS
2020-09-21src/northbridge: Drop unneeded empty linesElyes HAOUAS
2020-08-04nb/intel/i945: Deduplicate PCIEXBAR decodingAngel Pons
2020-08-04nb/intel/i945: Refactor `get_pcie_bar`Angel Pons
2020-07-28nb/intel/i945/gma.c: Remove extra indentationElyes HAOUAS
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-07-22nb/intel/i945: Put names to northbridge PCI devicesAngel Pons
2020-07-11nb/intel/i945: Drop dead codeAngel Pons
2020-07-08nb/intel/i945: Use ASL 2.0 syntaxAngel Pons
2020-07-08nb/intel/i945/acpi: Tidy up comments and cosmeticsAngel Pons
2020-06-22device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki
2020-06-15i945 boards: Factor out MAX_CPUSAngel Pons
2020-06-12nb/intel/i945/rcven.c: Correct commentAngel Pons
2020-06-12nb/intel/i945: Clean up raminit coding styleAngel Pons
2020-06-10nb/intel/i945: Use PCI bitwise opsAngel Pons
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-05-27intel/gma: Only enable bus mastering if we are going to use itNico Huber
2020-05-27intel/gma: Don't bluntly enable I/ONico Huber
2020-05-27drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber
2020-05-26northbridge/intel/i945: Mark legacy VGA memory as reservedFurquan Shaikh
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-08northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-04nb/intel/i945/memmap: Convert to 96 characters line lengthElyes HAOUAS
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh