1196533Sraj# $FreeBSD: releng/10.2/sys/arm/mv/kirkwood/std.kirkwood 266110 2014-05-15 02:41:23Z ian $
2196533Sraj
3196533Sraj# kernel gets loaded at 0x00900000 by the loader, but runs at virtual address
4196533Sraj# 0xc0900000.  RAM starts at 0.  We put the pagetable at a reasonable place
5196533Sraj# in memory, but may need to bounce it higher if there's a problem with this.
6196533Sraj# We could paper over this by loading the kernel at 0xc0000000 virtual, but
7196533Sraj# that leads to other complications, so we'll just reclaim the lower region of
8196533Sraj# ram after we're loaded.  Put the page tables for startup at 1MB.
9196533Srajmakeoptions	KERNPHYSADDR=0x00900000
10196533Srajmakeoptions	KERNVIRTADDR=0xc0900000
11196533Sraj
12196533Srajoptions		KERNPHYSADDR=0x00900000
13196533Srajoptions		KERNVIRTADDR=0xc0900000
14196533Srajoptions		PHYSADDR=0x00000000
15