Age | Commit message (Expand) | Author |
2023-05-13 | cpu,nb/amd/pi/00730F01: dynamically generate CPU devices | Felix Held |
2023-05-13 | nb/amd/pi/00730F01: request binaryPI to use \_SB_ scope in PSTATE SSDT | Felix Held |
2023-05-08 | nb/amd/pi/00730f01/acpi/northbridge: don't hide PCI0 root device from OS | Felix Held |
2023-04-26 | AMD binaryPI: Use ACPI_COMMON_MADT_IOAPIC | Kyösti Mälkki |
2023-04-23 | include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gb | Felix Held |
2023-04-21 | nb/amd/pi/00730F01/northbridge: remove unneeded AGESA.h include | Felix Held |
2023-04-21 | nb/amd/pi/00730F01/northbridge: use get_top_of_mem_[below,above]_4gb | Felix Held |
2023-04-21 | include/cpu/amd/mtrr: rename functions to get top of memory regions | Felix Held |
2023-04-15 | sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC | Kyösti Mälkki |
2023-04-13 | AMD binaryPI: Use madt_ioapic_from_hw() | Kyösti Mälkki |
2023-04-13 | AMD binaryPI: Declare IOAPIC IDs | Kyösti Mälkki |
2023-04-11 | binaryPI: Use common code for LAPIC NMIs | Kyösti Mälkki |
2023-02-22 | nb/amd/pi/00730F01/acpi_tables: use existing IO_APIC2_ADDR definition | Felix Held |
2022-12-27 | tree/acpi: Replace constant "Zero" with actual number | Felix Singer |
2022-11-22 | src/northbridge: Remove unnecessary space after casts | Elyes Haouas |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2022-09-14 | soc/amd/common: Add common function to get cpu count | Arthur Heymans |
2022-07-17 | nb/amd: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | nb/amd/*/*/pci_devs.h: Fix some white spaces issues | Elyes Haouas |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-04-24 | nb/amd/{agesa,pi}: Clean up some math expressions | Elyes Haouas |
2022-04-24 | nb/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-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-18 | nb/amd/pi/00730F01/northbridge.c: Use 'pci_{and,or}_config' | Elyes Haouas |
2022-02-05 | nb/amd/pi/00730F01/iommu: call pci_dev_set_resources directly | Felix Held |
2022-02-05 | nb,soc/amd/*/iommu: fix comment about IOMMU MMIO resource | Felix Held |
2021-12-07 | northbridge/amd/pi/00730F01/northbridge.c: remove unneeded global variables | Michał Kopeć |
2021-12-06 | northbridge/amd/pi/00730F01: enable PARALLEL_MP | Michał Kopeć |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-03 | cpu/amd/mtrr: Remove topmem global variables | Arthur Heymans |
2021-10-22 | AGESA binaryPI: Use common acpi_fill_madt() | Kyösti Mälkki |
2021-06-07 | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki |
2021-05-13 | nb/amd/pi/00730F01: enable RESOURCE_ALLOCATOR_V4 | Michał Żygowski |
2021-05-13 | nb/amd/pi/00730F01/northbridge.c: Report missing resources | Michał Żygowski |
2021-05-13 | nb/amd/pi/00730F01: Use generic allocation functions for PCI domain | Michał Żygowski |
2021-05-12 | nb/amd/pi/00730F01: Use generic allocation functions for northbridge | Michał Żygowski |
2021-05-06 | nb/amd/{agesa,pi}: Avoid overflows during DRAM calculation | Michał Żygowski |
2021-01-29 | device/Kconfig: Declare MMCONF symbols' type once | Angel Pons |
2021-01-27 | sb,soc/amd: Rename PMOD to PICM in ASL | Kyösti Mälkki |
2020-11-25 | nb/amd: Deduplicate nb_common.h | Angel Pons |
2020-11-25 | device: Drop unused HyperTransport code | Angel Pons |
2020-09-21 | src/northbridge: Drop unneeded empty lines | Elyes HAOUAS |
2020-07-26 | nb/amd/pi/00730F01/northbridge.c: Add include <types.h> | Elyes HAOUAS |
2020-07-11 | arch/x86: Drop CBMEM_TOP_BACKUP | Kyösti Mälkki |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-05-26 | northbridge/amd: Keep using old resource allocator | Furquan Shaikh |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-08 | northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-07 | nb/amd/pi/00730F01/northbridge.c: refactor IVRS generation | Michał Żygowski |
2020-04-05 | src/northbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-25 | amd/common/acpi: move thermal zone to common location | Michał Żygowski |
2020-03-25 | acpi: correct the processor devices scope | Michał Żygowski |
2020-03-23 | nb/amd/pi/00730F01/state_machine.c: unhardcode IOAPIC2 address | Michał Żygowski |
2020-03-23 | nb/amd/pi/00730F01: initialize GNB IOAPIC | Michał Żygowski |
2020-03-23 | nb/amd/{agesa,pi}/acpi: include thermal zone | Michał Żygowski |
2020-03-23 | src: capitalize 'APIC' | Elyes HAOUAS |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-02-17 | nb/amd/pi/00730F01: enable ACS and AER for PCIe ports | Michał Żygowski |
2020-01-09 | nb/amd/pi/00730F01/state_machine: Add lost options | Michał Żygowski |
2020-01-09 | amd/agesa/state_machine: Add BeforeInitLate hooks | Michał Żygowski |
2020-01-08 | nb/amd/pi: Fix typos | Elyes HAOUAS |
2020-01-02 | amd/acpi: Drop empty PCSD device nodes | Nico Huber |
2019-12-31 | nb/amd: Fix typo | Elyes HAOUAS |
2019-12-20 | AMD {SoC, AGESA, binaryPI}: Don't use both of _ADR and _HID | Michał Żygowski |
2019-12-19 | src/northbridge: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-14 | Revert "{northbridge,soc,southbridge}: Don't use both of _ADR and _HID" | Nico Huber |
2019-11-29 | {northbridge,soc,southbridge}: Don't use both of _ADR and _HID | Elyes HAOUAS |
2019-11-27 | binaryPI: Drop BINARYPI_LEGACY_WRAPPER support | Kyösti Mälkki |
2019-11-26 | amd/pi/00730F01: Add support without BINARYPI_LEGACY_WRAPPER | Krystian Hebel |
2019-11-25 | binaryPI: Use Kconfig to define the number of IOAPICs | Michał Żygowski |
2019-10-27 | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth |
2019-09-15 | northbridge: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-08-20 | nb/amd/pi,sb/amd/sr5650: Remove unnecessary allocation | Jacob Garber |
2019-06-28 | device,nb/amd: Deduplicate add_more_links() | Jacob Garber |
2019-04-25 | src/northbridge/amd: Remove unused variables | Elyes HAOUAS |
2019-04-08 | nb/amd/pi, mb/amd/bettong: Fix null pointer checks | Jacob Garber |
2019-03-19 | Fix 'unsigned int' to bare use of 'unsigned' | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-22 | AGESA/binaryPI: Add NULL pointers check | Kyösti Mälkki |
2019-01-14 | binaryPI: Drop CONFIG_CBB and CONFIG_CDB | Kyösti Mälkki |
2019-01-14 | binaryPI: Drop invalid northbridge.h file | Kyösti Mälkki |
2019-01-04 | binaryPI: Use pcidev_on_root() | Kyösti Mälkki |
2019-01-03 | nb/amd/pi/00{630F01,730F01}: Use ARRAY_SIZE | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src/mainboard: Remove unused "HW_MEM_HOLE_SIZE_AUTO_INC" | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-05 | amd: Fix non-local header treated as local | Elyes HAOUAS |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |