configs/config.protectli_v2440_no_emmc: config with eMMC disabled#901
Open
wiktormowinski wants to merge 2 commits into
Open
configs/config.protectli_v2440_no_emmc: config with eMMC disabled#901wiktormowinski wants to merge 2 commits into
wiktormowinski wants to merge 2 commits into
Conversation
Add CONFIG_ENABLE_EMMC Kconfig option (default y) to allow building
firmware without eMMC support for VP2440e hardware variants that lack
the eMMC controller. When disabled, ScsEmmcEnabled is cleared in FSP-S
UPD and the PCH eMMC device is disabled in ACPI, preventing spurious
initialization errors in firmware logs. SMBIOS product name reflects
the variant ("VP2440" vs "VP2440e"). Adds config.protectli_vp2440_no_emmc
defconfig and vp2440_noemmc/vp2440e build targets to build.sh.
Upstream-Status: Inappropriate [Dasharo downstream]
Signed-off-by: Wiktor Mowinski <wiktor.mowinski@3mdeb.com>
da34751 to
210c82f
Compare
mkopec
previously approved these changes
May 21, 2026
Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Wiktor Mowinski <wiktor.mowinski@3mdeb.com>
98975d6 to
d624c06
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add CONFIG_ENABLE_EMMC Kconfig option (default y) to allow building firmware without eMMC support for VP2440e hardware variants that lack the eMMC controller.
When disabled, ScsEmmcEnabled is cleared in FSP-S UPD and the PCH eMMC device is disabled in ACPI, preventing spurious initialization errors in firmware logs. SMBIOS product name reflects the variant ("VP2440" vs "VP2440e").
Adds config.protectli_vp2440_no_emmc defconfig and vp2440_noemmc/vp2440e build targets to build.sh.