This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/FEX-Emu/linux.git
synced
2025-01-05 08:48:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
48434c20e1
linux
/
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 13:25:51 +00: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 11:16:08 +00:00
obj-y
:=
consistent.o init.o
microblaze_mmu_v2: Makefiles Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26 14:30:32 +00:00
obj-$(CONFIG_MMU)
+=
pgtable.o mmu_context.o fault.o
Reference in New Issue
Copy Permalink