soc/amd/phoenix: Remove outdated TODO comments

Delete the "TODO: Update for Phoenix" comment from files that have
already been updated in the previous chained patches (CB:85631,
CB:85632, CB:85633).

Change-Id: I137dbba5094ae8cbf842b45d6137c5b0528e5413
Signed-off-by: Nicolas Kochlowski <nickkochlowski@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85719
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ana Carolina Cabral <ana.cpmelo95@gmail.com>
This commit is contained in:
Nicolas Kochlowski 2024-12-20 13:54:58 -03:00 committed by Matt DeVillier
commit 663dbd462a
5 changed files with 0 additions and 7 deletions

View file

@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
# TODO: Update for birman
chip soc/amd/phoenix
register "common_config.espi_config" = "{
.std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN | ESPI_DECODE_IO_0X2E_0X2F_EN | ESPI_DECODE_IO_0X60_0X64_EN,

View file

@ -1,7 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
# TODO: Evaluate what can be moved to a common directory
# TODO: Update for Phoenix
config SOC_AMD_PHOENIX_BASE
bool

View file

@ -1,7 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# TODO: Move as much as possible to common
# TODO: Update for Phoenix
ifeq ($(CONFIG_SOC_AMD_PHOENIX_BASE),y)

View file

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* TODO: Update for Phoenix */
/* TODO: See what can be made common */
/* ACPI - create the Fixed ACPI Description Tables (FADT) */

View file

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* TODO: Update for Phoenix */
#ifndef PHOENIX_CHIP_H
#define PHOENIX_CHIP_H