This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d1668fe390
android_kernel_xiaomi_sm8350
/
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 09:25:51 -04: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 06:16:08 -05:00
obj-y
:=
consistent.o init.o
microblaze_mmu_v2: Makefiles Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26 10:30:32 -04:00
obj-$(CONFIG_MMU)
+=
pgtable.o mmu_context.o fault.o
Reference in New Issue
Copy Permalink