u-boot-brain/board/freescale/imx8mp_evk
Alice Guo 10a394ba68 board: imx8mp: add boot.cmd for distro boot on iMX8MP
Distro Boot requires a U-Boot-specific script named boot.scr or
boot.scr.uimg which contains boot commands to boot the system. The
boot.cmd is such a file. Use mkimage to generate boot.scr or
boot.scr.uimg from boot.cmd, and the command is:
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Distro Boot Script" -d boot.cmd boot.scr.uimg

The boot.cmd file is an example script and can be modified based on
needs. bootargs is set in this script and root uses the default value
"/dev/mmcblk1p2 rootwait rw" which can be changed by overriding mmcroot.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
2021-01-23 11:30:31 +01:00
..
boot.cmd board: imx8mp: add boot.cmd for distro boot on iMX8MP 2021-01-23 11:30:31 +01:00
imx8mp_evk.c imx: imx8mp_evk: enable eth support 2021-01-23 11:30:30 +01:00
Kconfig imx: add i.MX8MP EVK board 2020-01-08 13:20:09 +01:00
lpddr4_timing.c imx8mp: Disables use of MR4 TUF flag (MR4[7]) bit 2020-07-14 15:23:46 +08:00
MAINTAINERS imx: add i.MX8MP EVK board 2020-01-08 13:20:09 +01:00
Makefile imx: add i.MX8MP EVK board 2020-01-08 13:20:09 +01:00
spl.c power: pmic_pca9450: fix PCA9450A I2C address 2020-07-16 11:20:14 +02:00