blob: 0064cac7197fb01edd918ed06ac539f869405445 [file] [log] [blame]
Jiyong Park89e81cb2021-04-13 13:13:55 +09001# Static u-boot environment variables for microdroid. See b/180481192
2
3# Boot the device following the Android boot procedure
Jiyong Parkf6503cf2021-06-16 18:36:18 +09004# `0` is the disk number of os_composite.img
5# `a` and `_a` are the slot index for A/B
Jiyong Park855e6f92021-09-04 01:45:22 +09006bootcmd=verified_boot_android virtio 0 a
Jiyong Park89e81cb2021-04-13 13:13:55 +09007
8bootdelay=0
9
10# U-Boot in x86_64 by defaults loads kernel at 0x20000000 (512MB), which is
11# out of the physical memory when the VM is launched with the default memory
12# size of 256MB. To avoid that, explicitly set the kernel load addresss using
13# loadaddr variable.
14loadaddr=0x02000000
15fdtaddr=0x40000000