summaryrefslogtreecommitdiff
path: root/include/configs/ls1028ardb.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-04-09 09:41:48 -0600
committerTom Rini <[email protected]>2026-04-09 12:17:28 -0600
commitca179432354a41bb055d862fc896f5572c09370b (patch)
tree1e1e6a1e6a6d5b8ed0ba5e3a8bbd4f89d42a6ec8 /include/configs/ls1028ardb.h
parentf0000b4a57e9edf8ff8454b9056d767466dff57f (diff)
parentf98f2e26125f111df60d1ebdab483f91cc1f8e71 (diff)
Merge tag 'fsl-qoriq-for-2026.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/29808 - Add env variables to assist boot for various LS boards - Add gpio scmi driver - Fix setting the function for scmi pinctrl - Use standard device tree pin muxing format for scmi pinctrl - Fix protocol version fetch for non-CCF platforms in scmi clk
Diffstat (limited to 'include/configs/ls1028ardb.h')
-rw-r--r--include/configs/ls1028ardb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ls1028ardb.h b/include/configs/ls1028ardb.h
index 9c869ee6840..613abc50567 100644
--- a/include/configs/ls1028ardb.h
+++ b/include/configs/ls1028ardb.h
@@ -54,6 +54,9 @@
"board=ls1028ardb\0" \
"hwconfig=fsl_ddr:bank_intlv=auto\0" \
"fdtfile=fsl-ls1028a-rdb.dtb\0" \
+ "image=Image\0" \
+ "extra_bootargs=iommu.passthrough=1 arm-smmu.disable_bypass=0\0" \
+ "othbootargs=video=1920x1080-32@60 cma=640M\0" \
"ramdisk_addr=0x800000\0" \
"ramdisk_size=0x2000000\0" \
"bootm_size=0x10000000\0" \
@@ -76,6 +79,7 @@
"kernelhdr_addr_sd=0x3000\0" \
"kernelhdr_size_sd=0x20\0" \
"console=ttyS0,115200\0" \
+ "console_dbg=earlycon=uart8250,mmio,0x21c0500\0" \
BOOTENV \
"boot_scripts=ls1028ardb_boot.scr\0" \
"boot_script_hdr=hdr_ls1028ardb_bs.out\0" \