blob: ffc046264e194bcbfa0a92b0301cdcbab5f13b69 [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 Parkff3391e2021-04-14 16:45:16 +09004bootcmd=avb init virtio 0 && avb verify _a && boot_android virtio 0#misc
Jiyong Park89e81cb2021-04-13 13:13:55 +09005
6bootdelay=0
7
8# U-Boot in x86_64 by defaults loads kernel at 0x20000000 (512MB), which is
9# out of the physical memory when the VM is launched with the default memory
10# size of 256MB. To avoid that, explicitly set the kernel load addresss using
11# loadaddr variable.
12loadaddr=0x02000000
13fdtaddr=0x40000000