CVS log for src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
Up to [cvs.NetBSD.org] / src / sys / arch / hpcarm / hpcarm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Sat Oct 14 06:52:16 2023 UTC (13 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +2 -6
lines
Pull up following revision(s) (requested by skrll in ticket #411):
sys/arch/evbarm/nslu2/nslu2_machdep.c: revision 1.41
sys/arch/evbarm/gumstix/gumstix_machdep.c: revision 1.75
sys/arch/evbarm/iq80321/iq80321_machdep.c: revision 1.66
sys/arch/iyonix/iyonix/iyonix_machdep.c: revision 1.34
sys/arch/zaurus/zaurus/machdep.c: revision 1.52
sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c: revision 1.41
sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c: revision 1.33
sys/arch/evbarm/iq80310/iq80310_machdep.c: revision 1.96
sys/arch/evbarm/adi_brh/brh_machdep.c: revision 1.53
sys/arch/arm/include/arm32/pmap.h: revision 1.177
sys/arch/evbarm/viper/viper_machdep.c: revision 1.34
sys/arch/evbarm/iyonix/iyonix_machdep.c: revision 1.5
sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c: revision 1.30
sys/arch/evbarm/hdl_g/hdlg_machdep.c: revision 1.35
sys/arch/arm/arm32/pmap.c: revision 1.440
sys/arch/evbarm/lubbock/lubbock_machdep.c: revision 1.45
sys/arch/evbarm/ixdp425/ixdp425_machdep.c: revision 1.47
Fix non-DIAGNOSTIC builds
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 12 11:33:39 2023 UTC (13 months, 3 weeks ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -6
lines
Fix non-DIAGNOSTIC builds
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Aug 3 08:16:31 2023 UTC (16 months ago) by mrg
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +9 -2
lines
ignore "-Warray-bounds" for various low level platform code that knows
how something is setup but technically is undefined behaviour. the
most common here is "extern int end;" and then using offsets of "&end"
that are outside the bounds of this 4-byte integer.
these uses are almost certainly all OK in reality.
found by GCC 12.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Apr 20 08:28:06 2023 UTC (19 months, 2 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +31 -42
lines
Provide a shared pmap_devmap implementation and convert all pmap_devmap
arrays to use DEVMAP_ENTRY{,_END}
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 17 22:00:29 2021 UTC (3 years, 3 months ago) by andvar
Branches: MAIN
CVS tags: netbsd-10-base,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3
lines
fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.
Revision 1.24.4.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:08 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.24.4.2: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.4.2: +11 -17
lines
Sync with HEAD
Revision 1.27.8.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:56 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +13 -19
lines
Sync with HEAD
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 18 11:00:41 2020 UTC (4 years, 7 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -12
lines
PMAP_DEBUG has been deleted on arm
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 18 10:55:46 2020 UTC (4 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -9
lines
Trailing whitespace
Revision 1.24.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:51 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.24.4.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.1: +5 -5
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 16 14:41:49 2019 UTC (5 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: bouyer-xenpvh
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4
lines
Consistently use vaddr_t as initarm and friends return type.
Makes no difference to binaries except for aarch64 where it's required
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jul 16 09:25:57 2019 UTC (5 years, 4 months ago) by skrll
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3
lines
KNF
Revision 1.24.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:17 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Sync with HEAD
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:24 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +3 -3
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Oct 28 14:30:32 2018 UTC (6 years, 1 month ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Fix a commit
Revision 1.18.2.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:14 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.18.2.2: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.2: +2 -6
lines
update from HEAD
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 6 03:47:46 2017 UTC (7 years, 1 month ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -6
lines
Cleanup and clarify the ELFSIZE mess:
We now have 2 variables automatically set in elf_machdep.h:
ARCH_ELFSIZE: the size for userland binaries
KERN_ELFSIZE: the size for the kernel binaries
DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.
In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:11 2017 UTC (7 years, 10 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +3 -3
lines
Sync with HEAD
Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:17 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +3 -3
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 22 14:47:57 2016 UTC (7 years, 11 months ago) by cherry
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
switch all ports to use uvm_init.c:uvm_md_init()
uvm_setpagesize() is now subsumed within this funciton.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 13 18:09:50 2014 UTC (10 years, 2 months ago) by matt
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
localcount-20160914
Branch point for: pgoyette-localcount,
nick-nhusb
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3
lines
Use paddr_t for msgbufphys
Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:02 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.18.2.1: preferred, colored
Changes since revision 1.18.2.1: +3 -6
lines
Rebase to HEAD as of a few days ago.
Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:48 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.2: +3 -6
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:09 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.19.2.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.1: +2 -5
lines
sync with head
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 11 04:17:36 2014 UTC (10 years, 8 months ago) by ozaki-r
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -5
lines
Remove unused variable found by gcc 4.8
Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:17 2013 UTC (11 years, 3 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
sync with head
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 26 15:31:06 2013 UTC (11 years, 3 months ago) by matt
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
Include <arm/locore.h>
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:22 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:40 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +4 -25
lines
sync with head
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 22 00:33:41 2012 UTC (12 years, 2 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: rmind-smpnet
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead
but add a second argument to it to indicate whether the TLB/caches need to be
flushed. Default cortex to pmap_needs_fixup = 1. But check the MMFR3 field
to see if the fixed can be skipped.
Use a cf_flag bit 0 to indicate whether the A9 L2 cache should disable (bit 0 = 1)
or enabeld (bit = 0).
With these changes, the A9 MMU can use traverse caches to do MMU tablewalks
Also, make sure all memory has the shareable bit for the A9.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:22:47 2012 UTC (12 years, 3 months ago) by matt
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -15
lines
Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE to
<arm32/machdep.h>
Move the extern for cpu_reset_address to the same file.
Add cpu_reset_address_paddr.
Kill cpu_reset_v4_MMU_disable.
if cpu_reset_address is NULL, then the MMU will be disabled.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Aug 3 15:59:04 2012 UTC (12 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2
lines
include <arm/arm32/machdep.h>
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 29 00:07:06 2012 UTC (12 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -11
lines
Fix more -fno-common fallout.
Move more variables to common locations.
Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:24 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +16 -83
lines
sync with head
Revision 1.13.6.2: download - view: text, markup, annotated - select for diffs
Thu Apr 5 21:33:15 2012 UTC (12 years, 8 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.13.6.1: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.6.1: +5 -78
lines
sync to latest -current.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 31 14:02:54 2012 UTC (12 years, 8 months ago) by nonaka
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base10
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -78
lines
Add support kloader(4) for PXA2X0.
Revision 1.13.8.1: download - view: text, markup, annotated - select for diffs
Thu Mar 8 17:25:46 2012 UTC (12 years, 9 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +13 -7
lines
Pull up following revision(s) (requested by nonaka in ticket #94):
sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c: revision 1.14
increase kernel VM space.
fixed problem can't boot on WS011SH (probably other 128MB RAM model too).
Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Tue Mar 6 18:26:36 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +13 -7
lines
sync to -current
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 5 12:15:23 2012 UTC (12 years, 9 months ago) by nonaka
Branches: MAIN
CVS tags: jmcneill-usbmp-base7,
jmcneill-usbmp-base6
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +13 -7
lines
increase kernel VM space.
fixed problem can't boot on WS011SH (probably other 128MB RAM model too).
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 19 15:37:39 2011 UTC (13 years, 4 months ago) by dyoung
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
netbsd-6,
jmcneill-usbmp
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Change <machine/bus.h> to <sys/bus.h> throughout.
Split bus.h -> bus_{defs,funcs}.h.
Mark hpcarm/bus.h obsolete.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 30 20:09:30 2011 UTC (13 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
dependant -> dependent
Revision 1.8.8.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:19:12 2011 UTC (13 years, 5 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +2 -4
lines
Catchup with rmind-uvmplock merge.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 23 12:38:02 2011 UTC (13 years, 5 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4
lines
Delete unused define.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 21 15:23:57 2011 UTC (13 years, 5 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -198
lines
Split pxa2x0_hpc/wzero3.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 14 14:33:50 2011 UTC (13 years, 5 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -4
lines
Remove not effective call for pxa2x0_*_bootstrap().
Revision 1.5.2.3: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:27 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.5.2.2: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.2: +52 -6
lines
Sync with HEAD.
Revision 1.8.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:52:06 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.1: +931 -0
lines
sync with head.
Revision 1.7.2.3: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:18 2010 UTC (14 years, 5 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.7.2.2: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.2: +12 -2
lines
sync with head
Revision 1.8.2.1
Sat Jun 26 00:25:02 2010 UTC (14 years, 5 months ago) by yamt
Branches: yamt-nfs-mp
FILE REMOVED
Changes since revision 1.8: +0 -931
lines
file pxa2x0_hpc_machdep.c was added on branch yamt-nfs-mp on 2010-08-11 22:52:06 +0000
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jun 26 00:25:02 2010 UTC (14 years, 5 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-nfs-mp,
cherry-xenmp
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -2
lines
If options RTC_OFFSET is not specified use bootinfo->timezone passed
by hpcboot.exe as well as other hpc* ports. Noticed by uwe@.
Also comment out options RTC_OFFSET=0 lines and note about this
in kernel config files. Tested on WS003SH.
XXX: dup code among pxa2x0_hpc_machdep.c and sa11x0_hpc_machdep.c
Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Sun May 30 05:16:51 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.7.2.1: preferred, colored
Changes since revision 1.7.2.1: +921 -0
lines
sync with head
Revision 1.7.2.1
Thu May 13 21:01:59 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
FILE REMOVED
Changes since revision 1.7: +0 -921
lines
file pxa2x0_hpc_machdep.c was added on branch rmind-uvmplock on 2010-05-30 05:16:51 +0000
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 13 21:01:59 2010 UTC (14 years, 6 months ago) by nonaka
Branches: MAIN
Branch point for: rmind-uvmplock
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +17 -3
lines
Added touchpad driver for WS003SH.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 9 10:40:00 2010 UTC (14 years, 7 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +29 -7
lines
Added touchpad driver for WS007SH.
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:25 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.1: +885 -0
lines
Sync with HEAD.
Revision 1.5.2.1
Thu Apr 29 04:12:48 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
FILE REMOVED
Changes since revision 1.5: +0 -885
lines
file pxa2x0_hpc_machdep.c was added on branch uebayasi-xip on 2010-04-30 14:39:25 +0000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 29 04:12:48 2010 UTC (14 years, 7 months ago) by nonaka
Branches: MAIN
CVS tags: uebayasi-xip-base1
Branch point for: uebayasi-xip
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5
lines
fix indent.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 29 01:58:51 2010 UTC (14 years, 7 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +32 -36
lines
use platid_match().
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 29 01:54:26 2010 UTC (14 years, 7 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -3
lines
WS003SH is normally reseted.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 24 21:52:34 2010 UTC (14 years, 7 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +12 -2
lines
The capacity of RAM is decided according to the model.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 17 13:36:21 2010 UTC (14 years, 7 months ago) by nonaka
Branches: MAIN
Added Sharp W-ZERO3 series support.
CVSweb <webmaster@jp.NetBSD.org>