blob: 29197f56e95618dd042238704c0e7119da276328 [file] [log] [blame]
Simon Glass45800082021-10-21 21:08:47 -06001stdin=serial
2#ifdef CONFIG_SANDBOX_SDL
3stdin+=,cros-ec-keyb,usbkbd
4#endif
5stdout=serial,vidconsole
6stderr=serial,vidconsole
7
Simon Glass53bb9832021-10-21 21:08:51 -06008ethaddr=02:00:11:22:33:44
Simon Glass53bb9832021-10-21 21:08:51 -06009eth6addr=02:00:11:22:33:47
10ipaddr=192.0.2.1
Jerome Forissier61330182025-04-15 23:17:41 +020011ipaddr2=192.0.2.3
12ipaddr3=192.0.2.4
13ipaddr5=192.0.2.6
14ipaddr6=192.0.2.7
15ipaddr7=192.0.2.8
Simon Glass45800082021-10-21 21:08:47 -060016
17/*
18 * These are used for distro boot which is not supported. But once bootmethod
19 * is provided these will be used again.
20 */
21bootm_size=0x10000000
22kernel_addr_r=0x1000000
23fdt_addr_r=0xc00000
24ramdisk_addr_r=0x2000000
25scriptaddr=0x1000
26pxefile_addr_r=0x2000