Up to [cvs.netbsd.org] / src / sys / arch / arm / arm32
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:44:01 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1.6.1: +149 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Wed Aug 11 22:51:39 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.4.1: +149 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:13 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.2.1: +149 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.6.1, Sat Jun 19 19:44:57 2010 UTC (23 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1: +0 -149
lines
FILE REMOVED
file cortex_pmc.c was added on branch uebayasi-xip on 2010-08-17 06:44:01 +0000
Revision 1.1.4.1, Sat Jun 19 19:44:57 2010 UTC (23 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -149
lines
FILE REMOVED
file cortex_pmc.c was added on branch yamt-nfs-mp on 2010-08-11 22:51:39 +0000
Revision 1.1.2.1, Sat Jun 19 19:44:57 2010 UTC (23 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -149
lines
FILE REMOVED
file cortex_pmc.c was added on branch rmind-uvmplock on 2010-07-03 01:19:13 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 19 19:44:57 2010 UTC (23 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
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,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Branch point for: yamt-nfs-mp,
uebayasi-xip,
rmind-uvmplock
Cleanup the armv7 changes. Add ARM_ARCH_7. Use CPU_CORTEX instead of CPU_CORTEXA8 everywhere since there more types of Cortex than just the A8. CPU_CORTEXA8 still exists but causes CPU_CORTEX to be defined. Add CPU_CORTEXA9 as well. Use .arch armv7a to get us the isb/dsb instructions. Test booted to root device prompt on a Beagleboard. All ARM kernels successfully test built.