Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dtc: support printing binary data with fdtget | Rafał Miłecki | 2022-01-03 | 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> (cherry picked from commit a2cf659ad8ecbc5be6b0fca4efd29441e1a13be1) | ||||
* | dtc: import package for dtc & fdt from packages feed | Rafał Miłecki | 2022-01-03 | 1 | -0/+92 |
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> |