From 281b01ce5e338d4a8902f3e1c9af54ee11e457f2 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 10 Aug 2025 15:03:02 +0530 Subject: [PATCH] soc/qualcomm/x1p42100: Remove unused PMIC file from CBFS This commit removes the Pmic.bin file from the coreboot filesystem (CBFS) and the Makefile.mk for the Qualcomm x1p42100 SoC. The PMIC file is no longer used in the boot process. It's safe to remove it to reduce the size of the final coreboot image and clean up the build configuration. TEST=Able to build and boot google/quenbi. Change-Id: Iac8e4b32677f36959323a5dd3a5c7f88a6359720 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/88736 Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) --- src/soc/qualcomm/x1p42100/Makefile.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/soc/qualcomm/x1p42100/Makefile.mk b/src/soc/qualcomm/x1p42100/Makefile.mk index 51770fd8f7..a69a87daf7 100644 --- a/src/soc/qualcomm/x1p42100/Makefile.mk +++ b/src/soc/qualcomm/x1p42100/Makefile.mk @@ -97,14 +97,6 @@ $(QCLIB_CBFS)-type := stage $(QCLIB_CBFS)-compression := $(CBFS_PRERAM_COMPRESS_FLAG) cbfs-files-y += $(QCLIB_CBFS) -################################################################################ -PMIC_FILE := $(X1P42100_BLOB)/boot/Pmic.bin -PMIC_CBFS := $(CONFIG_CBFS_PREFIX)/pmiccfg -$(PMIC_CBFS)-file := $(PMIC_FILE) -$(PMIC_CBFS)-type := raw -$(PMIC_CBFS)-compression := $(CBFS_COMPRESS_FLAG) -cbfs-files-y += $(PMIC_CBFS) - ################################################################################ DCB_FILE := $(X1P42100_BLOB)/boot/dcb.bin DCB_CBFS := $(CONFIG_CBFS_PREFIX)/dcb