-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: dasharo
Are you sure you want to change the base?
Conversation
3ee1d02
to
620e1cd
Compare
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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]>
Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Filip Lewiński <[email protected]>
…on to Kconfig from defconfigs Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Filip Lewiński <[email protected]>
5ec274d
to
68b25a3
Compare
Signed-off-by: Filip Lewiński <[email protected]>
68b25a3
to
39e6ccf
Compare
c0ec1b9
to
ed38edb
Compare
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" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Signed-off-by: Filip Lewiński <[email protected]>
ed38edb
to
cbc048d
Compare
No description provided.