summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge: Add a chipset devicetreeArthur Heymans2022-11-302-0/+21
* src/northbridge: Remove unnecessary space after castsElyes Haouas2022-11-222-5/+5
* 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/sandybridge: Specify supported memory typesElyes Haouas2022-11-041-0/+8
* nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-142-2/+2
* nb/intel/sandybridge: Align TOUUD down to 1 MiB granularityArthur Heymans2022-08-261-1/+1
* commonlib/clamp.h: Relicense file to be BSD-compatibleAngel Pons2022-08-171-1/+1
* nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of commaElyes Haouas2022-07-171-1/+1
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-051-5/+1
* nb/intel: Drop local legacy_hole definitionsKyösti Mälkki2022-06-301-8/+4
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-11/+11
* nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans2022-05-131-2/+1
* nb/intel/snb: Reduce scope of functionsArthur Heymans2022-04-202-7/+5
* nb/intel/sandybridge: Restore `mainboard_early_init()` callAngel Pons2022-04-101-0/+6
* mb/google,samsung: Drop init_bootmode_straps()Kyösti Mälkki2022-04-091-6/+0
* nb/intel/sandybridge/acpi: Support setting PCI bars above 4GArthur Heymans2022-03-282-4/+50
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-082-4/+4
* src: Make PCI ID define names shorterFelix Singer2022-03-073-3/+3
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-251-1/+2
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-051-3/+0
* nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macrosElyes HAOUAS2022-01-271-12/+13
* nb/intel/sandybridge/raminit_mrc.c: Use DDR3_SPD_SODIMM macroElyes HAOUAS2022-01-271-2/+3
* nb/intel/sandybridge/raminit_mrc.c: Use <smbios.h> macrosElyes HAOUAS2022-01-271-4/+5
* src/{northbridge,southbridge}: Remove unused <console/console.h>Elyes HAOUAS2022-01-101-1/+0
* src/northbridge: Remove unused <delay.h>Elyes HAOUAS2022-01-051-1/+0
* northbridge/intel/sandybridge/acpi: Use Printf() for debug printsFelix Singer2021-12-301-2/+2
* nb/intel/sandybridge/romstage.c: Configure DPR and initialize TXTMichał Żygowski2021-12-021-0/+23
* nb/intel/sandybridge: Add support for DPRMichał Żygowski2021-11-262-4/+43
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-104-9/+9
* nb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* nb/intel/sandybridge: Populate meminfo when using MRCMatt DeVillier2021-10-112-0/+77
* 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
* MRC platforms: Fix MRC version printk format specifiersAngel Pons2021-06-161-1/+1
* nb/intel/sandybridge: Add x86_64 supportPatrick Rudolph2021-06-151-10/+19
* lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held2021-05-271-1/+1
* 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
* nb/intel: Use get_int_option()Angel Pons2021-04-211-4/+3
* nb/intel: Replace remaining BAR accessorsAngel Pons2021-04-101-6/+1
* nb/intel/sandybridge: Use new fixed BAR accessorsAngel Pons2021-04-1012-336/+320
* nb/intel: Factor out remaining MCHBAR macrosAngel Pons2021-04-101-10/+0
* nb/intel/sandybridge: Drop `pci_mmio_size`Angel Pons2021-04-052-24/+3
* nb/intel/sandybridge: Rename `pdwm_mode` enumAngel Pons2021-04-052-3/+3
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-053-4/+4
* nb/intel/sandybridge: Clean up `dram_timing` functionAngel Pons2021-03-011-27/+11