skrll
cb88287373
Use fat16 as the partition is too small for fat32. from Harold Gutch
2020-01-08 20:49:22 +00:00
skrll
62f0c78c04
Use make_label_evbarm instead of home grown
2020-01-05 16:41:07 +00:00
skrll
b1843f788e
upstream_kernel=1 is required with new firmware/kernel.
2020-01-01 14:16:51 +00:00
skrll
817923ee4d
Update to new RaspberryPi firware
...
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 11:00:30 +00:00
skrll
485e08e867
Fix whitespace in a comment
2019-12-16 08:01:20 +00:00
jmcneill
19487d1aef
Remove the pretty much useless 128MB swap partition from the arm images.
2019-12-01 15:07:04 +00:00
jmcneill
06a777cdcb
Move omap3 dtb files to /boot/dtb
2019-10-30 21:43:42 +00:00
martin
826ceeb473
Remove debug output, fix a progress message
2019-10-30 14:34:30 +00:00
martin
ebcef7ca7f
Derive the FAT type from the MBR partition type and pass it on to makefs
...
when crating a msdos file system.
2019-10-30 14:16:15 +00:00
martin
c5068cfe52
Move a lot of *.dtb files to a dtb/ subdirectory on the FAT partition.
...
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-30 12:28:32 +00:00
jmcneill
7b46fbe309
Switch to GENERIC kernels only.
2019-10-27 21:38:58 +00:00
jmcneill
788bc7b217
No support for tegra210 in armv7 kernel
2019-10-27 21:35:02 +00:00
mlelstv
f84eb3e271
Fix typo
2019-10-05 09:25:11 +00:00
maya
50f7458533
Split out /rescue to its own set and adapt installers/images to add it.
...
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-10-02 11:15:59 +00:00
mrg
21303c93e9
convert HAVE_GCC == 7 to HAVE_GCC >= 7.
2019-09-29 23:44:58 +00:00
christos
0287e63d96
use unsigned char to prevent sign extension.
2019-08-13 08:48:07 +00:00
martin
92d9c20449
Make this at least work for ASCII strings (there are way more users
...
than libcurses in various crunched environments, so the original assumption
of a very limited set of inputs was wrong).
2019-08-12 09:34:53 +00:00
martin
2f346b3370
Avoid using an unitialized variable
2019-08-01 12:28:53 +00:00
martin
5c19a89c12
Provide a way for crunched programs to use a non-WIDE_CHAR version of
...
libcurses by setting HACK_CURSES=yes before including this makefile.
2019-07-28 10:27:57 +00:00
martin
f3b7b31ee0
We (especially libcurses and nvi) use more multibyte character locale
...
related symbols nowadays. Update libhack to avoid pulling in full grown
multibyte locale support on small install media.
2019-07-28 10:21:18 +00:00
rin
272639de87
Fallback to non-EFI boot script if EFI bootloader is absent.
...
Note that we do not currently build EFI bootloader for earmv7hf-eb,
as it requires little-endian version of toolchain.
2019-07-21 16:05:24 +00:00
christos
d33bb7af26
Add an empty fmtcheck
2019-06-22 22:50:39 +00:00
mrg
1e5b60d053
move creds_msdos.8 into the normal place and install it.
2019-06-12 09:03:31 +00:00
mrg
f409dc043f
various cleanups inspired by reviews:
...
- clean up variable usage
- be explicit that $ssh_userkeys is global
- don't assig id output to a variable not used
2019-06-12 03:06:48 +00:00
mrg
9cc213eff5
explicitly strip carriage return so that non-unix text files work.
2019-06-12 00:28:56 +00:00
wiz
8a8727e49a
Use more markup, fix some typos.
2019-06-11 11:57:14 +00:00
mrg
3e5e960fa5
add a method to add user accounts or ssh keys to the embedded
...
(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-06-11 10:50:57 +00:00
skrll
2c9023a65e
Switch the kernel7.img RaspberryPi kernel in the armv7 image to GENERIC
...
and thus reducing the number of kernels built in an evbarmv7 release.
2019-05-18 07:33:10 +00:00
roy
a876fb76fb
Fix build with MKYP=no
2019-05-09 08:20:35 +00:00
jmcneill
337dcfaf52
Remove sun50i support from 32-bit GENERIC.
2019-04-13 10:58:11 +00:00
jmcneill
edce60238f
Re-enable efiboot for armv7 (thanks skrll@)
2019-04-04 14:26:39 +00:00
jmcneill
d7a2d29c18
Turn off efiboot until we figure out why it fails on some boards.
2019-04-02 10:00:32 +00:00
jmcneill
ba4377082a
Install GENERIC ELF kernel as /netbsd for EFI booting
2019-03-30 13:43:52 +00:00
jmcneill
753fbe4bcd
Switch to efiboot
2019-03-30 13:37:45 +00:00
jmcneill
7bee52e9e0
Install bootarm.efi to boot partition
2019-03-30 13:07:57 +00:00
christos
67177861a2
Dedup and add the small jemalloc implementation so our install media has
...
a chance to fit again.
2019-03-28 15:04:41 +00:00
jmcneill
64fbb2204e
Add Amlogic dtb files to arm64.img
2019-03-03 11:44:18 +00:00
mrg
07c9782f50
pply zlib hack for gcc 7 here too (4th occurance!)
2019-02-06 09:17:18 +00:00
jmcneill
918e5fb8e9
No need to specify root and console bootargs on amlogic
2019-01-21 16:28:39 +00:00
skrll
1521ad8a22
Another kernel bites te dust.
...
Remove ODROID-C1 as it is now replaced by GENERIC. Thanks jmcneill.
2019-01-20 10:18:03 +00:00
aymeric
a3ff5f3bc4
Rename the DE0 Nano SoC dts file to its new linux/uboot name
2019-01-05 13:55:46 +00:00
jmcneill
08587e7728
Fix mmcpart for exynos SD card
2019-01-03 18:21:55 +00:00
jmcneill
23aab5ad96
Fix variable escaping in dev_exists()
2018-12-02 15:43:04 +00:00
jmcneill
af8f486465
Add support for configuring Amazon.com EC2 SSH keys and hostnames. While
...
here, only set wscons=YES if a wsdisplay0 device is present.
2018-11-30 20:53:02 +00:00
aymeric
19a287f3ad
Make armv7.img boot on the DE0 Nano SoC. Requires u-boot from -current pkgsrc.
2018-11-22 21:11:37 +00:00
skrll
76478902d7
Use the GENERIC kernel where possible in armv7.img and remove the old
...
kernels from the bulid for SUNXI and TEGRA.
While I'm here disable *_INSTALL kernel builds for boards supported by
armv7.img
2018-11-01 11:05:24 +00:00
christos
05a9a2fa5c
fixed.
2018-10-26 22:28:59 +00:00
skrll
af02aed8ed
Sort
2018-10-20 08:29:11 +00:00
skrll
72e140f563
Whitespace
2018-10-20 08:26:10 +00:00
skrll
105b90ee57
a bit of sorting
2018-10-20 08:24:11 +00:00