summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
...
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+1
* 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
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-074-6/+5
* nb/amd/pi/00730F01/iommu: call pci_dev_set_resources directlyFelix Held2022-02-051-6/+1
* nb,soc/amd/*/iommu: fix comment about IOMMU MMIO resourceFelix Held2022-02-052-2/+2
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-056-18/+0
* nb/intel/haswell: Report SMBIOS memory speed in MT/sAngel Pons2022-02-041-2/+2
* nb/intel/gm45/raminit.c: Fix indent for 'if' statementElyes HAOUAS2022-01-311-2/+2
* 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: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-1/+1
* northbridge/intel/i945: Change types to uintptr_t where appropriateElyes HAOUAS2022-01-254-7/+8
* 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
* nb/intel/i945/raminit.c: Set "integrated_graphics" as boolElyes HAOUAS2022-01-041-1/+1
* src: Use 'stdint.h' when appropriateElyes HAOUAS2022-01-011-1/+0
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* northbridge/intel/ironlake/acpi: Use Printf() for debug printsFelix Singer2021-12-301-2/+2
* northbridge/intel/sandybridge/acpi: Use Printf() for debug printsFelix Singer2021-12-301-2/+2
* northbridge/intel/haswell/acpi: Use Printf() for debug printsFelix Singer2021-12-301-4/+4
* nb/intel/ironlake: Use `NUM_CHANNELS` macroAngel Pons2021-12-231-1/+1
* Spell *Boot Guard* with a space for official spellingPaul Menzel2021-12-161-1/+1
* northbridge/amd/pi/00730F01/northbridge.c: remove unneeded global variablesMichał Kopeć2021-12-071-24/+23
* northbridge/amd/pi/00730F01: enable PARALLEL_MPMichał Kopeć2021-12-062-109/+24
* 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
* haswell/lynxpoint/broadwell: Use `azalia_codec_init()`Angel Pons2021-11-111-2/+3
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-111-1/+1
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-1030-62/+64
* nb/intel/haswell/northbridge.c: Drop stale commentAngel Pons2021-11-051-4/+0
* nb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-045-6/+6
* cpu/amd/mtrr: Remove topmem global variablesArthur Heymans2021-11-034-32/+4
* AGESA binaryPI: Use common acpi_fill_madt()Kyösti Mälkki2021-10-228-0/+129
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-1811-81/+0
* nb/intel/haswell: Add HDAU ACPI deviceMatt DeVillier2021-10-131-0/+6
* nb/intel/sandybridge: Populate meminfo when using MRCMatt DeVillier2021-10-112-0/+77
* src/mainboard to src/security: Fix spelling errorsMartin Roth2021-10-054-4/+4
* nb/intel/haswell: Move MRC glue code into a subfolderAngel Pons2021-08-024-9/+13
* nb/intel/haswell/gma.c: Add ULX PCI device IDsAngel Pons2021-08-021-0/+2
* src/*: Specify type of `CBFS_SIZE` onceAngel Pons2021-07-264-4/+0
* nb/intel/x4x: Expose x86_64 supportArthur Heymans2021-07-061-0/+1
* nb/intel/x4x: Use write32p and read32pArthur Heymans2021-07-053-13/+13
* nb/intel/x4x: Prepare for x86_64 supportArthur Heymans2021-07-054-14/+16
* nb/intel/haswell/pcie.c: Avoid needless deathAngel Pons2021-06-221-5/+18
* nb/intel/haswell/pcie.c: Introduce helper variableAngel Pons2021-06-221-4/+6
* nb/intel/haswell/pcie.c: Fix getting PCI functionAngel Pons2021-06-221-1/+1