Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions conf/machine/include/qcom-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,16 @@ EFI_PROVIDER = "systemd-boot"

# Unified Kernel Image (UKI) name
EFI_LINUX_IMG ?= "linux-${MACHINE}.efi"

# Variables to generate ITS file
UBOOT_CONFIG ??= "qcom"
UBOOT_CONFIG[qcom] ?= "qcom_defconfig"
Copy link
Contributor

Choose a reason for hiding this comment

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

How is this related to fit at all?

The only thing we're using from u-boot is mkimage.


# Pass additional options to mkimage command
Copy link
Contributor

Choose a reason for hiding this comment

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

You should instead explain why the extra options are needed here.

UBOOT_MKIMAGE_EXTRA_OPTS = "-E -B 0x0001000"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why?


# Set default configuration
FIT_CONF_DEFAULT_DTB = "1"

# Set hash algorithm
FIT_HASH_ALG = ""
Copy link
Contributor

Choose a reason for hiding this comment

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

These options will also affect users using kernel-fit (e.g. u-boot users).