Age | Commit message (Expand) | Author |
2023-10-20 | device/device.h: Rename pci_domain_scan_bus | Arthur Heymans |
2023-08-09 | treewide: Get rid of "NO_DDRx" selection | Elyes Haouas |
2023-07-20 | acpi: Move ECAM resource below PNP0C02 device in a common place | Arthur Heymans |
2023-07-12 | nb/intel/pineview: Rework nb resource reading | Arthur Heymans |
2023-06-28 | nb/intel/pineview: Drop unused attributes from sysinfo struct | Elyes Haouas |
2023-02-17 | nb/intel/pineview/raminit.c: Get rid of duplicated branches | Elyes Haouas |
2023-02-01 | treewide: Remove duplicated include <device/pci.h> | Elyes Haouas |
2023-01-04 | nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONS | Elyes Haouas |
2022-12-06 | nb/intel/pineview: Use read32p() | Elyes Haouas |
2022-12-02 | nb/intel/pineview: Remove unused 'gpu_lvds_use_spread_spectrum_clock' | Elyes Haouas |
2022-11-22 | src/northbridge: Remove unnecessary space after casts | Elyes Haouas |
2022-11-18 | cbmem_top_chipset: Change the return value to uintptr_t | Elyes Haouas |
2022-11-04 | nb/intel/pineview: Specify supported memory types | Elyes Haouas |
2022-10-06 | treewide: use predicate to check if pci device is on n-th bus | Fabio Aiuto |
2022-09-14 | nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" | Elyes Haouas |
2022-07-05 | nb,soc/intel: Handle upper RAM boundary | Kyösti Mälkki |
2022-06-30 | nb/intel: Drop local legacy_hole definitions | Kyösti Mälkki |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-06-20 | intel/gma: Use bitwise or instead addition for valid bit | Petr Cvek |
2022-04-27 | nb/intel/pineview: Use cbfs mcache | Arthur Heymans |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-25 | cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number | Felix Held |
2022-02-05 | cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER | Kyösti Mälkki |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-06-07 | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-04-21 | nb/intel: Use get_int_option() | Angel Pons |
2021-04-10 | nb/intel/pineview: Replace remaining BAR accessors | Angel Pons |
2021-04-10 | nb/intel/pineview: Use new fixed BAR accessors | Angel Pons |
2021-04-10 | nb/intel: Factor out remaining MCHBAR macros | Angel Pons |
2021-04-02 | nb/intel/pineview: Correct COMP register write | Angel Pons |
2021-03-28 | nb/intel/pineview/raminit.c: Correct clkset1 programming | Angel Pons |
2021-03-28 | nb/intel/pineview: Correct HICLKGTCTL write | Angel Pons |
2021-03-28 | nb/intel/pineview: Drop MCHBAR macro from DMIBAR access | Angel Pons |
2021-02-18 | nb/intel/pineview: Drop unused `GPIO32` macro | Angel Pons |
2021-02-16 | nb/intel: Add missing <types.h> | Elyes HAOUAS |
2021-02-10 | nb/intel/pineview: Use common {DMI,EP,MCH}BAR accessors | Angel Pons |
2021-02-07 | nb/intel/pineview: Rewrite hex values in lowercase | Angel Pons |
2021-02-07 | nb/intel/pineview: Delete rude and useless comment | Angel Pons |
2021-02-07 | nb/intel/pineview: Clean up FIXMEs in raminit | Nico Huber |
2021-02-07 | nb/intel/pineview: Guard {MCH,DMI,EP}BAR macros | Angel Pons |
2021-02-06 | intel: Define `RCBA_LENGTH` in Kconfig and use it | Angel Pons |
2021-02-05 | intel: Turn `DEFAULT_RCBA` into a Kconfig symbol | Angel Pons |
2021-02-02 | treewide [Kconfig]: Remove useless comment | Elyes HAOUAS |
2021-01-30 | nb/intel/pineview: Define and use MMCONF_BUS_NUMBER | Angel Pons |
2021-01-29 | device/Kconfig: Declare MMCONF symbols' type once | Angel Pons |
2021-01-19 | nb/intel/pineview/northbridge.c: Fix overlapping resources | Arthur Heymans |
2021-01-19 | nb/intel/pineview/northbridge.c: Improve readability | Arthur Heymans |
2021-01-15 | nb/intel/pineview: Extract HPET setup and delay function | Angel Pons |
2020-12-30 | drivers/intel/gma: Include gfx.asl by default for all platforms... | Matt DeVillier |
2020-12-02 | cbfs: Enable CBFS mcache on most chipsets | Julius Werner |
2020-11-09 | nb/intel/pineview: Fix clearing memory | Arthur Heymans |
2020-09-25 | nb/intel/pineview: Place raminit definitions in raminit.h | Angel Pons |
2020-09-21 | src/northbridge: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-17 | nb/intel/pineview: Guard DMIBAR/EPBAR macro parameters | Angel Pons |
2020-09-17 | nb/intel/pineview/iomap.h: Rename to memmap.h | Angel Pons |
2020-08-17 | src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers | Elyes HAOUAS |
2020-08-04 | nb/intel/pineview: Refactor `decode_pcie_bar` | Angel Pons |
2020-08-04 | nb/intel/pineview: Change signature of `decode_pciebar` | Angel Pons |
2020-08-04 | nb/intel/pineview: Use `MiB` definition | Angel Pons |
2020-08-04 | nb/intel/pineview: Remove dead assignments | Angel Pons |
2020-08-03 | nb/intel/pineview/hostbridge_regs.h: Clean up registers | Angel Pons |
2020-08-03 | nb/intel/pineview: Put host bridge registers into its own file | Angel Pons |
2020-07-08 | nb/intel/pineview/acpi: Remove unmatched comment start | Angel Pons |
2020-07-08 | nb/intel/pineview: Convert to ASL 2.0 syntax | Angel Pons |
2020-07-08 | nb/intel/pineview: Tidy up comments and cosmetics | Angel Pons |
2020-07-01 | nb/intel/pineview: Drop undefined function declaration | Angel Pons |
2020-06-22 | device/smbus_host: Declare common early SMBus prototypes | Kyösti Mälkki |
2020-06-10 | nb/intel/pineview: Use PCI bitwise ops | Angel Pons |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-05-27 | intel/gma: Only enable bus mastering if we are going to use it | Nico Huber |
2020-05-27 | intel/gma: Don't bluntly enable I/O | Nico Huber |
2020-05-27 | drivers/intel/gma: Move IGD OpRegion to CBMEM | Nico Huber |
2020-05-26 | nb/intel: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-08 | northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-05 | src/northbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-02 | nb/intel/pineview: drop intel_gma_get_controller_info() | Matt DeVillier |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-15 | nb/intel/pineview: Clean up code and comments | Angel Pons |
2020-03-06 | northbridge: Remove unused include <device/pci.h> | Elyes HAOUAS |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-02-24 | src: capitalize 'RAM' | Elyes HAOUAS |
2020-01-14 | intel/{i945,pineview},i82801gx: Move enable_smbus() call | Kyösti Mälkki |
2020-01-09 | nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte() | Kyösti Mälkki |
2020-01-09 | drivers/pc80/rtc: Separate {get|set}_option() prototypes | Kyösti Mälkki |
2020-01-02 | src: Remove unneeded 'include <arch/io.h>' | Elyes HAOUAS |