summaryrefslogtreecommitdiff
path: root/distrib/utils
AgeCommit message (Collapse)Author
2020-01-08Use fat16 as the partition is too small for fat32. from Harold Gutchskrll
2020-01-05Use make_label_evbarm instead of home grownskrll
2020-01-01upstream_kernel=1 is required with new firmware/kernel.skrll
2019-12-16Update to new RaspberryPi firwareskrll
commit 0c01dbefba45a08c47f8538d5a071a0fba6b7e83 Author: popcornmix <popcornmix@gmail.com> Date: Wed Dec 11 15:30:08 2019 +0000 and include firmware for RPI4 Firmware has bee updated to support mainline linux kernels as described in https://github.com/raspberrypi/linux/issues/3237
2019-12-16Fix whitespace in a commentskrll
2019-12-01Remove the pretty much useless 128MB swap partition from the arm images.jmcneill
2019-10-30Move omap3 dtb files to /boot/dtbjmcneill
2019-10-30Remove debug output, fix a progress messagemartin
2019-10-30Derive the FAT type from the MBR partition type and pass it on to makefsmartin
when crating a msdos file system.
2019-10-30Move a lot of *.dtb files to a dtb/ subdirectory on the FAT partition.martin
Mkimage (eroneously) creates a FAT16 partition (despite the configuration asking for FAT32), and that has a root directory size limit. Idea from Jared.
2019-10-27Switch to GENERIC kernels only.jmcneill
2019-10-27No support for tegra210 in armv7 kerneljmcneill
2019-10-05Fix typomlelstv
2019-10-02Split out /rescue to its own set and adapt installers/images to add it.maya
This is meant to make updates safer: if something goes wrong with updating base, we still have the old, standalone /rescue to recover from.
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-08-13use unsigned char to prevent sign extension.christos
2019-08-12Make this at least work for ASCII strings (there are way more usersmartin
than libcurses in various crunched environments, so the original assumption of a very limited set of inputs was wrong).
2019-08-01Avoid using an unitialized variablemartin
2019-07-28Provide a way for crunched programs to use a non-WIDE_CHAR version ofmartin
libcurses by setting HACK_CURSES=yes before including this makefile.
2019-07-28We (especially libcurses and nvi) use more multibyte character localemartin
related symbols nowadays. Update libhack to avoid pulling in full grown multibyte locale support on small install media.
2019-07-21Fallback to non-EFI boot script if EFI bootloader is absent.rin
Note that we do not currently build EFI bootloader for earmv7hf-eb, as it requires little-endian version of toolchain.
2019-06-22Add an empty fmtcheckchristos
2019-06-12move creds_msdos.8 into the normal place and install it.mrg
2019-06-12various cleanups inspired by reviews:mrg
- clean up variable usage - be explicit that $ssh_userkeys is global - don't assig id output to a variable not used
2019-06-12explicitly strip carriage return so that non-unix text files work.mrg
2019-06-11Use more markup, fix some typos.wiz
2019-06-11add a method to add user accounts or ssh keys to the embeddedmrg
(installable) images which may be run entirely headless and have no current method to edit the installation without another netbsd host to modify the root (FFS) partition. creds_msdos reads the creds.txt file from the msdos boot partition and provides 4 basic methods: sshkeyfile <user> <path on msdos> sshkey <user> <entry> useraddhash <user> <passwd hash> useradd <user> <passwd> the first two create a user with ssh key(s), and the second two create a user with a password. if the last method is used and raw passwords are given, the creds.txt file will be shredded and deleted by rm -P. inspired by a request from a pine64 user. ok jmcneill@.
2019-05-18Switch the kernel7.img RaspberryPi kernel in the armv7 image to GENERICskrll
and thus reducing the number of kernels built in an evbarmv7 release.
2019-05-09Fix build with MKYP=noroy
2019-04-13Remove sun50i support from 32-bit GENERIC.jmcneill
2019-04-04Re-enable efiboot for armv7 (thanks skrll@)jmcneill
2019-04-02Turn off efiboot until we figure out why it fails on some boards.jmcneill
2019-03-30Install GENERIC ELF kernel as /netbsd for EFI bootingjmcneill
2019-03-30Switch to efibootjmcneill
2019-03-30Install bootarm.efi to boot partitionjmcneill
2019-03-28Dedup and add the small jemalloc implementation so our install media haschristos
a chance to fit again.
2019-03-03Add Amlogic dtb files to arm64.imgjmcneill
2019-02-06pply zlib hack for gcc 7 here too (4th occurance!)mrg
2019-01-21No need to specify root and console bootargs on amlogicjmcneill
2019-01-20Another kernel bites te dust.skrll
Remove ODROID-C1 as it is now replaced by GENERIC. Thanks jmcneill.
2019-01-05Rename the DE0 Nano SoC dts file to its new linux/uboot nameaymeric
2019-01-03Fix mmcpart for exynos SD cardjmcneill
2018-12-02Fix variable escaping in dev_exists()jmcneill
2018-11-30Add support for configuring Amazon.com EC2 SSH keys and hostnames. Whilejmcneill
here, only set wscons=YES if a wsdisplay0 device is present.
2018-11-22Make armv7.img boot on the DE0 Nano SoC. Requires u-boot from -current pkgsrc.aymeric
2018-11-01Use the GENERIC kernel where possible in armv7.img and remove the oldskrll
kernels from the bulid for SUNXI and TEGRA. While I'm here disable *_INSTALL kernel builds for boards supported by armv7.img
2018-10-26fixed.christos
2018-10-20Sortskrll
2018-10-20Whitespaceskrll
2018-10-20a bit of sortingskrll