Searched hist:"4 de512018ba7d57f1672be21c7459281f7c97514" (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_sf.c | 4de512018ba7d57f1672be21c7459281f7c97514 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 D | dfu_ram.c | 4de512018ba7d57f1672be21c7459281f7c97514 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 D | dfu_nand.c | 4de512018ba7d57f1672be21c7459281f7c97514 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 D | dfu_mmc.c | 4de512018ba7d57f1672be21c7459281f7c97514 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 D | dfu.c | 4de512018ba7d57f1672be21c7459281f7c97514 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 D | dfu.h | 4de512018ba7d57f1672be21c7459281f7c97514 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>
|