Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-11 | installated->installed; Edgar Pettijohn | Stuart Henderson | |
2017-11-30 | Replace `coremask' with `numcores'. | Visa Hankala | |
2017-11-30 | Prefer `numcores' to `coremask'. The former is probably easier | Visa Hankala | |
to use than the latter. | |||
2017-11-30 | Fix variable expansion. | Visa Hankala | |
From Rafael Neves | |||
2017-09-29 | Mention that U-Boot images for Allwinner and Rockchip targets contain a | Jonathan Gray | |
default DTB. | |||
2017-09-29 | With arm64 targets U-Boot looks for dtbs in a directory named after the | Jonathan Gray | |
vendor of the SoC. | |||
2017-09-25 | update set sizes | Jonathan Gray | |
2017-09-01 | Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB and | Jonathan 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-28 | sync list of supported machines with arm64.html | Jonathan Gray | |
2017-08-26 | mention U-Boot file/offset for Marvell ARMADA 38x | Jonathan Gray | |
ok patrick@ | |||
2017-08-23 | Reverting 1.126. espie@ pointed out that the change was misleding | Nayden Markatchev | |
becuase the compilers, which are part of comp62, still provide support for Objective-C, hence the original text was still correct. | |||
2017-08-23 | Update the INSTALL docs to reflect the removal of Objective-C support from | Nayden Markatchev | |
comp62. ok tom@ | |||
2017-08-13 | mention raw SD card offset for U-Boot on Rockchip RK3xxx | Jonathan Gray | |
2017-08-13 | Avoid raw devices when dd'ing U-Boot. Avoids cases that might require | Jonathan Gray | |
conv=sync. Discussed with kettenis some time ago. | |||
2017-04-24 | Replace 'rtsol' with 'autoconf' to reflect the change in the installer. | Robert Peichaer | |
2017-04-02 | add overdrive 1000 | Jonathan Gray | |
2017-03-25 | mention Opteron A1100 systems | Jonathan Gray | |
2017-03-19 | sync set sizes | Jonathan Gray | |
2017-03-04 | remove/tweak some cd-related text. | T.J. Townsend | |
ok deraadt | |||
2017-03-02 | Document 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-27 | xdm -> xenodm(1) | Matthieu Herrb | |
2017-02-27 | bump block size for dd; 39x faster on my system. | Stuart Henderson | |
ok tom@ | |||
2017-02-11 | update miniroot notes | Jonathan Gray | |
2017-01-25 | Add arm64 to the allarchs target. | Patrick Wildt | |
ok jsg@ | |||
2017-01-25 | Updates to OpenBSD/arm64 install notes. | Patrick Wildt | |
with jsg@ | |||
2017-01-25 | Copy install notes for arm64 from armv7. These still need to be | Patrick Wildt | |
modified to make sense for arm64. | |||
2017-01-19 | The u-boot package was renamed to u-boot-arm. | Jonathan Gray | |
2016-10-18 | spelling: | Theo Buehler | |
initialising -> initializing from Claus Assmann artitions -> partitions from spell(1) | |||
2016-10-18 | typo fix and zap some trailing eol whitespace; | Jason McIntyre | |
from claus assman | |||
2016-10-05 | Remove an outdated remark about the 'a' partition. The sgi bootblocks | Visa Hankala | |
now locate the partition by using the disklabel. ok jsing@ | |||
2016-10-01 | Add notes on installing on systems a miniroot is not available for. | Jonathan Gray | |
ok kettenis@ | |||
2016-09-04 | Switch the cubie miniroot from the Allwinner A10 based Cubieboard1 | Jonathan Gray | |
to the Allwinner A20 based Cubieboard2 now that problems with cortex A7 are fixed. There seems to be more people with the Cubieboard2 than the Cubieboard1. | |||
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther | |
shortly when we use the hardware thread register in userland | |||
2016-09-02 | move links from http to https://www.openbsd.org/ | Theo Buehler | |
ok beck | |||
2016-09-01 | remove sparc media building goop | Theo de Raadt | |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt | |
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go. | |||
2016-07-28 | Typo in the installation notes, from Roman Yakovlev. | Vadim Zhukov | |
Too bad this highly critical bugfix will miss release. okay deraadt@ | |||
2016-07-23 | Some armv7 machines are shipped with linux images that run USB OTG ports | Jonathan Gray | |
in client mode and provide serial access to a getty and networking. Make it clear that a real serial console that can interact with the firmware is required. Suggested by and wording tweaks from ian@ | |||
2016-07-09 | Mention the EFI and DTB requirement. List U-Boot 2016.07 as 2016.05 | Jonathan Gray | |
needs a patch to work with efiboot on non imx platforms that is included in ports/packages but might not be present otherwise. While U-Boot 2016.07 final is not released yet the "efi_loader: Don't allocate from memory holes" patch is included in rc1/rc2/rc3 and should make the final release. | |||
2016-06-26 | Don't list cubieboard2, pmap can't handle allwinner a20. | Jonathan Gray | |
2016-06-12 | ethernet -> Ethernet | Jonathan Gray | |
2016-06-12 | imxenet -> fec | Jonathan Gray | |
2016-05-29 | Remove the section on tftp booting a umg file. This might come back in | Jonathan Gray | |
a different form when u-boot supports efi networking interfaces. | |||
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback | |
Started by diff from Mical Mazurek. | |||
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2016-02-16 | Mention UEFI/GPT, fix some weird spacing, try to adjust 'partitioning' | Kenneth R Westerback | |
verbiage to make more sense overall. ok rpe@ | |||
2016-02-12 | - re-order the (I)nstall, (U)pgrade, (A)utoinstall part to match what | Robert Peichaer | |
the installer shows and what the subsequent text describes. - re-phrase the part about ssh logins as root. The installer now asks "Allow root ssh login? (yes, no, prohibit-password)". Previously it was "Since you set up a user, disable sshd(8) logins to root?" OK krw@, sthen@ | |||
2016-02-12 | - The question if you really want to upgrade is gone. | Robert Peichaer | |
- Add part about TERM and keyboard layout question. - "download" instead of "ftp get/reget" Feedback from and OK sthen@ OK millert@ | |||
2016-02-11 | Sync installation notes with reality. | Robert Peichaer | |
- the manual netconfig step was removed from the installer six years ago - ntpd is enabled by default now OK millert@ | |||
2016-02-11 | Update the paths for install.md and the list files. | Robert Peichaer | |
OK sthen@ |