Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dtc: support printing binary data with fdtget | Rafał Miłecki | 2021-12-13 | 1 | -0/+137 |
| | | | | | | | It's needed for extracting binary images. Cc: Yousong Zhou <yszhou4tech@gmail.com> Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | dtc: import package for dtc & fdt from packages feed | Rafał Miłecki | 2021-12-13 | 1 | -0/+93 |
fdt* utils are needed by targets that use U-Boot FIT images for sysupgrade. It includes all recent BCM4908 SoC routers as Broadcom switched from CFE to U-Boot. fdtget is required for extracting images (bootfs & rootfs) from Broadcom's ITB. Extracted images can be then flashed to UBI volumes. sysupgrade is core functionality so it needs dtc as part of base code base. Cc: Yousong Zhou <yszhou4tech@gmail.com> Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |