This website requires JavaScript.
Explore
Help
Register
Sign In
AcoSail
/
kernel_optimize_test
Watch
8
Star
0
Fork
0
You've already forked kernel_optimize_test
forked from
luck/tmp_suning_uos_patched
Code
Pull Requests
Activity
cfd866f6bd
kernel_optimize_test
/
arch
/
microblaze
/
mm
/
Makefile
8 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
microblaze_v8: Makefiles for Microblaze cpu Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-03-27 21:25:51 +08:00
#
# Makefile
#
microblaze: Add consistent code Remove ancient Kconfig option for consistent code. MMU uses cache inhibit pages. noMMU uses UNCACHE SHADOW feature where is used double ram size. For example: Physical ram is 256MB and cache are setup to cover the same size. But if you setup in HW that size is 512MB and cache covers 256MB than you can use adresses from 256-512MB without caches and correspond with 0-256MB with cache. That's why I am using dcache base/high addresses to find out uncache area. Signed-off-by: Michal Simek <monstr@monstr.eu>
2010-02-22 19:16:08 +08:00
obj-y
:=
consistent.o init.o
microblaze_mmu_v2: Makefiles Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26 22:30:32 +08:00
obj-$(CONFIG_MMU)
+=
pgtable.o mmu_context.o fault.o
Copy Permalink