Integrate uboot-imx-kuk/xml2dto-mac-addr
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@798df8d4
xml2dto: Add serial number
Add code to generate the "serial" property in DT overlay. It contains the last 3 bytes of MAC address combined into one integer.
By analogy with MAC address we need to apply it to a base dtb so that serial number remains the same from the first boot.
--
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@f0e49ee4
xml2dto: Add README.md
--
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@f7b42843
Add "xml2dto" U-boot command
A new command is available in U-Boot to parse an XML configuration file and generate a device tree overlay (dto).
The code is based on "gfxml2dto" tool (https://git.seco.com/seco-ne/tools/gfxml2dto).
--
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@cd8a6d55
lib: ezxml: port to uboot
--
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@00f2d4e8
lib: import ezxml from linux