Home
last modified time | relevance | path

Searched hist:"387871 a10edc777a5d94bfdbd6b86e493991826e" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm11/
H A Dcpu.c387871a10edc777a5d94bfdbd6b86e493991826e Mon Jul 27 03:40:16 UTC 2015 Wu, Josh <Josh.wu@atmel.com> ARM: cache: add an empty stub function for invalidate/flush dcache

Since some driver like ohci, lcd used dcache functions. But some ARM
cpu don't implement the invalidate_dcache_range()/flush_dcache_range()
functions.

To avoid compiling errors this patch adds an weak empty stub function
for all ARM cpu in arch/arm/lib/cache.c.
And ARM cpu still can implemnt its own cache functions on the cpu folder.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: York Sun <yorksun@freescale.com>
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dcache_v7.c387871a10edc777a5d94bfdbd6b86e493991826e Mon Jul 27 03:40:16 UTC 2015 Wu, Josh <Josh.wu@atmel.com> ARM: cache: add an empty stub function for invalidate/flush dcache

Since some driver like ohci, lcd used dcache functions. But some ARM
cpu don't implement the invalidate_dcache_range()/flush_dcache_range()
functions.

To avoid compiling errors this patch adds an weak empty stub function
for all ARM cpu in arch/arm/lib/cache.c.
And ARM cpu still can implemnt its own cache functions on the cpu folder.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: York Sun <yorksun@freescale.com>
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache_v8.c387871a10edc777a5d94bfdbd6b86e493991826e Mon Jul 27 03:40:16 UTC 2015 Wu, Josh <Josh.wu@atmel.com> ARM: cache: add an empty stub function for invalidate/flush dcache

Since some driver like ohci, lcd used dcache functions. But some ARM
cpu don't implement the invalidate_dcache_range()/flush_dcache_range()
functions.

To avoid compiling errors this patch adds an weak empty stub function
for all ARM cpu in arch/arm/lib/cache.c.
And ARM cpu still can implemnt its own cache functions on the cpu folder.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: York Sun <yorksun@freescale.com>
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/
H A Dcache.c387871a10edc777a5d94bfdbd6b86e493991826e Mon Jul 27 03:40:16 UTC 2015 Wu, Josh <Josh.wu@atmel.com> ARM: cache: add an empty stub function for invalidate/flush dcache

Since some driver like ohci, lcd used dcache functions. But some ARM
cpu don't implement the invalidate_dcache_range()/flush_dcache_range()
functions.

To avoid compiling errors this patch adds an weak empty stub function
for all ARM cpu in arch/arm/lib/cache.c.
And ARM cpu still can implemnt its own cache functions on the cpu folder.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: York Sun <yorksun@freescale.com>
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache.c387871a10edc777a5d94bfdbd6b86e493991826e Mon Jul 27 03:40:16 UTC 2015 Wu, Josh <Josh.wu@atmel.com> ARM: cache: add an empty stub function for invalidate/flush dcache

Since some driver like ohci, lcd used dcache functions. But some ARM
cpu don't implement the invalidate_dcache_range()/flush_dcache_range()
functions.

To avoid compiling errors this patch adds an weak empty stub function
for all ARM cpu in arch/arm/lib/cache.c.
And ARM cpu still can implemnt its own cache functions on the cpu folder.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: York Sun <yorksun@freescale.com>