aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd
AgeCommit message (Expand)Author
2024-02-23arch/x86/ioapic: use uintptr_t for IOAPIC base addressFelix Held
2024-02-14tree; Remove unused <lib.h>Elyes Haouas
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-31include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard
2024-01-29device/device.h: Drop multiple linksArthur Heymans
2024-01-24northbridge: Rename Makefiles from .inc to .mkMartin Roth
2024-01-17Reland "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi
2024-01-16device: Add support for multiple PCI segment groupsFelix Held
2023-12-20nb,sb/amd/pi/*/pci_devs: drop unused PCI device IDsFelix Held
2023-12-19nb/amd/pi: drop HW_MEM_HOLE_SIZEK Kconfig optionFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: use devicetree device pointersFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: assume that there's DRAMFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: rework idx in domain_read_resourcesFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: drop nodeid from get_dram_base_limitFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: rework hw_mem_hole_infoFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: simplify domain_read_resourcesFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: remove get_fx_devsFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: always return 1 in get_node_numsFelix Held
2023-12-19nb/amd/pi/00730F01/northbridge: drop create_vga_resourceFelix Held
2023-12-19nb/amd/pi/00730F01: assign IOMMU ops in chipset devicetreeFelix Held
2023-12-19nb/amd/pi/00730F01: assign northbridge ops in chipset devicetreeFelix Held
2023-12-17nb,sb/amd/pi/*/pci_devs: drop unused BUS0 defineFelix Held
2023-12-06nb/amd/pi/00730F01/chipset.cb: don't call dummy function host bridgeFelix Held
2023-12-01nb/amd/pi/00730F01: drop leftover family10_northbridge PCI driverFelix Held
2023-11-17nb/amd/pi/00730F01: add CPU and domain ops in devicetreeFelix Held
2023-11-17nb/amd/pi/00730F01: restructure chip opsFelix Held
2023-11-17nb/amd/pi/00730F01: introduce and use chipset devicetreeFelix Held
2023-11-07Revert "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi
2023-10-20device/device.h: Rename pci_domain_scan_busArthur Heymans
2023-10-11Kconfig: Bring HEAP_SIZE to a common, large valuePatrick Georgi
2023-08-15nb,soc/amd/*/northbridge: use mmio_range to add IOAPIC2 resourcesFelix Held
2023-08-09treewide: Get rid of "NO_DDRx" selectionElyes Haouas
2023-08-08cpu/amd/pi/00730F01: Use common code for mp_initArthur Heymans
2023-07-10nb/amd/pi/00730F01: Specify supported memory typeElyes Haouas
2023-06-14acpi/acpi.h: Remove global acpi_fill_ivrs_ioapic()Arthur Heymans
2023-06-07nb/amd/pi/00730f01/northbridge: use VGA_MMIO_* definesFelix Held
2023-05-13cpu,nb/amd/pi/00730F01: dynamically generate CPU devicesFelix Held
2023-05-13nb/amd/pi/00730F01: request binaryPI to use \_SB_ scope in PSTATE SSDTFelix Held
2023-05-08nb/amd/pi/00730f01/acpi/northbridge: don't hide PCI0 root device from OSFelix Held
2023-04-26AMD binaryPI: Use ACPI_COMMON_MADT_IOAPICKyösti Mälkki
2023-04-23include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gbFelix Held
2023-04-21nb/amd/pi/00730F01/northbridge: remove unneeded AGESA.h includeFelix Held
2023-04-21nb/amd/pi/00730F01/northbridge: use get_top_of_mem_[below,above]_4gbFelix Held
2023-04-21include/cpu/amd/mtrr: rename functions to get top of memory regionsFelix Held
2023-04-15sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPICKyösti Mälkki
2023-04-13AMD binaryPI: Use madt_ioapic_from_hw()Kyösti Mälkki
2023-04-13AMD binaryPI: Declare IOAPIC IDsKyösti Mälkki
2023-04-11binaryPI: Use common code for LAPIC NMIsKyösti Mälkki
2023-02-22nb/amd/pi/00730F01/acpi_tables: use existing IO_APIC2_ADDR definitionFelix Held
2023-01-21nb/amd/pi/Kconfig: Remove unused CONSOLE_VGA_MULTIElyes Haouas
2022-12-27tree/acpi: Replace constant "Zero" with actual numberFelix Singer
2022-11-22src/northbridge: Remove unnecessary space after castsElyes Haouas
2022-11-17nb/amd/pi/Kconfig: Drop unused Kconfig symbolElyes Haouas
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-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-09-14soc/amd/common: Add common function to get cpu countArthur Heymans
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-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-06drivers/amd/agesa: Don't save regular boot MTRR to flashArthur 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-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-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-03-25amd/fam*/northbridge.c: Remove unused reset_memhole variableArthur Heymans
2022-03-25amd/fam*/northbridge.c: Fix unused hest variableArthur Heymans
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-02-18nb/amd/pi/00730F01/northbridge.c: Use 'pci_{and,or}_config'Elyes Haouas
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
2021-12-07northbridge/amd/pi/00730F01/northbridge.c: remove unneeded global variablesMichał Kopeć
2021-12-06northbridge/amd/pi/00730F01: enable PARALLEL_MPMichał Kopeć
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-11-03cpu/amd/mtrr: Remove topmem global variablesArthur Heymans
2021-10-22AGESA binaryPI: Use common acpi_fill_madt()Kyösti Mälkki
2021-06-07cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki
2021-05-27nb/amd/pi/00630F01: Remove unused directory and codeAngel Pons
2021-05-13nb/amd/pi/00730F01: enable RESOURCE_ALLOCATOR_V4Michał Żygowski
2021-05-13nb/amd/pi/00730F01/northbridge.c: Report missing resourcesMichał Żygowski
2021-05-13nb/amd/pi/00730F01: Use generic allocation functions for PCI domainMichał Żygowski
2021-05-12nb/amd/pi/00730F01: Use generic allocation functions for northbridgeMichał Żygowski
2021-05-06nb/amd/{agesa,pi}: Avoid overflows during DRAM calculationMichał Żygowski
2021-04-11sb/amd/pi/hudson: remove unused Bolton PI FCH codeFelix Held
2021-02-04src: Remove useless comments in "includes" linesElyes HAOUAS