Home
last modified time | relevance | path

Searched hist:"4 de512018ba7d57f1672be21c7459281f7c97514" (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_sf.c4de512018ba7d57f1672be21c7459281f7c97514 Wed Jul 19 14:39:22 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: allow dfu read on partition greater than 2GB

solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu_ram.c4de512018ba7d57f1672be21c7459281f7c97514 Wed Jul 19 14:39:22 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: allow dfu read on partition greater than 2GB

solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu_nand.c4de512018ba7d57f1672be21c7459281f7c97514 Wed Jul 19 14:39:22 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: allow dfu read on partition greater than 2GB

solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu_mmc.c4de512018ba7d57f1672be21c7459281f7c97514 Wed Jul 19 14:39:22 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: allow dfu read on partition greater than 2GB

solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
H A Ddfu.c4de512018ba7d57f1672be21c7459281f7c97514 Wed Jul 19 14:39:22 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: allow dfu read on partition greater than 2GB

solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
/rk3399_rockchip-uboot/include/
H A Ddfu.h4de512018ba7d57f1672be21c7459281f7c97514 Wed Jul 19 14:39:22 UTC 2017 Patrick Delaunay <patrick.delaunay@st.com> dfu: allow dfu read on partition greater than 2GB

solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

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