CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-01-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 20 09:50:46 UTC 2015

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage

Log Message:
Pull up following revision(s) (requested by skrll in ticket #437):
distrib/utils/embedded/mkimage: revision 1.50
Use [dx]sets_p as flag for debug/X sets inclusion. xsets is the list of
sets.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.4.1 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jan 28 11:27:03 UTC 2015

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage
src/distrib/utils/embedded/conf [netbsd-7]: evbarm.conf rpi_inst.conf
usermode.conf

Log Message:
Pull up following revision(s) (requested by skrll in ticket #465):
distrib/utils/embedded/conf/rpi_inst.conf: revision 1.6
distrib/utils/embedded/conf/usermode.conf: revision 1.4
distrib/utils/embedded/mkimage: revision 1.51
distrib/utils/embedded/conf/x86.conf: revision 1.6
distrib/utils/embedded/conf/evbarm.conf: revision 1.18
PR/49596: mkimage: incorrect permissions on evbarm images
Use NetBSD.dist in our mtree specification to populate the top level
directories, etc.
For each generated file hand craft an mtree entry.
Remove specialdirs as NetBSD.dist creates /proc and /kern.


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.1 -r1.48.4.2 src/distrib/utils/embedded/mkimage
cvs rdiff -u -r1.15.4.1 -r1.15.4.2 \
src/distrib/utils/embedded/conf/evbarm.conf
cvs rdiff -u -r1.5 -r1.5.6.1 src/distrib/utils/embedded/conf/rpi_inst.conf
cvs rdiff -u -r1.3 -r1.3.12.1 src/distrib/utils/embedded/conf/usermode.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-01-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jan 29 15:12:49 UTC 2015

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage
src/distrib/utils/embedded/conf [netbsd-7]: evbarm.conf x86.conf

Log Message:
Pull up following revision(s) (requested by skrll in ticket #470):
distrib/utils/embedded/mkimage: revision 1.52
distrib/utils/embedded/conf/x86.conf: revision 1.7
distrib/utils/embedded/conf/evbarm.conf: revision 1.20
Fix previous so that the new generated rc.conf is picked up and that
any new new mount points (e.g. /proc and /kern) are generated.
While here increate the fs size so that postfix can actually build
/etc/mail/aliases.db


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.2 -r1.48.4.3 src/distrib/utils/embedded/mkimage
cvs rdiff -u -r1.15.4.3 -r1.15.4.4 \
src/distrib/utils/embedded/conf/evbarm.conf
cvs rdiff -u -r1.4.6.1 -r1.4.6.2 src/distrib/utils/embedded/conf/x86.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-04-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr  6 01:59:37 UTC 2015

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #664):
distrib/utils/embedded/mkimage: revision 1.53
Use FFSv2 instead of FFSv1 for the root file-system. This should fix the
"resize_ffs takes forever" issues with evbarm images -- growing a v2
file-system is much faster than v1.


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.3 -r1.48.4.4 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-04-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr  6 18:47:54 UTC 2015

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #667):
distrib/utils/embedded/mkimage: revision 1.54
resizing of ffsv2 still doesn't work well, so revert previous, and instead
explicitly set fsize=2048/bsize=16384, which gives a pretty decent boost
to resize_ffs performance on its own


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.4 -r1.48.4.5 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded

2017-05-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri May 12 05:12:59 UTC 2017

Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage

Log Message:
Pull up following revision(s) (requested by sevan in ticket #1386):
distrib/utils/embedded/mkimage: revision 1.62
Mark the msdos parition active for boards like the BeagleBone Black


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.6 -r1.48.4.7 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-08-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug  7 13:44:27 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: armv7.conf

Log Message:
Pull up following revision(s) (requested by skrll in ticket #938):
distrib/utils/embedded/conf/armv7.conf: revision 1.5
Turn resize on


To generate a diff of this commit:
cvs rdiff -u -r1.7.2.2 -r1.7.2.3 src/distrib/utils/embedded/conf/armv7.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-08-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 22 16:35:31 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: armv7.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #959):
distrib/utils/embedded/conf/armv7.conf: revision 1.8 via patch
Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub


To generate a diff of this commit:
cvs rdiff -u -r1.7.2.3 -r1.7.2.4 src/distrib/utils/embedded/conf/armv7.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-08-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Aug 30 09:56:19 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: armv7.conf

Log Message:
Pull up the following revision, requested by snj in #961:

src/distrib/utils/embedded/conf/armv7.conf  r1.6

Properly escape the $ when trying to pass the u-boot env var $kernel.
>From Rin Okuyama.


To generate a diff of this commit:
cvs rdiff -u -r1.7.2.4 -r1.7.2.5 src/distrib/utils/embedded/conf/armv7.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2014-09-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Sep 30 18:19:18 UTC 2014

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: beagleboard.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #121):
distrib/utils/embedded/conf/beagleboard.conf: revision 1.18
Escape $ in $board so this will boot on beaglebone too.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.4.1 \
src/distrib/utils/embedded/conf/beagleboard.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2014-11-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 27 11:23:04 UTC 2014

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: evbarm.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #268):
distrib/utils/embedded/conf/evbarm.conf: revision 1.17
disable wapbl for evbarm images until stability issues are sorted out


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.4.1 src/distrib/utils/embedded/conf/evbarm.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jan 28 18:37:45 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: evbarm.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #466):
distrib/utils/embedded/conf/evbarm.conf: revision 1.19
add /var/shm tmpfs to fstab


To generate a diff of this commit:
cvs rdiff -u -r1.15.4.2 -r1.15.4.3 \
src/distrib/utils/embedded/conf/evbarm.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-01-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jan 28 22:06:14 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: x86.conf

Log Message:
Pullup rev 1.6, requested by skrll in ticket #465


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.6.1 src/distrib/utils/embedded/conf/x86.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Feb  8 22:09:27 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: rpi.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #496):
distrib/utils/embedded/conf/rpi.conf: revision 1.25
By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overridden by setting arm_freq in config.txt, but the default freq at boot
is still 600MHz.
Add logic to rc.local to compare the current vs. max CPU frequency; if they
differ, set the target frequency to the maximum.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.4.1 src/distrib/utils/embedded/conf/rpi.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-02-13 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb 14 07:20:48 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: rpi.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #511):
distrib/utils/embedded/conf/rpi.conf: revision 1.26
actually write cpufreq changes to ${mnt}/etc/rc.local instead of /tmp/a


To generate a diff of this commit:
cvs rdiff -u -r1.24.4.1 -r1.24.4.2 src/distrib/utils/embedded/conf/rpi.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.