[PATCH firmware-utils v2 0/2] add tools for H3C devices
Jan Hoffmann
jan at 3e8.eu
Wed Jul 27 12:31:42 PDT 2022
This adds tools for creating firmware and filesystem images for H3C
devices, such as HPE 1920 series switches.
This is a prerequisite for the series "realtek: add HPE 1920 support".
Changes in v2:
- split into separate commits for each tool and add more detailed
commit messages
- clean up numbering of reserved struct fields in mkh3cvfs
Jan Hoffmann (2):
mkh3cimg: add image tool for H3C devices
mkh3cvfs: add filesystem tool for H3C devices
CMakeLists.txt | 2 +
src/mkh3cimg.c | 366 ++++++++++++++++++++++++++++++++++++++++++
src/mkh3cvfs.c | 426 +++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 794 insertions(+)
create mode 100644 src/mkh3cimg.c
create mode 100644 src/mkh3cvfs.c
--
2.36.1
More information about the openwrt-devel
mailing list