Sun Jun 16 08:18:00 2013 UTC ()
Use "-mtune-arm9e" for CPUFLAGS rather than "-march=armv5te".
The latter seems to cause problems around USB xfers (but not 100% sure).


(tsutsui)
diff -r1.16 -r1.17 src/sys/arch/evbarm/conf/HPT5325

cvs diff -r1.16 -r1.17 src/sys/arch/evbarm/conf/HPT5325 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:13:28 1.16
+++ src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:18:00 1.17
@@ -1,36 +1,37 @@ @@ -1,36 +1,37 @@
1# $NetBSD: HPT5325,v 1.16 2013/06/16 08:13:28 tsutsui Exp $ 1# $NetBSD: HPT5325,v 1.17 2013/06/16 08:18:00 tsutsui Exp $
2# 2#
3# This configuration supports for HP T5325 Thin Client 3# This configuration supports for HP T5325 Thin Client
4# 4#
5 5
6include "arch/evbarm/conf/std.marvell" 6include "arch/evbarm/conf/std.marvell"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Board Type 14# Board Type
15makeoptions BOARDTYPE="hpt5325" 15makeoptions BOARDTYPE="hpt5325"
16options EVBARM_BOARDTYPE=hpt5325 16options EVBARM_BOARDTYPE=hpt5325
17 17
18# CPU options 18# CPU options
19options CPU_SHEEVA 19options CPU_SHEEVA
20#options MV_L2_CACHE_ENABLE 20#options MV_L2_CACHE_ENABLE
21#options MV_L2_CACHE_WRITE_THROUGH 21#options MV_L2_CACHE_WRITE_THROUGH
22options MV_CACHE_RANGE_OPS 22options MV_CACHE_RANGE_OPS
23makeoptions CPUFLAGS="-march=armv5te" 23#makeoptions CPUFLAGS="-march=armv5te"
 24makeoptions CPUFLAGS="-mtune=arm9e"
24 25
25# Marvell SoC options 26# Marvell SoC options
26options KIRKWOOD 27options KIRKWOOD
27 28
28# Standard system options 29# Standard system options
29 30
30options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 31options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
31#options NTP # NTP phase/frequency locked loop 32#options NTP # NTP phase/frequency locked loop
32 33
33# File systems 34# File systems
34 35
35file-system FFS # UFS 36file-system FFS # UFS
36file-system EXT2FS # second extended file system (linux) 37file-system EXT2FS # second extended file system (linux)