Age | Commit message (Expand) | Author |
2024-02-26 | util/amdfwtool: build amdfwtool only for all tools or AMD CPUs | Martin Roth |
2024-02-23 | arch/x86/ioapic: use uintptr_t for IOAPIC base address | Felix Held |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-29 | device/device.h: Drop multiple links | Arthur Heymans |
2024-01-24 | southbridge: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-12 | sb/amd/pi/hudson/Kconfig: replace HUDSON_LEGACY_FREE option | Felix Held |
2024-01-10 | sb/amd/pi/hudson/smhandler: use apm_get_apmc() in APMC SMI handler | Felix Held |
2024-01-10 | sb/amd/pi/hudson: select HAVE_CONFIGURABLE_APMC_SMI_PORT | Felix Held |
2024-01-10 | sb/amd/pi/hudson/smhandler: use common APM_CNT_ACPI_* defines | Felix Held |
2024-01-10 | sb/amd/pi/hudson: drop unused ACPI_SMI_CMD_* defines | Felix Held |
2024-01-10 | sb/amd/pi/hudson: fix gpio.h and smi.h include location | Felix Held |
2023-12-20 | nb,sb/amd/pi/*/pci_devs: drop unused PCI device IDs | Felix Held |
2023-12-17 | nb,sb/amd/pi/*/pci_devs: drop unused BUS0 define | Felix Held |
2023-08-15 | sb/amd/pi/hudson: Swap the 3-clause BSD license for an SPDX line | Martin Roth |
2023-08-08 | ACPI: Add helper fill_fadt_extended_pm_io() | Kyösti Mälkki |
2023-07-17 | soc/amd/common/acpimmio: factor out IO port access to PM registers | Felix Held |
2023-07-17 | sb/amd/pi/hudson/enable_usbdebug: use pm_io_write8 | Felix Held |
2023-06-07 | sb/amd/pi/hudson/acpi/fch: use VGA_MMIO_* defines | Felix Held |
2023-05-10 | sb,soc/amd,intel: Sync FADT entries visually | Kyösti Mälkki |
2023-05-09 | sb,soc/amd,intel: Apply minor FADT fixes | Kyösti Mälkki |
2023-04-29 | ACPI: Make FADT entries for RTC/CMOS architectural | Kyösti Mälkki |
2023-04-27 | ACPI: Make FADT entries for SMI architectural | Kyösti Mälkki |
2023-04-26 | AMD binaryPI: Use ACPI_COMMON_MADT_IOAPIC | Kyösti Mälkki |
2023-04-26 | arch/x86/ioapic: Promote ioapic_get_sci_pin() | Kyösti Mälkki |
2023-04-21 | Drop unused include <version.h> | Kyösti Mälkki |
2023-04-21 | ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields | Kyösti Mälkki |
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-02-22 | sb/amd/pi/hudson/fadt: drop unneeded ARM_boot_arch assignment | Felix Held |
2023-02-07 | tree: Drop repeated words | Alexander Goncharov |
2023-02-01 | treewide: Remove duplicated include <device/pci.h> | Elyes Haouas |
2023-01-23 | sb/amd/pi/hudson/Kconfig: Remove unused RAID_MISC_ROM_POSITION | Elyes Haouas |
2023-01-23 | sb/amd/pi/hudson/Kconfig: Remove unused RAID_MISC_ROM_FILE | Elyes Haouas |
2023-01-23 | sb/amd/pi/hudson/Kconfig: Remove unused RAID_ROM_FILE | Elyes Haouas |
2023-01-23 | sb/amd/pi/hudson/Kconfig: Remove unused RAID_ROM_ID | Elyes Haouas |
2023-01-22 | soc/amd/stoneyridge,sb/amd/pi/hudson: Remove unused AHCI_ROM_ID | Elyes Haouas |
2023-01-21 | sb/amd/pi/hudson/Kconfig: Remove unused AZ_PIN | Elyes Haouas |
2023-01-21 | sb/amd/pi/hudson/Kconfig: Remove AHCI_ROM_FILE | Elyes Haouas |
2022-12-06 | sb,soc/amd: Remove unused southbridge_io_trap_handler() | Kyösti Mälkki |
2022-12-06 | sb/amd/pi/hudson: Use {read,write}16/32p() | Elyes Haouas |
2022-11-07 | sb/amd: Remove dropped platforms | Arthur Heymans |
2022-10-15 | treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' | Felix Held |
2022-10-12 | treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' | Elyes Haouas |
2022-10-12 | treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' | Elyes Haouas |
2022-10-12 | treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' | Elyes Haouas |
2022-09-01 | amd/*/Makefile.inc: Put common words into common Makefile.inc | Zheng Bao |
2022-08-11 | southbridge: Add SPDX identifiers to files missing them | Martin Roth |
2022-07-17 | sb/amd/pi: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | sb/amd/*/*/smbus_spd.c: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | sb/amd/*/*/sata.c: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | sb/amd/*/*/smbus.h: Fix some white spaces issues | Elyes Haouas |
2022-06-28 | soc,sb/amd: Change SPI controller resource | Kyösti Mälkki |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-05-12 | soc/amd/*/Makefile.inc: Do some cosmetics | Arthur Heymans |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-24 | treewide: Write minor version at acpi_create_fadt() function | Elyes Haouas |
2022-02-22 | sb/amd/pi/hudson/early_setup.c: Fix typo in comment | Elyes Haouas |
2022-02-22 | southbridge/amd/*/*/reset.c: Reduce stylistic differences | Elyes Haouas |
2022-02-22 | southbridge/amd/*/*/smbus.c: Reformat code and reduce difference | Elyes Haouas |
2022-02-21 | [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments | Elyes Haouas |
2022-02-21 | src/acpi: Add macro for FADT Minor Version and use it | Elyes Haouas |
2022-02-16 | Use the fallthrough statement in switch loops | Arthur Heymans |
2022-01-10 | southbridge/amd/pi/hudson/smi_util.c: Remove repeated "set" | Elyes HAOUAS |
2021-12-08 | sb/amd/pi/hudson/early_init: fix setting SPI_USE_SPI100 in SPI100_ENABLE | Felix Held |
2021-11-02 | include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDs | Felix Held |
2021-10-22 | arch/x86/ioapic: Select IOAPIC with SMP | Kyösti Mälkki |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-10-05 | src/soc to src/superio: Fix spelling errors | Martin Roth |
2021-09-23 | soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h | Felix Held |
2021-09-05 | sb/amd/pi/hudson: drop HUDSON_UART option and corresponding code | Felix Held |
2021-09-04 | sb/amd/pi/hudson/soc/gpio: add SOC_GPIO_TOTAL_PINS definition | Felix Held |
2021-09-03 | soc/amd/common/block/gpio_banks/Kconfig: add option for non-soc/ chips | Felix Held |
2021-08-19 | acpi: Fill fadt->century based on Kconfig | Nico Huber |
2021-07-26 | soc/amd/common/block/acpimmio: add Kconfig option for biosram accessors | Felix Held |
2021-04-11 | sb/amd/pi/hudson: remove unused Bolton PI FCH code | Felix Held |
2021-02-20 | ACPI: Use common OperationRegion for PCI_MMCONF | Kyösti Mälkki |
2021-02-20 | sb,soc/amd: Drop OSFL method in ASL | Kyösti Mälkki |
2021-02-15 | sb/amd: Remove unused <console/console.h> | Elyes HAOUAS |
2021-02-14 | ACPI: Move common _PIC method | Kyösti Mälkki |
2021-02-14 | sb,soc/amd: Drop empty CIRQ call from _PIC | Kyösti Mälkki |
2021-02-14 | sb,soc/amd: Move _PIC method to global scope | Kyösti Mälkki |
2021-02-11 | sb/amd/pi/hudson/pci.c: Remove empty init operation | Angel Pons |
2021-02-11 | sb/amd/pi/hudson/imc.c: Remove duplicated comment | Angel Pons |
2021-02-10 | sb/amd/pi/hudson/acpi/fch.asl: Convert to ASL 2.0 syntax | Elyes HAOUAS |
2021-02-10 | sb/amd/{agesa,pi}hudson/acpi: Convert 'pci_int.asl' to ASL 2.0 syntax | Elyes HAOUAS |
2021-02-10 | sb/amd/{agesa,pi}hudson/acpi: Convert 'AmdImc.asl' to ASL 2.0 syntax | Elyes HAOUAS |
2021-02-10 | sb/amd/{agesa,pi}/hudson/acpi: Convert 'audio.asl' to ASL 2.0 syntax | Elyes HAOUAS |
2021-02-09 | sb/amd/pi/hudson/acpi/lpc.asl: Convert to ASL 2.0 | Elyes HAOUAS |
2021-02-02 | treewide [Kconfig]: Remove useless comment | Elyes HAOUAS |
2021-01-27 | sb,soc/amd: Rename PMOD to PICM in ASL | Kyösti Mälkki |
2021-01-15 | build system: Always add coreboot.pre dependency to intermediates | Patrick Georgi |
2021-01-15 | build system: Remove flock calls from intermediate processing | Patrick Georgi |
2021-01-14 | build system: Structure and serialize INTERMEDIATE | Patrick Georgi |
2021-01-08 | cbfstool: Use flock() when accessing CBFS files | Julius Werner |