summaryrefslogtreecommitdiffstats
path: root/distrib/notes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resync the supported hardware list with armv7.html, suggested by,dtucker2021-03-261-39/+28
| | | | | | 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.
* spellingjsg2021-03-1516-32/+32
|
* Mention that U-Boot serial speed should be 115200.visa2021-02-181-1/+7
| | | | Initial diff from Janne Johansson
* Update model details for Loongson Lynloong.visa2021-01-161-3/+3
| | | | From Yifei ZHAN on tech@
* sync Amlogic section with arm64.htmljsg2020-12-311-2/+4
|
* Add Orange Pi Zero Plus. ok jsg@dtucker2020-12-251-1/+2
|
* i386 is pentium or later as toolchain defaults to -march=i586 nowjsg2020-09-301-2/+2
|
* spelling/grammar fixestj2020-07-0511-27/+27
|
* First stab at installation notes for OpenBSD/powerpc64.kettenis2020-07-058-0/+132
|
* Installer bits for powerpc64.kettenis2020-07-041-2/+2
|
* Change install images called *.fs to *.img. These are UFS filesystem images,deraadt2020-05-1715-49/+49
| | | | | | | | 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
* There have been no floppy images since the 6.2 release. Remove mentionbenno2020-04-285-84/+22
| | | | | of boot floppies from the INSTALL.alpha notes. ok deraadt@
* Add installation instructions for Raspberry Pi 4, covering what hardwaresthen2020-04-191-3/+32
| | | | | you will currently need to run OpenBSD on the board, steps to take, and what you should expect to see. ok kettenis@
* Indicate that ACPI is supported as well.kettenis2020-04-152-9/+11
|
* Update.kettenis2020-04-151-2/+4
|
* Typo in RCSID, from Andrius Votto2020-02-171-1/+1
|
* sync machine list with arm64.htmljsg2020-01-171-1/+3
|
* mention U-Boot files and offsets for Rockchip RK33xxjsg2020-01-101-1/+8
|
* Acknowledge SMP kernels in INSTALL.octeonvisa2020-01-011-2/+2
| | | | From miod@
* Remove references of cvsync in favour of rsync. The former has alreadynayden2019-11-271-3/+2
| | | | been removed from ports and the website has been updated accordingly.
* Update to reflect the hardware list in arm64.htmlkmos2019-10-071-2/+7
| | | | Requested by and ok kettenis
* adjust for U-Boot RK3288 changesjsg2019-09-251-3/+5
|
* tweaks, from miodderaadt2019-08-102-6/+8
|
* text improvements from evan silberman;jmc2019-08-019-93/+91
| | | | | tweaked along the way by at least myself and tj; ok tj deraadt
* Update instructions to use the bootloader.visa2019-07-281-8/+7
|
* Reference innovations.html.rob2019-06-241-2/+5
| | | | "can't hurt" deraadt@
* socppc makes an extended visit to the bigbucket.deraadt2019-05-119-341/+2
| | | | ok kettenis
* Tweak the initial sentence to mention OCTEON II and OCTEON III.visa2019-04-241-5/+5
|
* Remove outdated instruction.visa2018-12-211-5/+1
|
* Document how to boot from SD/MMC or SATA on U-Boot. Also mention thatvisa2018-12-211-5/+11
| | | | | | the root disk may be specified by DUID. Initial diff by Chris McGee
* sync machine list with arm64.htmljsg2018-08-151-2/+11
|
* installated->installed; Edgar Pettijohnsthen2018-03-111-2/+2
|
* Replace `coremask' with `numcores'.visa2017-11-301-3/+3
|
* Prefer `numcores' to `coremask'. The former is probably easiervisa2017-11-301-4/+5
| | | | to use than the latter.
* Fix variable expansion.visa2017-11-301-2/+2
| | | | From Rafael Neves
* Mention that U-Boot images for Allwinner and Rockchip targets contain ajsg2017-09-292-4/+6
| | | | default DTB.
* With arm64 targets U-Boot looks for dtbs in a directory named after thejsg2017-09-291-3/+5
| | | | vendor of the SoC.
* update set sizesjsg2017-09-2513-117/+117
|
* Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB andjsg2017-09-012-9/+5
| | | | | | | | | 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@
* sync list of supported machines with arm64.htmljsg2017-08-281-6/+12
|
* mention U-Boot file/offset for Marvell ARMADA 38xjsg2017-08-261-1/+6
| | | | ok patrick@
* Reverting 1.126. espie@ pointed out that the change was misledingnayden2017-08-231-2/+2
| | | | | becuase the compilers, which are part of comp62, still provide support for Objective-C, hence the original text was still correct.
* Update the INSTALL docs to reflect the removal of Objective-C support fromnayden2017-08-231-2/+2
| | | | | | comp62. ok tom@
* mention raw SD card offset for U-Boot on Rockchip RK3xxxjsg2017-08-131-1/+6
|
* Avoid raw devices when dd'ing U-Boot. Avoids cases that might requirejsg2017-08-132-7/+7
| | | | conv=sync. Discussed with kettenis some time ago.
* Replace 'rtsol' with 'autoconf' to reflect the change in the installer.rpe2017-04-241-2/+2
|
* add overdrive 1000jsg2017-04-021-1/+2
|
* mention Opteron A1100 systemsjsg2017-03-251-1/+3
|
* sync set sizesjsg2017-03-191-9/+9
|
* remove/tweak some cd-related text.tj2017-03-047-80/+22
| | | | ok deraadt