summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/agesa/family14/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* {cpu/nb}/amd/family14: Remove platformArthur Heymans2022-11-071-851/+0
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-5/+5
* nb/amd/agesa/*/northbridge.c: Fix some white spaces issuesElyes Haouas2022-07-171-12/+12
* 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-2/+2
* 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-1/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* cpu/amd/mtrr: Remove topmem global variablesArthur Heymans2021-11-031-7/+0
* nb/amd/{agesa,pi}: Avoid overflows during DRAM calculationMichał Żygowski2021-05-061-44/+34
* 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
* src: Remove unused '#include <cpu/x86/lapic.h>'Elyes HAOUAS2020-06-021-1/+0
* device_util,agesa/family14: Do not consider unassigned resources in find_pci_...Furquan Shaikh2020-05-261-1/+2
* 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-2/+0
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* 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/+18
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/northbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-201-4/+0
* Fix 'unsigned int' to bare use of 'unsigned'Subrata Banik2019-03-191-14/+14
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* 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 fam12/fam14: Drop amdfamX.c file includeKyösti Mälkki2019-01-241-2/+86
* AGESA: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-141-2/+3
* AGESA: Use pcidev_on_root()Kyösti Mälkki2019-01-041-3/+4
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-2/+2
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-181-4/+2
* AGESA binaryPI: Fix and optimize for MAX_NODES_NUMKyösti Mälkki2018-07-201-5/+1
* nb/amd/agesa: Get rid of device_tKyösti Mälkki2018-05-231-8/+8
* nb/amd/agesa/family14: Get rid of device_tElyes HAOUAS2018-05-201-19/+20
* AGESA_LEGACY: Apply final cleanup and file removalsKyösti Mälkki2018-01-231-28/+0
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* AGESA: Introduce AGESA_LEGACY_WRAPPER and its counterpartKyösti Mälkki2017-08-021-3/+6
* nb/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-081-3/+3
* AGESA: Fix UMA calculationsKyösti Mälkki2017-05-181-39/+1
* AGESA: Add agesa_helper.h headerKyösti Mälkki2017-03-071-2/+2
* southbridge/amd: Add LPC bridge acpi path for Family14 and SB800Tobias Diedrich2017-02-221-0/+9
* MMCONF_SUPPORT: Drop redundant loggingKyösti Mälkki2016-12-071-6/+0