Home
last modified time | relevance | path

Searched hist:"15970 d871c299c8a4218911ee68edb0495a69cd4" (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_sf.c15970d871c299c8a4218911ee68edb0495a69cd4 Wed Jul 19 14:39:23 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: remove limitation on partition size

Change long (32 bits on arm) to u64 (same type than offset)
for size and read offset r_left

So partition and device used for DFU can be greater than 4GB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu_ram.c15970d871c299c8a4218911ee68edb0495a69cd4 Wed Jul 19 14:39:23 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: remove limitation on partition size

Change long (32 bits on arm) to u64 (same type than offset)
for size and read offset r_left

So partition and device used for DFU can be greater than 4GB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu_nand.c15970d871c299c8a4218911ee68edb0495a69cd4 Wed Jul 19 14:39:23 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: remove limitation on partition size

Change long (32 bits on arm) to u64 (same type than offset)
for size and read offset r_left

So partition and device used for DFU can be greater than 4GB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu_mmc.c15970d871c299c8a4218911ee68edb0495a69cd4 Wed Jul 19 14:39:23 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: remove limitation on partition size

Change long (32 bits on arm) to u64 (same type than offset)
for size and read offset r_left

So partition and device used for DFU can be greater than 4GB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu.c15970d871c299c8a4218911ee68edb0495a69cd4 Wed Jul 19 14:39:23 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: remove limitation on partition size

Change long (32 bits on arm) to u64 (same type than offset)
for size and read offset r_left

So partition and device used for DFU can be greater than 4GB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
/rk3399_rockchip-uboot/include/
H A Ddfu.h15970d871c299c8a4218911ee68edb0495a69cd4 Wed Jul 19 14:39:23 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: remove limitation on partition size

Change long (32 bits on arm) to u64 (same type than offset)
for size and read offset r_left

So partition and device used for DFU can be greater than 4GB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>