summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/pi/00730F01/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* nb/amd/pi/00730F01: add CPU and domain ops in devicetreeFelix Held2023-11-171-13/+2
* nb/amd/pi/00730F01: restructure chip opsFelix Held2023-11-171-7/+2
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* nb,soc/amd/*/northbridge: use mmio_range to add IOAPIC2 resourcesFelix Held2023-08-151-6/+1
* cpu/amd/pi/00730F01: Use common code for mp_initArthur Heymans2023-08-081-12/+2
* acpi/acpi.h: Remove global acpi_fill_ivrs_ioapic()Arthur Heymans2023-06-141-1/+1
* nb/amd/pi/00730f01/northbridge: use VGA_MMIO_* definesFelix Held2023-06-071-1/+2
* cpu,nb/amd/pi/00730F01: dynamically generate CPU devicesFelix Held2023-05-131-3/+18
* nb/amd/pi/00730F01: request binaryPI to use \_SB_ scope in PSTATE SSDTFelix Held2023-05-131-16/+0
* include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gbFelix Held2023-04-231-2/+2
* nb/amd/pi/00730F01/northbridge: remove unneeded AGESA.h includeFelix Held2023-04-211-1/+0
* nb/amd/pi/00730F01/northbridge: use get_top_of_mem_[below,above]_4gbFelix Held2023-04-211-5/+3
* include/cpu/amd/mtrr: rename functions to get top of memory regionsFelix Held2023-04-211-2/+2
* AMD binaryPI: Use madt_ioapic_from_hw()Kyösti Mälkki2023-04-131-5/+3
* AMD binaryPI: Declare IOAPIC IDsKyösti Mälkki2023-04-131-3/+4
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-6/+6
* soc/amd/common: Add common function to get cpu countArthur Heymans2022-09-141-7/+1
* nb/amd: Fix some white spaces issuesElyes Haouas2022-07-171-23/+23
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-6/+6
* nb/amd/{agesa,pi}: Clean up some math expressionsElyes Haouas2022-04-241-3/+3
* nb/amd/*/*/northbridge.c: Change the comment 'hole from 0xa0000..' to reflect...Elyes Haouas2022-04-241-1/+1
* {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h>Elyes HAOUAS2022-04-241-1/+0
* src: Make PCI ID define names shorterFelix Singer2022-03-071-4/+4
* nb/amd/pi/00730F01/northbridge.c: Use 'pci_{and,or}_config'Elyes Haouas2022-02-181-10/+4
* 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-061-108/+24
* cpu/amd/mtrr: Remove topmem global variablesArthur Heymans2021-11-031-9/+2
* nb/amd/pi/00730F01/northbridge.c: Report missing resourcesMichał Żygowski2021-05-131-24/+37
* nb/amd/pi/00730F01: Use generic allocation functions for PCI domainMichał Żygowski2021-05-131-56/+4
* nb/amd/pi/00730F01: Use generic allocation functions for northbridgeMichał Żygowski2021-05-121-233/+6
* nb/amd/{agesa,pi}: Avoid overflows during DRAM calculationMichał Żygowski2021-05-061-37/+34
* nb/amd: Deduplicate nb_common.hAngel Pons2020-11-251-1/+1
* device: Drop unused HyperTransport codeAngel Pons2020-11-251-1/+0
* nb/amd/pi/00730F01/northbridge.c: Add include <types.h>Elyes HAOUAS2020-07-261-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* nb/amd/pi/00730F01/northbridge.c: refactor IVRS generationMichał Żygowski2020-04-071-151/+239
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-3/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* acpi: correct the processor devices scopeMichał Żygowski2020-03-251-0/+16
* nb/amd/pi/00730F01: initialize GNB IOAPICMichał Żygowski2020-03-231-0/+9
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* nb/amd/pi/00730F01: enable ACS and AER for PCIe portsMichał Żygowski2020-02-171-0/+31
* nb/amd/pi: Fix typosElyes HAOUAS2020-01-081-2/+2