| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-08 | Use fat16 as the partition is too small for fat32. from Harold Gutch | skrll | |
| 2020-01-05 | Use make_label_evbarm instead of home grown | skrll | |
| 2020-01-01 | upstream_kernel=1 is required with new firmware/kernel. | skrll | |
| 2019-12-16 | Update to new RaspberryPi firware | skrll | |
| 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-16 | Fix whitespace in a comment | skrll | |
| 2019-12-01 | Remove the pretty much useless 128MB swap partition from the arm images. | jmcneill | |
| 2019-10-30 | Move omap3 dtb files to /boot/dtb | jmcneill | |
| 2019-10-30 | Remove debug output, fix a progress message | martin | |
| 2019-10-30 | Derive the FAT type from the MBR partition type and pass it on to makefs | martin | |
| when crating a msdos file system. | |||
| 2019-10-30 | Move 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-27 | Switch to GENERIC kernels only. | jmcneill | |
| 2019-10-27 | No support for tegra210 in armv7 kernel | jmcneill | |
| 2019-10-05 | Fix typo | mlelstv | |
| 2019-10-02 | Split 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-29 | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg | |
| 2019-08-13 | use unsigned char to prevent sign extension. | christos | |
| 2019-08-12 | Make this at least work for ASCII strings (there are way more users | martin | |
| than libcurses in various crunched environments, so the original assumption of a very limited set of inputs was wrong). | |||
| 2019-08-01 | Avoid using an unitialized variable | martin | |
| 2019-07-28 | Provide a way for crunched programs to use a non-WIDE_CHAR version of | martin | |
| libcurses by setting HACK_CURSES=yes before including this makefile. | |||
| 2019-07-28 | We (especially libcurses and nvi) use more multibyte character locale | martin | |
| related symbols nowadays. Update libhack to avoid pulling in full grown multibyte locale support on small install media. | |||
| 2019-07-21 | Fallback 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-22 | Add an empty fmtcheck | christos | |
| 2019-06-12 | move creds_msdos.8 into the normal place and install it. | mrg | |
| 2019-06-12 | various 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-12 | explicitly strip carriage return so that non-unix text files work. | mrg | |
| 2019-06-11 | Use more markup, fix some typos. | wiz | |
| 2019-06-11 | add a method to add user accounts or ssh keys to the embedded | mrg | |
| (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-18 | Switch the kernel7.img RaspberryPi kernel in the armv7 image to GENERIC | skrll | |
| and thus reducing the number of kernels built in an evbarmv7 release. | |||
| 2019-05-09 | Fix build with MKYP=no | roy | |
| 2019-04-13 | Remove sun50i support from 32-bit GENERIC. | jmcneill | |
| 2019-04-04 | Re-enable efiboot for armv7 (thanks skrll@) | jmcneill | |
| 2019-04-02 | Turn off efiboot until we figure out why it fails on some boards. | jmcneill | |
| 2019-03-30 | Install GENERIC ELF kernel as /netbsd for EFI booting | jmcneill | |
| 2019-03-30 | Switch to efiboot | jmcneill | |
| 2019-03-30 | Install bootarm.efi to boot partition | jmcneill | |
| 2019-03-28 | Dedup and add the small jemalloc implementation so our install media has | christos | |
| a chance to fit again. | |||
| 2019-03-03 | Add Amlogic dtb files to arm64.img | jmcneill | |
| 2019-02-06 | pply zlib hack for gcc 7 here too (4th occurance!) | mrg | |
| 2019-01-21 | No need to specify root and console bootargs on amlogic | jmcneill | |
| 2019-01-20 | Another kernel bites te dust. | skrll | |
| Remove ODROID-C1 as it is now replaced by GENERIC. Thanks jmcneill. | |||
| 2019-01-05 | Rename the DE0 Nano SoC dts file to its new linux/uboot name | aymeric | |
| 2019-01-03 | Fix mmcpart for exynos SD card | jmcneill | |
| 2018-12-02 | Fix variable escaping in dev_exists() | jmcneill | |
| 2018-11-30 | Add support for configuring Amazon.com EC2 SSH keys and hostnames. While | jmcneill | |
| here, only set wscons=YES if a wsdisplay0 device is present. | |||
| 2018-11-22 | Make armv7.img boot on the DE0 Nano SoC. Requires u-boot from -current pkgsrc. | aymeric | |
| 2018-11-01 | Use the GENERIC kernel where possible in armv7.img and remove the old | skrll | |
| kernels from the bulid for SUNXI and TEGRA. While I'm here disable *_INSTALL kernel builds for boards supported by armv7.img | |||
| 2018-10-26 | fixed. | christos | |
| 2018-10-20 | Sort | skrll | |
| 2018-10-20 | Whitespace | skrll | |
| 2018-10-20 | a bit of sorting | skrll | |
