Searched hist:df4879fa2603fbf0804a80f9f146ef9023dd621f (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/boot/compressed/ |
H A D | string.c | df4879fa2603fbf0804a80f9f146ef9023dd621f Wed Sep 14 03:42:55 CEST 2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: zImage: gather some string functions into string.c
This is a small subset of string functions needed by commits to come. Except for memcpy() which is unchanged from its original location, their implementation is meant to be small, and -Os is enforced to prevent gcc from doing pointless loop unrolling.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Shawn Guo <shawn.guo@linaro.org> Tested-by: Dave Martin <dave.martin@linaro.org> Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
|
H A D | misc.c | diff df4879fa2603fbf0804a80f9f146ef9023dd621f Wed Sep 14 03:42:55 CEST 2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: zImage: gather some string functions into string.c
This is a small subset of string functions needed by commits to come. Except for memcpy() which is unchanged from its original location, their implementation is meant to be small, and -Os is enforced to prevent gcc from doing pointless loop unrolling.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Shawn Guo <shawn.guo@linaro.org> Tested-by: Dave Martin <dave.martin@linaro.org> Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
|
H A D | Makefile | diff df4879fa2603fbf0804a80f9f146ef9023dd621f Wed Sep 14 03:42:55 CEST 2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: zImage: gather some string functions into string.c
This is a small subset of string functions needed by commits to come. Except for memcpy() which is unchanged from its original location, their implementation is meant to be small, and -Os is enforced to prevent gcc from doing pointless loop unrolling.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Shawn Guo <shawn.guo@linaro.org> Tested-by: Dave Martin <dave.martin@linaro.org> Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
|