Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optiplex SeaBIOS + TXT #583

Open
wants to merge 7 commits into
base: dasharo
Choose a base branch
from
Open

Optiplex SeaBIOS + TXT #583

wants to merge 7 commits into from

Conversation

filipleple
Copy link
Member

No description provided.

build.sh Outdated
DEFCONFIG="configs/config.dell_optiplex_9010_sff_uefi_txt"
FW_VERSION=v0.1.0-rc1
local CONFIG=$1
local FW_VERSION=$2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use the same way of getting the version as other platforms? That way the script wouldn't have to be updated with each release.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build.sh Outdated
}

SDKVER="2023-11-24_2731fa619b"


function build_optiplex_9010 {
DEFCONFIG="configs/config.dell_optiplex_9010_sff_uefi_txt"
FW_VERSION=v0.1.0-rc1
local CONFIG=$1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets keep it named DEFCONFIG to mark that it isn't full config.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CONFIG_VENDOR_DELL=y
CONFIG_BOARD_DELL_OPTIPLEX_9010=y
CONFIG_FMDFILE="src/mainboard/dell/snb_ivb_workstations/default.fmd"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to add this as default to mainboard Kconfig instead, something like:

config FMDFILE
       default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/default.fmd"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@filipleple filipleple marked this pull request as draft December 11, 2024 11:40
Top-down resource allocation causes trouble with iGPU initialization,
leading to a full platform freeze using an OS GUI.

Signed-off-by: Filip Lewiński <[email protected]>
…on to Kconfig from defconfigs

Signed-off-by: Filip Lewiński <[email protected]>
@filipleple filipleple marked this pull request as ready for review December 12, 2024 12:21
@filipleple filipleple marked this pull request as draft December 19, 2024 10:55
Comment on lines 24 to 26
CONFIG_INTEL_TXT_BIOSACM_FILE="IVB_BIOSAC_PRODUCTION.BIN"
CONFIG_INTEL_TXT_SINITACM_FILE="SNB_IVB_SINIT_20190708_PW.bin"
CONFIG_SMSC_SCH5545_EC_FW_FILE="sch5545_ecfw.bin"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These blobs are being added in DTS during deployment/update. They should not be here in the config.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I'll only leave them in for the WIP debug phase for convenience

@filipleple filipleple marked this pull request as ready for review December 19, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants