summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-06-13 12:04:08 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2018-06-13 16:28:16 +0200
commitff6868908d7a82b3cdf563b7af332bd0f86152ac (patch)
tree42aca9c5d2517330c3acb945641262c7a38be133
parent01bc3d6f1dab39cbe7a85ae175da8a5a429857a6 (diff)
downloadbarebox-ff6868908d7a82b3cdf563b7af332bd0f86152ac.tar.gz
barebox-ff6868908d7a82b3cdf563b7af332bd0f86152ac.tar.xz
debian: document provenance of upstream patches
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--debian/patches/0001-imx-usb-loader-Align-uploaded-file-length.patch2
-rw-r--r--debian/patches/0002-imx-usb-loader-Fix-verify-for-non-word-aligned-lengt.patch2
-rw-r--r--debian/patches/0003-imx-usb-loader-dump-memory-bytewise-on-verification-.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/debian/patches/0001-imx-usb-loader-Align-uploaded-file-length.patch b/debian/patches/0001-imx-usb-loader-Align-uploaded-file-length.patch
index eb2eaa1a6a..0ebd70aff1 100644
--- a/debian/patches/0001-imx-usb-loader-Align-uploaded-file-length.patch
+++ b/debian/patches/0001-imx-usb-loader-Align-uploaded-file-length.patch
@@ -7,6 +7,8 @@ Align the uploaded length to word length to make sure the end of the
file is also transferred properly.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
+Origin: https://git.pengutronix.de/cgit/barebox/commit/?h=next&id=b28e0798c0
+Applied-Upstream: commit:b28e0798c0
---
scripts/imx/imx-usb-loader.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/patches/0002-imx-usb-loader-Fix-verify-for-non-word-aligned-lengt.patch b/debian/patches/0002-imx-usb-loader-Fix-verify-for-non-word-aligned-lengt.patch
index cb79a6608a..f146af74e8 100644
--- a/debian/patches/0002-imx-usb-loader-Fix-verify-for-non-word-aligned-lengt.patch
+++ b/debian/patches/0002-imx-usb-loader-Fix-verify-for-non-word-aligned-lengt.patch
@@ -8,6 +8,8 @@ be word aligned. Align the length up to 4 bytes so that we do not pass
unaligned lengths to read_memory.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
+Origin: https://git.pengutronix.de/cgit/barebox/commit/?h=next&id=56d1e82d77
+Applied-Upstream: commit:56d1e82d77
---
scripts/imx/imx-usb-loader.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0003-imx-usb-loader-dump-memory-bytewise-on-verification-.patch b/debian/patches/0003-imx-usb-loader-dump-memory-bytewise-on-verification-.patch
index 3ef8d109b7..9394fe55e8 100644
--- a/debian/patches/0003-imx-usb-loader-dump-memory-bytewise-on-verification-.patch
+++ b/debian/patches/0003-imx-usb-loader-dump-memory-bytewise-on-verification-.patch
@@ -8,6 +8,8 @@ ones) may not be printed. Use dump_bytes instead which does not have
this problem.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
+Origin: https://git.pengutronix.de/cgit/barebox/commit/?h=next&id=ca929ac265
+Applied-Upstream: commit:ca929ac265
---
scripts/imx/imx-usb-loader.c | 26 ++------------------------
1 file changed, 2 insertions(+), 24 deletions(-)