summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/pineview
AgeCommit message (Expand)Author
2021-02-18nb/intel/pineview: Drop unused `GPIO32` macroAngel Pons
2021-02-16nb/intel: Add missing <types.h>Elyes HAOUAS
2021-02-10nb/intel/pineview: Use common {DMI,EP,MCH}BAR accessorsAngel Pons
2021-02-07nb/intel/pineview: Rewrite hex values in lowercaseAngel Pons
2021-02-07nb/intel/pineview: Delete rude and useless commentAngel Pons
2021-02-07nb/intel/pineview: Clean up FIXMEs in raminitNico Huber
2021-02-07nb/intel/pineview: Guard {MCH,DMI,EP}BAR macrosAngel 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-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2021-01-30nb/intel/pineview: Define and use MMCONF_BUS_NUMBERAngel Pons
2021-01-29device/Kconfig: Declare MMCONF symbols' type onceAngel Pons
2021-01-19nb/intel/pineview/northbridge.c: Fix overlapping resourcesArthur Heymans
2021-01-19nb/intel/pineview/northbridge.c: Improve readabilityArthur Heymans
2021-01-15nb/intel/pineview: Extract HPET setup and delay functionAngel Pons
2020-12-30drivers/intel/gma: Include gfx.asl by default for all platforms...Matt DeVillier
2020-12-02cbfs: Enable CBFS mcache on most chipsetsJulius Werner
2020-11-09nb/intel/pineview: Fix clearing memoryArthur Heymans
2020-09-25nb/intel/pineview: Place raminit definitions in raminit.hAngel Pons
2020-09-21src/northbridge: Drop unneeded empty linesElyes HAOUAS
2020-09-17nb/intel/pineview: Guard DMIBAR/EPBAR macro parametersAngel Pons
2020-09-17nb/intel/pineview/iomap.h: Rename to memmap.hAngel Pons
2020-08-17src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS
2020-08-04nb/intel/pineview: Refactor `decode_pcie_bar`Angel Pons
2020-08-04nb/intel/pineview: Change signature of `decode_pciebar`Angel Pons
2020-08-04nb/intel/pineview: Use `MiB` definitionAngel Pons
2020-08-04nb/intel/pineview: Remove dead assignmentsAngel Pons
2020-08-03nb/intel/pineview/hostbridge_regs.h: Clean up registersAngel Pons
2020-08-03nb/intel/pineview: Put host bridge registers into its own fileAngel Pons
2020-07-08nb/intel/pineview/acpi: Remove unmatched comment startAngel Pons
2020-07-08nb/intel/pineview: Convert to ASL 2.0 syntaxAngel Pons
2020-07-08nb/intel/pineview: Tidy up comments and cosmeticsAngel Pons
2020-07-01nb/intel/pineview: Drop undefined function declarationAngel Pons
2020-06-22device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki
2020-06-10nb/intel/pineview: 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-26nb/intel: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS
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-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-05-01src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber