svn commit: r337841 - in head/sys/arm: conf mv/discovery mv/orion ralink
Andrew Turner
andrew at FreeBSD.org
Wed Aug 15 13:13:21 UTC 2018
Author: andrew
Date: Wed Aug 15 13:13:19 2018
New Revision: 337841
URL: https://svnweb.freebsd.org/changeset/base/337841
Log:
Remove PHYSADDR from kernel configurations that don't need it. The only
place we need to set it is when we also have FLASHADDR set.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm/conf/NOTES
head/sys/arm/mv/discovery/std.db78xxx
head/sys/arm/mv/orion/std.db88f5xxx
head/sys/arm/ralink/std.ralink
Modified: head/sys/arm/conf/NOTES
==============================================================================
--- head/sys/arm/conf/NOTES Wed Aug 15 13:05:04 2018 (r337840)
+++ head/sys/arm/conf/NOTES Wed Aug 15 13:13:19 2018 (r337841)
@@ -10,8 +10,6 @@ files "../mv/kirkwood/files.kirkwood"
files "../mv/orion/files.db88f5xxx"
files "../mv/orion/files.ts7800"
-options PHYSADDR=0x00000000
-
makeoptions CONF_CFLAGS+="-march=armv5te"
makeoptions LDFLAGS="-zmuldefs"
makeoptions KERNPHYSADDR=0x00000000
Modified: head/sys/arm/mv/discovery/std.db78xxx
==============================================================================
--- head/sys/arm/mv/discovery/std.db78xxx Wed Aug 15 13:05:04 2018 (r337840)
+++ head/sys/arm/mv/discovery/std.db78xxx Wed Aug 15 13:13:19 2018 (r337841)
@@ -6,4 +6,3 @@ files "../mv/discovery/files.db78xxx"
makeoptions KERNPHYSADDR=0x00900000
makeoptions KERNVIRTADDR=0xc0900000
options KERNVIRTADDR=0xc0900000
-options PHYSADDR=0x00000000
Modified: head/sys/arm/mv/orion/std.db88f5xxx
==============================================================================
--- head/sys/arm/mv/orion/std.db88f5xxx Wed Aug 15 13:05:04 2018 (r337840)
+++ head/sys/arm/mv/orion/std.db88f5xxx Wed Aug 15 13:13:19 2018 (r337841)
@@ -6,4 +6,3 @@ files "../mv/orion/files.db88f5xxx"
makeoptions KERNPHYSADDR=0x00900000
makeoptions KERNVIRTADDR=0xc0900000
options KERNVIRTADDR=0xc0900000
-options PHYSADDR=0x00000000
Modified: head/sys/arm/ralink/std.ralink
==============================================================================
--- head/sys/arm/ralink/std.ralink Wed Aug 15 13:05:04 2018 (r337840)
+++ head/sys/arm/ralink/std.ralink Wed Aug 15 13:13:19 2018 (r337841)
@@ -8,4 +8,3 @@ options INTRNG
makeoptions KERNPHYSADDR=0x40000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNVIRTADDR=0xc0000000
-options PHYSADDR=0x40000000
More information about the svn-src-all
mailing list