summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/ironlake
Commit message (Expand)AuthorAgeFilesLines
* northbridge: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* Use common GCD functionYidi Lin2023-11-041-20/+4
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* nb/intel: Remove space between function name and '('Elyes Haouas2023-09-112-5/+5
* treewide: Get rid of "NO_DDRx" selectionElyes Haouas2023-08-091-4/+0
* acpi: Move ECAM resource below PNP0C02 device in a common placeArthur Heymans2023-07-201-1/+0
* nb/intel/ironlake: Use newer resource declaration codeArthur Heymans2023-07-141-15/+8
* nb/intel/ironlake: Specify supported memory typeElyes Haouas2023-01-041-0/+5
* nb/intel/ironlake/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas2022-12-261-1/+1
* src/northbridge: Remove unnecessary space after castsElyes Haouas2022-11-224-10/+10
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-2/+2
* nb/intel/ironlake,sandybridge/gma: Fix out() parameter orderKyösti Mälkki2022-11-171-3/+3
* nb/intel/ironlake: Hook up PCI domain and CPU ops to devicetreeArthur Heymans2022-11-141-13/+2
* nb/intel/ironlake: Work around unused variable warningArthur Heymans2022-11-121-0/+2
* treewide: use predicate to check if pci device is on n-th busFabio Aiuto2022-10-061-1/+1
* nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-142-2/+2
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-051-2/+1
* nb/intel: Drop local legacy_hole definitionsKyösti Mälkki2022-06-301-3/+2
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-10/+10
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* src: Make PCI ID define names shorterFelix Singer2022-03-072-2/+2
* cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic numberFelix Held2022-02-251-1/+2
* nb/intel/ironlake: Clean up `jedec_read()` functionAngel Pons2022-02-241-9/+4
* nb/intel/ironlake: Fix some quickpath init magicAngel Pons2022-02-242-7/+22
* nb/intel/ironlake: Move out HECI remainders into southbridgeAngel Pons2022-02-242-6/+0
* nb/intel/ironlake/raminit_heci.c: Move to southbridge scopeAngel Pons2022-02-153-226/+0
* nb/intel/ironlake: Decouple `setup_heci_uma()` from northbridgeAngel Pons2022-02-153-14/+12
* nb/intel/ironlake/raminit_heci.c: Turn into compilation unitAngel Pons2022-02-154-4/+4
* nb/intel/ironlake: Split out HECI code out of raminitAngel Pons2022-02-152-219/+232
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-051-3/+0
* northbridge/intel/ironlake/acpi: Use Printf() for debug printsFelix Singer2021-12-301-2/+2
* nb/intel/ironlake: Use `NUM_CHANNELS` macroAngel Pons2021-12-231-1/+1
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-104-6/+6
* nb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-2/+2
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-182-14/+0
* src/mainboard to src/security: Fix spelling errorsMartin Roth2021-10-051-1/+1
* src/*: Specify type of `CBFS_SIZE` onceAngel Pons2021-07-261-1/+0
* nb/intel/ironlake: Factor out common uncore ASLAngel Pons2021-06-171-0/+35
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* nb/intel: Don't select VBOOT_SEPARATE_VERSTAGEArthur Heymans2021-05-051-1/+0
* Revert "nb/intel/ironlake: Handle broken ME firmware"Nico Huber2021-04-251-5/+3
* nb/intel: Use get_int_option()Angel Pons2021-04-211-4/+1
* nb/intel/ironlake: Use new fixed BAR accessorsAngel Pons2021-04-104-660/+646
* nb/intel: Factor out remaining MCHBAR macrosAngel Pons2021-04-101-9/+0
* arch/x86: Provide readXp/writeXp helpers in arch/mmio.hAngel Pons2021-04-061-10/+0
* nb/intel/ironlake: Drop `pci_mmio_size`Angel Pons2021-04-052-23/+1
* nb/intel/ironlake/quickpath.c: Correct one valueAngel Pons2021-03-281-1/+1
* nb/intel/ironlake: Drop copy-pasted finalisation stepsAngel Pons2021-03-281-15/+0
* nb/intel/ironlake: Avoid casting pointers to structsAngel Pons2021-02-271-14/+16