Attention is currently required from: Jason Glenesk, Martin L Roth, Matt DeVillier, Martin Roth.
Martin Roth has uploaded a new patch set (#2) to the change originally created by Martin L Roth. ( https://review.coreboot.org/c/coreboot/+/71731 )
Change subject: soc/amd: Change Morgana codename to Phoenix ......................................................................
soc/amd: Change Morgana codename to Phoenix
Now that the next generation of APUs is officially announced, we can unmask morgana.
The chip formerly known as Morgana is actually Phoenix.
Surprise!
This patch just changes the name across the entire codebase.
Note that the fw.cfg file will stay pointing to the 3rdparty/amd_blobs/morgana/psp directory until the amd_blobs_repo is updated.
Signed-off-by: Martin Roth martin.roth@amd.corp-partner.google.com Change-Id: Ie9492a30ae9ff9cd7e15e0f2d239c32190ad4956 --- M MAINTAINERS M src/mainboard/amd/birman/Kconfig M src/mainboard/amd/birman/Kconfig.name R src/mainboard/amd/birman/devicetree_phoenix.cb M src/mainboard/amd/mayan/Kconfig M src/mainboard/amd/mayan/Kconfig.name R src/mainboard/amd/mayan/devicetree_phoenix.cb M src/mainboard/amd/mayan/gpio.c D src/soc/amd/morgana/include/soc/cpu.h D src/soc/amd/morgana/include/soc/espi.h D src/soc/amd/morgana/include/soc/uart.h R src/soc/amd/phoenix/Kconfig R src/soc/amd/phoenix/Makefile.inc R src/soc/amd/phoenix/acpi.c R src/soc/amd/phoenix/acpi/globalnvs.asl R src/soc/amd/phoenix/acpi/mmio.asl R src/soc/amd/phoenix/acpi/pci0.asl R src/soc/amd/phoenix/acpi/pci_int_defs.asl R src/soc/amd/phoenix/acpi/soc.asl R src/soc/amd/phoenix/agesa_acpi.c R src/soc/amd/phoenix/aoac.c R src/soc/amd/phoenix/chip.c R src/soc/amd/phoenix/chip.h R src/soc/amd/phoenix/chipset.cb R src/soc/amd/phoenix/config.c R src/soc/amd/phoenix/cpu.c R src/soc/amd/phoenix/early_fch.c R src/soc/amd/phoenix/espi_util.c R src/soc/amd/phoenix/fch.c R src/soc/amd/phoenix/fsp_m_params.c R src/soc/amd/phoenix/fsp_s_params.c R src/soc/amd/phoenix/fw.cfg R src/soc/amd/phoenix/gpio.c R src/soc/amd/phoenix/i2c.c R src/soc/amd/phoenix/include/soc/acpi.h R src/soc/amd/phoenix/include/soc/amd_pci_int_defs.h R src/soc/amd/phoenix/include/soc/aoac_defs.h A src/soc/amd/phoenix/include/soc/cpu.h R src/soc/amd/phoenix/include/soc/data_fabric.h A src/soc/amd/phoenix/include/soc/espi.h R src/soc/amd/phoenix/include/soc/gpio.h R src/soc/amd/phoenix/include/soc/i2c.h R src/soc/amd/phoenix/include/soc/iomap.h R src/soc/amd/phoenix/include/soc/lpc.h R src/soc/amd/phoenix/include/soc/msr.h R src/soc/amd/phoenix/include/soc/nvs.h R src/soc/amd/phoenix/include/soc/pci_devs.h R src/soc/amd/phoenix/include/soc/platform_descriptors.h R src/soc/amd/phoenix/include/soc/psp_transfer.h R src/soc/amd/phoenix/include/soc/psp_verstage_addr.h R src/soc/amd/phoenix/include/soc/smi.h R src/soc/amd/phoenix/include/soc/smu.h R src/soc/amd/phoenix/include/soc/southbridge.h A src/soc/amd/phoenix/include/soc/uart.h R src/soc/amd/phoenix/mca.c R src/soc/amd/phoenix/preload.c R src/soc/amd/phoenix/psp_verstage/Makefile.inc R src/soc/amd/phoenix/psp_verstage/chipset.c R src/soc/amd/phoenix/psp_verstage/svc.c R src/soc/amd/phoenix/psp_verstage/svc.h R src/soc/amd/phoenix/psp_verstage/uart.c R src/soc/amd/phoenix/reset.c R src/soc/amd/phoenix/romstage.c R src/soc/amd/phoenix/root_complex.c R src/soc/amd/phoenix/smihandler.c R src/soc/amd/phoenix/smu.c R src/soc/amd/phoenix/uart.c R src/soc/amd/phoenix/xhci.c R src/vendorcode/amd/fsp/phoenix/FspUpd.h R src/vendorcode/amd/fsp/phoenix/FspUsb.h R src/vendorcode/amd/fsp/phoenix/FspmUpd.h R src/vendorcode/amd/fsp/phoenix/FspsUpd.h R src/vendorcode/amd/fsp/phoenix/include/bl_uapp/bl_syscall_public.h R src/vendorcode/amd/fsp/phoenix/platform_descriptors.h M util/amdfwtool/amdfwtool.c 75 files changed, 215 insertions(+), 192 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/71731/2