summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2021-06-03Use machdep.compatible to determine Pine64 and Raspberry Pi "platforms".Mark Kettenis
Also recognize Apple "platforms" and change the default from "whole" to "edit" when installing on disk with a GPT on those. This should prevent users from accidentally overwriting essential partitions that are needed to boot those machines. ok deraadt@
2021-06-03Enable machdep.compatible on platforms that have it.Mark Kettenis
ok deraadt@
2021-06-03Recognize the Apple APFS GPT partition types seen on Apple M1 boxen.Kenneth R Westerback
ok kettenis@
2021-06-02syncTheo de Raadt
2021-06-01syncTheo de Raadt
2021-05-30Add initial support for installing on a disk with a GPT. Mostly taken fromMark Kettenis
amd64. This makes the installer recognize an OpenBSD partition such that the installation will proceed if such a partition is found. ok krw@, deraadt@
2021-05-30syncTheo de Raadt
2021-05-29syncTheo de Raadt
2021-05-27syncTheo de Raadt
2021-05-19Correct the library path for native build of ramdisks.Dale Rahn
2021-05-19enter new dirsTheo de Raadt
2021-05-19correct .PATHTheo de Raadt
2021-05-19resolvd and dhcpleased if ramdisks need themTheo de Raadt
2021-05-17Make more free inodes on luna88k bsd.rd.Kenji Aoyama
Free inodes of luna88k bsd.rd are insufficient when we want to install sets from another disk of the root disk. Make more inodes by specifying density=4096. Spotted by Anders Gavare, the author of GXemul. Thanks! ok deraadt@
2021-05-14move some files to match other archsJonathan Gray
ok deraadt@ drahn@
2021-05-14Riscv64 sets. Initial attempt.Dale Rahn
2021-05-14Fix bootloader name and riscv64 doesn't have bsd.mp yet.Dale Rahn
2021-05-14Adjust ramdisk generation for self hosting, remove cross bits.Dale Rahn
2021-05-12syncTheo Buehler
2021-05-11initial attempt at install*.imgTheo de Raadt
2021-05-10libexpat major bump to 13.0Alexander Bluhm
2021-05-10syncTheo Buehler
2021-05-05Add Radxa Rock Pi N10.Kurt Miller
2021-05-03remove old gcc/g++ binaries at update time; covers the most common caseStuart Henderson
where people will run into problems on amd64 now we don't build gcc. (the gcc-lib files are already removed by bsd.rd upgrades, and gcc/g++ don't work without them).
2021-05-02riscv64 initiall installation notes (more of a skeleton).Dale Rahn
2021-05-02disable base-gcc on amd64; ok jca@ deraadt@Christian Weisgerber
2021-05-01Retire OpenBSD/sgi.Visa Hankala
OK deraadt@
2021-05-01syncTheo de Raadt
2021-04-29syncTheo de Raadt
2021-04-28syncTheo de Raadt
2021-04-28syncTheo de Raadt
2021-04-28descend into riscv64 dirsJonathan Gray
ok deraadt@
2021-04-28syncPatrick Wildt
2021-04-28syncPatrick Wildt
2021-04-27Riscv64 distrib pieces to buld ramdiskDale Rahn
Copied from arm64 with minimal changes. ok deraadt@
2021-04-24syncTheo de Raadt
2021-04-17Adjust Raspberry Pi installation instructions, direct users towards theStuart Henderson
U-Boot based method primarily, though keep a quick mention of the UEFI firmware (U-Boot method not working on Pi400 currently whereas UEFI sort-of works). Add some notes about framebuffer consoles, they do work on RPi these days but there are still some rough edges.
2021-04-17Embiggen arm64 ramdisk kernel and miniroot/install img files. ProvideStuart Henderson
U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others) and firmware for Raspberry Pi 4. This allows the same installation method as used on Raspberry Pi 3 without separate UEFI firmware (although UEFI can still be used). Help from kettenis@ jsg@ deraadt@
2021-04-14handle obj dirTheo de Raadt
2021-04-13spacingTheo de Raadt
2021-04-13construct an octeon installXX.img fileTheo de Raadt
2021-04-13handle iso dirTheo de Raadt
2021-04-11Create a sparc64 install*.img file alsoTheo de Raadt
tested by kettenis
2021-04-11vnconfig is run without a label-type (install360), because in-MakefileTheo de Raadt
scripting calculates msdos+ffs layout, so FSTYPE= is not neccessary.
2021-04-11syncTheo de Raadt
2021-04-10build arm64 install*.imgTheo de Raadt
requested by kettenis, first testing by kn
2021-04-08syncTheo de Raadt
2021-03-31syncTheo Buehler
2021-03-29Install apm(8) and and apmd(8) under MI MANPATHkn
powerpc64 was lacking manual pages; instead of shipping yet another identical MD manual, merge them under MI MANPATH as usual. Input OK deraadt
2021-03-26Resync the supported hardware list with armv7.html, suggested by,Darren Tucker
corrections and ok jsg@. This replaces the obsolete list of boards and their supported devices with the current list of supported boards only, similar to arm64.