This website requires JavaScript.
Explore
Help
Register
Sign in
Techwizz
/
kernel-fxtec-pro1x
Watch
1
Star
0
Fork
You've already forked kernel-fxtec-pro1x
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e53e417331
kernel-fxtec-pro1x
/
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 07:25:51 -06: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 04:16:08 -07:00
obj-y
:=
consistent.o init.o
microblaze_mmu_v2: Makefiles Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26 08:30:32 -06:00
obj-$(CONFIG_MMU)
+=
pgtable.o mmu_context.o fault.o
Reference in a new issue
Copy permalink