[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/mfgtools][upstream] 90 commits: update link to nxp-imx
Andreas Henriksson (@ah)
gitlab at salsa.debian.org
Mon Jul 3 16:06:24 BST 2023
Andreas Henriksson pushed to branch upstream at Debian On Mobile / mfgtools
Commits:
698b5322 by nxpfrankli at 2023-02-08T09:44:04-06:00
update link to nxp-imx
- - - - -
46313e22 by nxpfrankli at 2023-02-08T10:05:41-06:00
update build badges
- - - - -
cbff7952 by nxpfrankli at 2023-02-09T09:43:43-06:00
update snap badge link
- - - - -
a35cb8de by Philip Ye at 2023-03-04T20:37:23-05:00
Fix segfault when boot data is zero in SDP
When writing a U-Boot image with type of firmware_ivt, because the boot data is zero,
uuu will crash with segfault when running the following command:
SDPV: write -f _image0 -skipspl -offset 0x11000
This commit fixes this segfault crash.
- - - - -
e9958725 by Philip Ye at 2023-03-06T11:02:26-05:00
Fix issues when m_skip is not zero in fastboot
m_skip is expected to skip the source file, but when it's not zero,
it will be mistakenly used to seek the target device as well.
When both m_skip and m_seek are not zero, the offset of target device
will be m_skip + m_seek, but should be m_seek.
So separate them when accessing source file and target device in fastboot.
Also Change crcblock parameter of FBCRC command to each and add FBWrite
command to help info.
- - - - -
8c52019d by Philip Ye at 2023-03-06T11:02:26-05:00
Fix issues when file size isn't divisible by block size in fastboot
When the file size isn't divisible by block size, the block number needs
to round up to next block.
- - - - -
aca7f230 by nxpfrankli at 2023-03-21T17:03:24-05:00
Update post-refresh
snap can't update host root directory
- - - - -
24fd0432 by nixgnauhcuy at 2023-05-09T09:27:05-04:00
Fix missing references
- - - - -
463edc50 by Viorel Suman at 2023-05-22T10:54:03-04:00
Fix read uploaded data
The data sent from DUT to host may be sent in several
requests. The patch relies on m_pTrans->read ability
to report the size of the actually received data, and
continue to call m_pTrans->read function until the
expected size of data is received.
Signed-off-by: Viorel Suman <viorel.suman at nxp.com>
- - - - -
a256141a by Viorel Suman at 2023-05-22T10:54:03-04:00
Expand upload command
Expand upload command so that it may be executed
in a specific context, like uploading the value
of a specific variable, array, and so on.
Signed-off-by: Viorel Suman <viorel.suman at nxp.com>
- - - - -
44306071 by Frank Li at 2023-05-30T18:05:16-04:00
try github workflow
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
abb44ef6 by Frank Li at 2023-05-30T18:06:23-04:00
update branch name
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
7fa219a5 by Frank Li at 2023-05-30T18:12:32-04:00
try x86 ubuntu first
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
ff7f22d8 by nxpfrankli at 2023-05-30T21:49:12-05:00
Added fetch-depth
- - - - -
dbccab9f by nxpfrankli at 2023-05-30T21:56:12-05:00
fetch-depth to 0
- - - - -
cbcd6913 by nxpfrankli at 2023-05-30T22:01:51-05:00
Update build name
- - - - -
0b44fd1c by nxpfrankli at 2023-05-30T22:20:59-05:00
Create win.yaml
Add vs studio build
- - - - -
de76ae6b by nxpfrankli at 2023-05-30T22:33:14-05:00
using microsoft/setup-msbuild at v1.1
- - - - -
c6e8ccd3 by nxpfrankli at 2023-05-30T22:36:17-05:00
Fix your project.sln
- - - - -
818f87b3 by nxpfrankli at 2023-05-30T22:39:37-05:00
Add submodules checkout
- - - - -
698cdf67 by nxpfrankli at 2023-05-30T22:47:59-05:00
force PlatformToolset = v143
- - - - -
3326bdf5 by nxpfrankli at 2023-05-30T22:55:55-05:00
remove nuget step
- - - - -
e84a5e15 by nxpfrankli at 2023-05-30T23:13:36-05:00
Create macOS.yaml
- - - - -
7c56760d by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: dependencies
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
c1e64501 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: attachment
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
d42e9a7a by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: available
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
d6f797ba by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: modify
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
5010209d by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: protocol
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
55a23c11 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: terminate
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
4adabfa2 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: access
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
217ce5dc by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: transferred
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
5063d077 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: mismatched
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
688ec81d by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: signature
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
d14f9400 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: unsupported
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
a834e8ab by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: device
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
aa23b016 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: notify
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
086e794d by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: descriptor
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
fb6cc291 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: length
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
5c438988 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: higher
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
f5649fc3 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: requisition
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
05cc9676 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: succeeded
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
be860014 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: delete
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
dc546ed5 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: condition
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
36c490b4 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: separate
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
7f148973 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: quote
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
7742e415 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: timesample
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
65997b34 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: known size
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
85eb29a1 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: occurrences
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
0c351021 by Zygmunt Krynicki at 2023-05-31T08:35:42-04:00
Fix typo: matched
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
86f5c130 by Zygmunt Krynicki at 2023-05-31T08:36:22-04:00
Add missing override directives
This fixes a number of build warnings on clang 14
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
80053ac8 by Zygmunt Krynicki at 2023-05-31T08:38:40-04:00
Qualify call to std::move
This fixes a warning reported by clang 14
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
6eb443e0 by nxpfrankli at 2023-05-31T09:06:46-05:00
Add workflow action badge
- - - - -
cfcb979b by Zygmunt Krynicki at 2023-05-31T11:33:27-04:00
Add virtual destructors to classes with virtual methods
This fixes a number of warnings reported by clang 14:
warning: delete called on non-final 'FragmentBlock' that has virtual
functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
0fd8c3ff by Zygmunt Krynicki at 2023-05-31T11:34:01-04:00
Remove unused variable: free_sz
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
a6537688 by Zygmunt Krynicki at 2023-05-31T11:34:01-04:00
Remove unused variable: m_decompressed
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
d92be08a by Zygmunt Krynicki at 2023-05-31T14:06:17-04:00
Fix comparison of unsigned and signed integers
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
576b388e by Frank Li at 2023-05-31T14:12:58-04:00
add pull request trigger
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
ac9a8a5e by Frank Li at 2023-05-31T13:20:22-05:00
fix vs build failure
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
6fc07934 by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: latest
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
20029b4c by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: dynamic
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
c66608ec by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: async
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
445f5635 by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: total
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
55977e7b by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: error
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
b11543be by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: request
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
40587736 by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: exceeded
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
d01a8684 by Zygmunt Krynicki at 2023-06-01T08:46:21-04:00
Fix typo: current
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
0f96ed57 by Jean-Marie Lemetayer at 2023-06-01T09:24:01-04:00
fastboot: add the boot command
This commit adds a fastboot "boot" command as defined in the
specification:
boot The previously downloaded data is a boot.img
and should be booted according to the normal
procedure for a boot.img
- - - - -
8889b9be by Jean-Marie Lemetayer at 2023-06-01T09:24:01-04:00
parser: fix behavior with undefined environment variable on linux
The @ operator is used to expand an environment variable in the script.
When the variable does not exists in the environment, the behavior
between linux and windows differs. On linux this is failing with an
error message "variable '...' is not defined", on windows the variable
is evaluated to an empty string.
This commit unifies the behavior and evaluates the undefined variable
to an empty string without failing.
- - - - -
f5b95037 by Frank Li at 2023-06-01T11:33:59-04:00
Try github action upload to release page
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
f1f1ca15 by Zygmunt Krynicki at 2023-06-01T12:06:03-04:00
Add explicit fallthrough attribute
This silences the warning about implicit fall-through when built with a C++17
compiler. For some older compilers use a special comment that indicates the
same thing in a non-standard way.
Signed-off-by: Zygmunt Krynicki <me at zygoon.pl>
- - - - -
03d673ef by Frank Li at 2023-06-01T12:33:55-04:00
upload to release page assets
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
4968c31f by Frank Li at 2023-06-01T22:44:16-05:00
Basic work with release page
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
3f63f0b7 by Frank Li at 2023-06-01T23:33:14-05:00
create pdf build action
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
a553f2d2 by Frank Li at 2023-06-02T18:23:26-05:00
trigger on tag
- - - - -
e3e38154 by Frank Li at 2023-06-02T18:31:12-05:00
build for difference version ubuntu
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
7f1ec44f by Frank Li at 2023-06-02T22:36:24-05:00
update checkout and upload-artifact to v3
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
85b900e2 by Frank Li at 2023-06-02T22:50:20-05:00
add tar/zip actions
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
edda2836 by Frank Li at 2023-06-02T23:35:14-05:00
try github.ref name
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
39a205a4 by Frank Li at 2023-06-03T00:10:17-05:00
use ref_name as release name
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
60822bb4 by Frank Li at 2023-06-03T00:20:45-05:00
remove draft release, everyone can see latest master build result
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
b7048e73 by Guido Günther at 2023-06-06T00:07:28-04:00
build: Use annotated tags
- - - - -
fd9b548b by Frank Li at 2023-06-05T23:11:51-05:00
drop --tags at create version info
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
0f8362f8 by Frank Li at 2023-06-06T17:47:57-05:00
fix libusb version.
set to aa633daaac
Signed-off-by: Frank Li <frank.li at nxp.com>
- - - - -
c66737ae by Frank Li at 2023-06-13T14:34:43-04:00
workaround github action for annotated tag
see detail: https://github.com/actions/checkout/issues/290
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
8925b6c9 by Frank Li at 2023-06-15T16:52:42-04:00
build arm version by workflow
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
45370004 by Frank Li at 2023-06-15T17:03:41-04:00
add -D 'STATIC=1' when build
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
8978efe9 by Frank Li at 2023-06-15T17:38:41-04:00
Add armv7 support
- - - - -
c1dbd85e by Frank Li at 2023-06-16T12:28:54-04:00
Can't create release when push to master
github will create 'master' tag, which will confuse branch 'master'.
Last build result can be got from action's artifacts.
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
6c3190c6 by Frank Li at 2023-06-16T12:48:36-04:00
fix workflow action 'if' condition
not need "{{" and "}}" at 'if'
Signed-off-by: Frank Li <Frank.Li at nxp.com>
- - - - -
658ddc0f by Andreas Henriksson at 2023-06-28T14:55:53+02:00
New upstream version 1.5.109
- - - - -
30 changed files:
- + .github/workflows/build.yaml
- + .github/workflows/build_arm.yaml
- + .github/workflows/doc.yaml
- + .github/workflows/macOS.yaml
- + .github/workflows/tar.yaml
- + .github/workflows/win.yaml
- README.md
- libuuu/buffer.cpp
- libuuu/buffer.h
- libuuu/cmd.cpp
- libuuu/cmd.h
- libuuu/config.h
- libuuu/fastboot.cpp
- libuuu/fastboot.h
- libuuu/fat.h
- libuuu/gen_ver.sh
- libuuu/http.cpp
- libuuu/libcomm.h
- libuuu/liberror.h
- libuuu/libuuu.h
- libuuu/sdp.cpp
- libuuu/sdps.cpp
- libuuu/sparse_format.h
- libuuu/trans.cpp
- libuuu/usbhotplug.cpp
- libuuu/zip.cpp
- libuuu/zip.h
- msvc/createversion.bat
- snap/hooks/post-refresh
- uuu/buildincmd.cpp
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/mfgtools/-/compare/4636472d5831a2704344e835f87773da3a3fc102...658ddc0fd03aac2d30f6c198eeb0e3de6785c014
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/mfgtools/-/compare/4636472d5831a2704344e835f87773da3a3fc102...658ddc0fd03aac2d30f6c198eeb0e3de6785c014
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20230703/80ea7462/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list