Simon Glass | f501bb4 | 2021-10-21 21:08:47 -0600 | [diff] [blame] | 1 | stdin=serial |
| 2 | #ifdef CONFIG_SANDBOX_SDL |
| 3 | stdin+=,cros-ec-keyb,usbkbd |
| 4 | #endif |
| 5 | stdout=serial,vidconsole |
| 6 | stderr=serial,vidconsole |
| 7 | |
Simon Glass | 1d192d5 | 2021-10-21 21:08:51 -0600 | [diff] [blame] | 8 | ethaddr=02:00:11:22:33:44 |
Simon Glass | 1d192d5 | 2021-10-21 21:08:51 -0600 | [diff] [blame] | 9 | eth6addr=02:00:11:22:33:47 |
| 10 | ipaddr=192.0.2.1 |
Simon Glass | f501bb4 | 2021-10-21 21:08:47 -0600 | [diff] [blame] | 11 | |
| 12 | /* |
| 13 | * These are used for distro boot which is not supported. But once bootmethod |
| 14 | * is provided these will be used again. |
| 15 | */ |
| 16 | bootm_size=0x10000000 |
| 17 | kernel_addr_r=0x1000000 |
| 18 | fdt_addr_r=0xc00000 |
| 19 | ramdisk_addr_r=0x2000000 |
| 20 | scriptaddr=0x1000 |
| 21 | pxefile_addr_r=0x2000 |