summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2020-07-08 21:47:10 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-17 23:22:05 +0300
commit8d6b91c51d315883c446d4d11f538baeacb0bed7 (patch)
treeea17fc11ee0e52a48cfdf474aefdf02d2433cbd6 /meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt
parente477865c81b6f0eb9886c5368bbda73082d8bd9f (diff)
downloadopenbmc-8d6b91c51d315883c446d4d11f538baeacb0bed7.tar.xz
u-boot-aspeed: Generate default env for eMMC
Generate a default environment to boot an eMMC based on a txt file. Populate the generated environment image into the eMMC. (From meta-aspeed rev: fdc603c73b2dc8851ce2d1684e9c71a5ce51a5b8) Change-Id: I93944b183b7907202b02854e931593d62603ae77 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt b/meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt
new file mode 100644
index 000000000..47a474c92
--- /dev/null
+++ b/meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt
@@ -0,0 +1,9 @@
+bootargs=console=ttyS4,115200n8
+boota=setenv bootpart 2; setenv rootfs rofs-a; run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm; echo Error loading kernel FIT image
+bootb=setenv bootpart 3; setenv rootfs rofs-b; run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm; echo Error loading kernel FIT image
+bootcmd=if test "${bootside}" = "b"; then run bootb; run boota; else run boota; run bootb; fi
+bootdelay=2
+bootside=a
+loadaddr=0x83000000
+rootfs=rofs-a
+setmmcargs=setenv bootargs ${bootargs} rootwait root=PARTLABEL=${rootfs}