Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / netwalker
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 22 00:33:40 2012 UTC (7 months, 4 weeks ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
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.9 / (download) - annotate - [select for diffs], Wed Aug 29 19:10:17 2012 UTC (8 months, 3 weeks ago) by matt
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.8: +3 -5
lines
Diff to previous 1.8 (colored)
Since the PMC cycle counter is started in cpufunc no reason to do so here. Use curcpu()->ci_data.cpu_cc_freq and new armreg* inlines.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 16 18:22:45 2012 UTC (9 months ago) by matt
Branch: MAIN
Changes since 1.7: +2 -21
lines
Diff to previous 1.7 (colored)
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.7 / (download) - annotate - [select for diffs], Sun Jul 29 00:07:09 2012 UTC (9 months, 3 weeks ago) by matt
Branch: MAIN
Changes since 1.6: +2 -12
lines
Diff to previous 1.6 (colored)
Fix more -fno-common fallout. Move more variables to common locations.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 15 10:34:14 2012 UTC (13 months ago) by bsh
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10
Changes since 1.5: +254 -56
lines
Diff to previous 1.5 (colored)
set same values to IOMUX registers as the linux kernel does. make it a bit simpler. (we can treat MUX and PAD registers in the same way here)
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 1 20:42:37 2011 UTC (22 months, 2 weeks ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
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-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
#include <sys/bus.h> instead of <machine/bus.h>.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 30 20:09:26 2011 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
dependant -> dependent
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 9 05:00:14 2010 UTC (2 years, 5 months ago) by bsh
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock
Changes since 1.2: +34 -27
lines
Diff to previous 1.2 (colored)
adapt to changes in imx51reg.h CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123 CVS: CVS: Please evaluate your changes and consider the following. CVS: Abort checkin if you answer no. CVS: => For all changes: CVS: Do the changed files compile? CVS: Has the change been tested? CVS: => If you are not completely familiar with the changed components: CVS: Has the change been posted for review? CVS: Have you allowed enough time for feedback? CVS: => If the change is major: CVS: => If the change adds files to, or removes files from $DESTDIR: CVS: => If you are changing a library or kernel interface: CVS: Have you successfully run "./build.sh release"?
Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 28 08:23:24 2010 UTC (2 years, 5 months ago) by hannken
Branch: MAIN
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
As md(4) no longer has "needs-count" there is no "md.h" anymore. Remove the inclusion of this file. Acorn32 now always builds load_memory_disc_from_floppy(). This should not be a problem as all configs have md(4). Observed by: Masao Uebayashi <uebayasi@netbsd.org>
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 13 07:31:32 2010 UTC (2 years, 6 months ago) by bsh
Branch: MAIN
CVS Tags: uebayasi-xip-base6
Branch point for: uebayasi-xip
Sharp NetWalker PC-Z1 support by SHIMIZU Ryo, Hashimoto Kenichi, and me. http://www.sharp.co.jp/netwalker/