summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/ironlake
Commit message (Expand)AuthorAgeFilesLines
* 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
* nb/intel/ironlake: Handle broken ME firmwareAngel Pons2021-02-271-3/+5
* nb/intel/ironlake: Rewrite early QPI initAngel Pons2021-02-243-68/+102
* nb/intel/ironlake: Correct even more replay issuesAngel Pons2021-02-241-7/+10
* nb/intel/ironlake: Relocate early QuickPath initAngel Pons2021-02-243-103/+107
* nb/intel/ironlake: Deduplicate programming 274/265 valuesAngel Pons2021-02-241-30/+16
* nb/intel/ironlake: Split out some QuickPath init codeAngel Pons2021-02-244-737/+755
* nb/intel/ironlake: Remove unnecessary declarationAngel Pons2021-02-241-4/+0
* nb/intel/ironlake: Fix more replay issuesAngel Pons2021-02-241-24/+33
* nb/intel/ironlake: Fix some replay issuesAngel Pons2021-02-241-47/+64
* nb/intel/ironlake: Correct `set_4cf`Angel Pons2021-02-241-15/+16
* nb/intel/ironlake: Drop redundant clear of SLP_TYPKyösti Mälkki2021-02-232-15/+0
* nb/intel/ironlake: Do not call `collect_system_info` twiceAngel Pons2021-02-221-15/+7
* src: use ARRAY_SIZE where possiblePatrick Georgi2021-02-151-2/+1
* sb/intel/ibexpeak: Drop Global NVS supportAngel Pons2021-02-111-0/+2
* nb/intel/ironlake: Use common {DMI,EP,MCH}BAR accessorsAngel Pons2021-02-106-26/+21