
16 Oct
2018
16 Oct
'18
4:51 p.m.
On 16.10.2018 16:23, Alexander Graf wrote:
...
+#define ENV_MEM_LAYOUT_SETTINGS \
- "fdt_high=10000000\0" \
- "initrd_high=10000000\0" \
- "fdt_addr_r=0x40000000\0" \
- "pxefile_addr_r=0x10000000\0" \
- "kernel_addr_r=0x18000000\0" \
- "scriptaddr=0x02000000\0" \
- "ramdisk_addr_r=0x02100000\0"
+#define BOOT_TARGET_DEVICES(func) \
- func(PXE, pxe, na) \
- func(DHCP, dhcp, na)
You seem to support SD as well, shouldn't that be in here too?
Right now this is align with what devices are wired in qemu. Some Kconfig are enabled for SD and QSPI, etc. We will all these devices in future for sure. But as you know we are only enabling distro default not any internal commands which should be good sign for you.
Thanks, Michal