ms-iot / imx-iotcore

Windows 10 IoT Core BSP for NXP i.MX Processors
MIT License
64 stars 40 forks source link

Add imx8 components #119

Closed dmcilvaney closed 5 years ago

dmcilvaney commented 5 years ago

Scan for additional MU dependencies.

The OSSL version in use by MU is the same as EDK2 so no additional registration is needed for now.

neilsh-msft commented 5 years ago

If we're including all the imx8 components then https://source.codeaurora.org/external/imx/imx-mkimage may need to be added as well. I don't know how to classify it since it's a tool used to build the firmware but doesn't actually contain any code that is shipped in the firmware. Kind of like GCC, except that it is built at compile time, so it may not be necessary

Also a binary file is downloaded from NXP that includes the DRAM and HDMI firmware: https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.1.bin It's a self extracting shell script that includes the license itself in the file.

dmcilvaney commented 5 years ago

I intentionally did not include the mkimage since we aren't shipping it... but I can add it and mark it as non-distributed in devops.

I'll give some thought to the binary, I'll probably have to manually add the license file for it.