summaryrefslogtreecommitdiff
path: root/distrib/notes
AgeCommit message (Collapse)Author
2020-12-25Add Orange Pi Zero Plus. ok jsg@Darren Tucker
2020-09-30i386 is pentium or later as toolchain defaults to -march=i586 nowJonathan Gray
2020-07-05spelling/grammar fixesT.J. Townsend
2020-07-05First stab at installation notes for OpenBSD/powerpc64.Mark Kettenis
2020-07-04Installer bits for powerpc64.Mark Kettenis
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn
2020-04-28There have been no floppy images since the 6.2 release. Remove mentionSebastian Benoit
of boot floppies from the INSTALL.alpha notes. ok deraadt@
2020-04-19Add installation instructions for Raspberry Pi 4, covering what hardwareStuart Henderson
you will currently need to run OpenBSD on the board, steps to take, and what you should expect to see. ok kettenis@
2020-04-15Indicate that ACPI is supported as well.Mark Kettenis
2020-04-15Update.Mark Kettenis
2020-02-17Typo in RCSID, from Andrius VOtto Moerbeek
2020-01-17sync machine list with arm64.htmlJonathan Gray
2020-01-10mention U-Boot files and offsets for Rockchip RK33xxJonathan Gray
2020-01-01Acknowledge SMP kernels in INSTALL.octeonVisa Hankala
From miod@
2019-11-27Remove references of cvsync in favour of rsync. The former has alreadyNayden Markatchev
been removed from ports and the website has been updated accordingly.
2019-10-07Update to reflect the hardware list in arm64.htmlkmos
Requested by and ok kettenis
2019-09-25adjust for U-Boot RK3288 changesJonathan Gray
2019-08-10tweaks, from miodTheo de Raadt
2019-08-01text improvements from evan silberman;Jason McIntyre
tweaked along the way by at least myself and tj; ok tj deraadt
2019-07-28Update instructions to use the bootloader.Visa Hankala
2019-06-24Reference innovations.html.rob
"can't hurt" deraadt@
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
ok kettenis
2019-04-24Tweak the initial sentence to mention OCTEON II and OCTEON III.Visa Hankala
2018-12-21Remove outdated instruction.Visa Hankala
2018-12-21Document how to boot from SD/MMC or SATA on U-Boot. Also mention thatVisa Hankala
the root disk may be specified by DUID. Initial diff by Chris McGee
2018-08-15sync machine list with arm64.htmlJonathan Gray
2018-03-11installated->installed; Edgar PettijohnStuart Henderson
2017-11-30Replace `coremask' with `numcores'.Visa Hankala
2017-11-30Prefer `numcores' to `coremask'. The former is probably easierVisa Hankala
to use than the latter.
2017-11-30Fix variable expansion.Visa Hankala
From Rafael Neves
2017-09-29Mention that U-Boot images for Allwinner and Rockchip targets contain aJonathan Gray
default DTB.
2017-09-29With arm64 targets U-Boot looks for dtbs in a directory named after theJonathan Gray
vendor of the SoC.
2017-09-25update set sizesJonathan Gray
2017-09-01Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB andJonathan Gray
USB isn't supported. The installer turns out to have been broken on BeagleBoard for over a year and no one noticed. The existing support for OMAP3 in the kernel remains though it isn't clear if anyone has tried it after the fdt changes went in. ok patrick@ tom@ kettenis@ matthieu@
2017-08-28sync list of supported machines with arm64.htmlJonathan Gray
2017-08-26mention U-Boot file/offset for Marvell ARMADA 38xJonathan Gray
ok patrick@
2017-08-23Reverting 1.126. espie@ pointed out that the change was misledingNayden Markatchev
becuase the compilers, which are part of comp62, still provide support for Objective-C, hence the original text was still correct.
2017-08-23Update the INSTALL docs to reflect the removal of Objective-C support fromNayden Markatchev
comp62. ok tom@
2017-08-13mention raw SD card offset for U-Boot on Rockchip RK3xxxJonathan Gray
2017-08-13Avoid raw devices when dd'ing U-Boot. Avoids cases that might requireJonathan Gray
conv=sync. Discussed with kettenis some time ago.
2017-04-24Replace 'rtsol' with 'autoconf' to reflect the change in the installer.Robert Peichaer
2017-04-02add overdrive 1000Jonathan Gray
2017-03-25mention Opteron A1100 systemsJonathan Gray
2017-03-19sync set sizesJonathan Gray
2017-03-04remove/tweak some cd-related text.T.J. Townsend
ok deraadt
2017-03-02Document some installation quirks for the EdgeRouter Lite in INSTALL.octeon:Stefan Sperling
How to deal with USB sticks which are not detected during power up. How to enable both CPU cores (this also applies to other octeon SMP systems). ok pirofti@ visa@
2017-02-27xdm -> xenodm(1)Matthieu Herrb
2017-02-27bump block size for dd; 39x faster on my system.Stuart Henderson
ok tom@
2017-02-11update miniroot notesJonathan Gray
2017-01-25Add arm64 to the allarchs target.Patrick Wildt
ok jsg@