-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nosimg-enc: add new tool for XikeStor SKS8300 series #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments
c37e7e5
to
e94584c
Compare
UPDATE:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. The only thing I don't really like at the moment is the rather big buffer on the stack.
Add a new tool to generate a encoded firmware image for XikeStor SKS8300 series devices. In this format, only the first 512 bytes (0x200) are encoded with a fixed patten (length: 0x100). Signed-off-by: INAGAKI Hiroshi <[email protected]>
e94584c
to
12c0b42
Compare
UPDATE:
|
Thanks for the update! Merged to master. |
Add a new tool to generate a encoded firmware image for XikeStor SKS8300 series devices.
In this format, only the first 512 bytes (0x200) are encoded with a fixed patten (length: 0x100).