summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/agesa/family15tn/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* {cpu/nb}/amd/family15tn: Remove platformArthur Heymans2022-11-071-736/+0
* nb/amd/agesa/fam15tn: Remove dead codeArthur Heymans2022-10-171-225/+1
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-6/+6
* nb/amd/agesa/*/northbridge.c: Fix some white spaces issuesElyes Haouas2022-07-171-35/+35
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-3/+3
* nb/amd/{agesa,pi}: Clean up some math expressionsElyes Haouas2022-04-241-4/+4
* nb/amd/*/*/northbridge.c: Change the comment 'hole from 0xa0000..' to reflect...Elyes Haouas2022-04-241-1/+1
* amd/fam*/northbridge.c: Remove unused reset_memhole variableArthur Heymans2022-03-251-4/+1
* amd/fam*/northbridge.c: Fix unused hest variableArthur Heymans2022-03-251-3/+3
* src: Make PCI ID define names shorterFelix Singer2022-03-071-4/+4
* cpu/amd/mtrr: Remove topmem global variablesArthur Heymans2021-11-031-8/+1
* nb/amd/{agesa,pi}: Avoid overflows during DRAM calculationMichał Żygowski2021-05-061-37/+40
* nb/amd: Deduplicate nb_common.hAngel Pons2020-11-251-1/+1
* device: Drop unused HyperTransport codeAngel Pons2020-11-251-1/+0
* src/northbridge: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* 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-2/+2
* 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-3/+0
* 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-2/+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
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* nb/amd: Fix typoElyes HAOUAS2019-12-311-1/+1
* src/northbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-36/+0
* Fix 'unsigned int' to bare use of 'unsigned'Subrata Banik2019-03-191-20/+21
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* AGESA: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-141-5/+6
* AGESA: Use pcidev_on_root()Kyösti Mälkki2019-01-041-6/+6
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-181-4/+2
* AGESA binaryPI: Remove code for CONFIG_CBB!=0Kyösti Mälkki2018-07-231-65/+5
* AGESA binaryPI: Fix and optimize for MAX_NODES_NUMKyösti Mälkki2018-07-201-20/+1
* nb/amd/agesa: Get rid of device_tKyösti Mälkki2018-05-231-17/+17
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* AGESA_LEGACY: Apply final cleanup and file removalsKyösti Mälkki2018-01-231-19/+0
* AGESA: Avoid cpuRegisters.h includeKyösti Mälkki2017-09-261-2/+1
* AGESA binaryPI: Clean up amdfamXX.h includeKyösti Mälkki2017-09-221-1/+0
* AGESA: Sync f15tn and f15rl northbridge codeKyösti Mälkki2017-08-241-18/+18
* AGESA: Introduce AGESA_LEGACY_WRAPPER and its counterpartKyösti Mälkki2017-08-021-0/+3
* nb/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-081-1/+1