diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2011-04-15 13:37:43 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2011-04-15 13:37:43 +0000 |
| commit | b0321bb1e7331ca0db78236889e320a3275ece8b (patch) | |
| tree | d0a69331a769561f09bc8db44497db01eed28487 /sys/arm | |
| parent | 47bae5fd090adff3d46f2ef9f40c57ed577971ed (diff) | |
Add basic support for the Marvell Orion TS-7800.
Submitted by: Kristof Provost <kristof -at- freebsd.org>
Notes
svn path=/head/; revision=220653
Diffstat (limited to 'sys/arm')
| -rw-r--r-- | sys/arm/mv/orion/files.ts7800 | 4 | ||||
| -rw-r--r-- | sys/arm/mv/orion/std.ts7800 | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sys/arm/mv/orion/files.ts7800 b/sys/arm/mv/orion/files.ts7800 new file mode 100644 index 000000000000..e0787f495409 --- /dev/null +++ b/sys/arm/mv/orion/files.ts7800 @@ -0,0 +1,4 @@ +# $FreeBSD$ + +arm/mv/orion/orion.c standard + diff --git a/sys/arm/mv/orion/std.ts7800 b/sys/arm/mv/orion/std.ts7800 new file mode 100644 index 000000000000..163af16c4cc2 --- /dev/null +++ b/sys/arm/mv/orion/std.ts7800 @@ -0,0 +1,15 @@ +# $FreeBSD$ + +include "../mv/std.mv" +files "../mv/orion/files.ts7800" + +makeoptions KERNPHYSADDR=0x00900000 +makeoptions KERNVIRTADDR=0xc0900000 + +options KERNPHYSADDR=0x00900000 +options KERNVIRTADDR=0xc0900000 +options PHYSADDR=0x00000000 +options STARTUP_PAGETABLE_ADDR=0x00100000 +options LOADERRAMADDR=0x00000000 +options FLASHADDR=0x00008000 + |
