aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-04-21 17:57:17 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-04-22 16:08:09 +0000
commit7c302cf20859592a32e19fb6eb434dfb06b1d3c3 (patch)
treefe070ef4337f647584a9bc18a55cf7663ad09010 /src
parent044fc9f6716c6978ea29ffa53be1a9facbe00d6c (diff)
cpu/amd/pi/00730F01: rename fixme.c to cpu_io_init.c
Now that the code is in a much better shape and uses native coreboot functionality to perform the initialization, rename the file from fixme.c to cpu_io_init.c to be more descriptive of what it does. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I97d1ac2b12c624210c570f189f825409bd64f318 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74659 Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r--src/cpu/amd/pi/00730F01/Makefile.inc4
-rw-r--r--src/cpu/amd/pi/00730F01/cpu_io_init.c (renamed from src/cpu/amd/pi/00730F01/fixme.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/pi/00730F01/Makefile.inc b/src/cpu/amd/pi/00730F01/Makefile.inc
index 51f90ef6e9..ae5a20bbf4 100644
--- a/src/cpu/amd/pi/00730F01/Makefile.inc
+++ b/src/cpu/amd/pi/00730F01/Makefile.inc
@@ -1,9 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-only
-romstage-y += fixme.c
+romstage-y += cpu_io_init.c
-ramstage-y += fixme.c
ramstage-y += chip_name.c
+ramstage-y += cpu_io_init.c
ramstage-y += model_16_init.c
ramstage-y += update_microcode.c
diff --git a/src/cpu/amd/pi/00730F01/fixme.c b/src/cpu/amd/pi/00730F01/cpu_io_init.c
index 9724133ab7..9724133ab7 100644
--- a/src/cpu/amd/pi/00730F01/fixme.c
+++ b/src/cpu/amd/pi/00730F01/cpu_io_init.c