aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
AgeCommit message (Expand)Author
2022-11-14nb/intel/ironlake: Hook up PCI domain and CPU ops to devicetreeArthur Heymans
2022-11-12nb/intel/ironlake: Work around unused variable warningArthur Heymans
2022-11-09Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki
2022-11-09nb/intel/haswell: Hook up PCI domain and CPU cluster ops to devicetreeArthur Heymans
2022-11-07sb/amd: Remove dropped platformsArthur Heymans
2022-11-07nb/amd/agesa: Remove leftover codeArthur Heymans
2022-11-07cpu/amd/agesa: Remove leftover codeArthur Heymans
2022-11-07{cpu/nb}/amd/family16: Remove platformArthur Heymans
2022-11-07{cpu/nb}/amd/family15tn: Remove platformArthur Heymans
2022-11-07{cpu/nb}/amd/family14: Remove platformArthur Heymans
2022-11-07mb/aopen/dxplplusu: Remove boardArthur Heymans
2022-11-04nb/intel/pineview: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/x4x: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/sandybridge: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/gm45: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/i945: Specify supported memory typeElyes Haouas
2022-11-03nb/intel/gm45: Make polling loops more explicitAngel Pons
2022-10-22nb/intel/i945/raminit: Use 'bool' for do_resetElyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'bool' for clkcfg_bit7Elyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'size_t' for banksize[]Elyes Haouas
2022-10-21nb/x4x/dq_dqs.c: Use 'enum cb_err'Elyes Haouas
2022-10-21nb/intel/x4x/raminit.c: Use 'enum cb_err'Elyes Haouas
2022-10-21nb/intel/i945/rcven.c: Use read32p()Elyes Haouas
2022-10-20nb/intel/i945/i945.h: Drop useless guardElyes Haouas
2022-10-20nb/intel/i945: Clean up includesElyes Haouas
2022-10-20intel/i945: Use 'bool' for dual_channel and interleavedElyes Haouas
2022-10-17nb/amd/agesa/fam16kb: Remove dead codeArthur Heymans
2022-10-17nb/amd/agesa/fam15tn: Remove dead codeArthur Heymans
2022-10-13payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas
2022-10-12nb/intel/i945/raminit: Include `inttypes.h` for PRIxPTRPaul Menzel
2022-10-10nb/intel/i945/raminit.c: Fix formatted printElyes Haouas
2022-10-06treewide: use predicate to check if pci device is on n-th busFabio Aiuto
2022-10-06nb/intel/i945/memmap.c: Clean up includesElyes Haouas
2022-10-06nb/intel/i945/rcven.c: Sort includes and add <types.h>Elyes Haouas
2022-10-06nb/intel/i945/raminit.c: Clean up includes and add <types.h>Elyes Haouas
2022-09-29nb/intel/i945/raminit.c: Use read32p()Elyes Haouas
2022-09-14soc/amd/common: Add common function to get cpu countArthur Heymans
2022-09-14nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas
2022-08-26nb/intel/sandybridge: Align TOUUD down to 1 MiB granularityArthur Heymans
2022-08-17commonlib/clamp.h: Relicense file to be BSD-compatibleAngel Pons
2022-07-17nb/amd: Fix some white spaces issuesElyes Haouas
2022-07-17nb/amd/*/*/pci_devs.h: Fix some white spaces issuesElyes Haouas
2022-07-17nb/amd/agesa/*/dimmSpd.c: Fix some white spaces issuesElyes Haouas
2022-07-17nb/amd/agesa/*/northbridge.c: Fix some white spaces issuesElyes Haouas
2022-07-17nb/amd/agesa/*/acpi_tables.c: Fix some white spaces issuesElyes Haouas
2022-07-17nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of commaElyes Haouas
2022-07-14northbridge/intel/i945: Fix GCC optimizing out cache preload jumpPetr Cvek
2022-07-05nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki
2022-06-30nb/intel: Drop local legacy_hole definitionsKyösti Mälkki
2022-06-24device/resource: Modify some resource allocation instancesKyösti Mälkki
2022-06-24nb/intel/gm45/acpi: Fix max PCI bus numberNico Huber
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-20intel/gma: Use bitwise or instead addition for valid bitPetr Cvek
2022-06-06drivers/amd/agesa: Don't save regular boot MTRR to flashArthur Heymans
2022-06-02nb/intel/i440bx: Use PARALLEL_MPArthur Heymans
2022-05-28arch/x86/car.ld: Remove AGESA linker warning workaroundArthur Heymans
2022-05-28vendorcode/amd/agesa/fam16kb: Fix improper use of .dataArthur Heymans
2022-05-28vendorcode/amd/agesa/f14: Fix improper use of .dataArthur Heymans
2022-05-28vendorcode/amd/agesa/f15tn: Fix all improper use of .dataArthur Heymans
2022-05-24nb/intel/i945,gm45: Use incrementing index with fixed resourceKyösti Mälkki
2022-05-19arch/x86/car.ld: Add a Kconfig param to flag AGESA brokennessArthur Heymans
2022-05-16drivers/amd/agesa: Use prepare_and_run_postcarArthur Heymans
2022-05-16northbridge/intel/i945: Convert to ASL 2.0Elyes HAOUAS
2022-05-16src: Remove unused <cf9_reset.h>Elyes Haouas
2022-05-13nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans
2022-05-13nb/intel/gm45: Enable 64bit supportArthur Heymans
2022-05-13nb/intel/gm45/iommu.c: Fix clearing GTTArthur Heymans
2022-05-13nb/intel/gm45/dsdt: Fix number of PCI bussesArthur Heymans
2022-05-13nb/intel/gm45: Allow for PCI BARs above 4GArthur Heymans
2022-04-27nb/intel/pineview: Use cbfs mcacheArthur Heymans
2022-04-24nb/amd/{agesa,pi}: Clean up some math expressionsElyes Haouas
2022-04-24nb/amd/*/*/northbridge.c: Change the comment 'hole from 0xa0000..' to reflect...Elyes Haouas
2022-04-24{drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h>Elyes HAOUAS
2022-04-24northbridge/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS
2022-04-22nb/intel/i945/memmap.c: Fix TOLUD bit field maskPetr Cvek
2022-04-20nb/intel/snb: Reduce scope of functionsArthur Heymans
2022-04-10nb/intel/sandybridge: Restore `mainboard_early_init()` callAngel Pons
2022-04-09mb/google,samsung: Drop init_bootmode_straps()Kyösti Mälkki
2022-03-28nb/intel/sandybridge/acpi: Support setting PCI bars above 4GArthur Heymans
2022-03-25amd/fam*/northbridge.c: Remove unused reset_memhole variableArthur Heymans
2022-03-25amd/fam*/northbridge.c: Fix unused hest variableArthur Heymans
2022-03-25nb/intel/gm45/pm.c: Make clang happyArthur Heymans
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-02-25cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic numberFelix Held
2022-02-25arch/x86: consolidate HPET base address definitionsFelix Held
2022-02-24nb/intel/ironlake: Clean up `jedec_read()` functionAngel Pons
2022-02-24nb/intel/ironlake: Fix some quickpath init magicAngel Pons
2022-02-24nb/intel/ironlake: Move out HECI remainders into southbridgeAngel Pons
2022-02-18nb/amd/pi/00730F01/northbridge.c: Use 'pci_{and,or}_config'Elyes Haouas
2022-02-16Use the fallthrough statement in switch loopsArthur Heymans
2022-02-15nb/intel/ironlake/raminit_heci.c: Move to southbridge scopeAngel Pons
2022-02-15nb/intel/ironlake: Decouple `setup_heci_uma()` from northbridgeAngel Pons
2022-02-15nb/intel/ironlake/raminit_heci.c: Turn into compilation unitAngel Pons
2022-02-15nb/intel/ironlake: Split out HECI code out of raminitAngel Pons
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-02-05nb/amd/pi/00730F01/iommu: call pci_dev_set_resources directlyFelix Held
2022-02-05nb,soc/amd/*/iommu: fix comment about IOMMU MMIO resourceFelix Held
2022-02-05cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki
2022-02-04nb/intel/haswell: Report SMBIOS memory speed in MT/sAngel Pons