Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | sync | Theo de Raadt | |
2016-08-14 | sync | Theo de Raadt | |
2016-08-13 | sync | Theo de Raadt | |
2016-08-12 | sync | 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-08-09 | sync | Theo de Raadt | |
2016-08-06 | sync | Theo de Raadt | |
2016-08-06 | sync | Theo de Raadt | |
2016-08-05 | sync | Theo de Raadt | |
2016-07-31 | sync | Jonathan Gray | |
2016-07-30 | sync | Stuart Henderson | |
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-24 | sync | Theo de Raadt | |
2016-07-23 | Back out the automatic pkg.conf installpath changes; because pkg_add has | Theo de Raadt | |
an immature heuristic for "what is a release and what is a snapshot". This change maybe improved the post-release experience, but it damages the pre-release experience, which may result in less effective pre-release testing, which risks creating poor releases, which may result in poor post-release experiences. Specific case: subtle breakage to fw_update. | |||
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-14 | sync | Theo de Raadt | |
2016-07-11 | sync | Theo de Raadt | |
2016-07-11 | sync | Visa Hankala | |
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-07-07 | sync | Theo de Raadt | |
2016-07-06 | sync | Visa Hankala | |
2016-07-05 | sync | Theo de Raadt | |
2016-07-04 | sync | Theo de Raadt | |
2016-07-03 | sync | Theo de Raadt | |
2016-06-28 | sync | Theo de Raadt | |
2016-06-27 | sync | Theo de Raadt | |
2016-06-26 | Don't list cubieboard2, pmap can't handle allwinner a20. | Jonathan Gray | |
2016-06-22 | sync | Theo de Raadt | |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano | |
trivial change to use rrw locks instead. All it needs is LK_* defines for the RW_* flags. tested by naddy and sthen on package building infrastructure input and ok jmc mpi tedu | |||
2016-06-19 | sync | Jonathan Gray | |
2016-06-17 | sync | Stuart Henderson | |
2016-06-12 | ethernet -> Ethernet | Jonathan Gray | |
2016-06-12 | imxenet -> fec | Jonathan Gray | |
2016-06-11 | sync | Visa Hankala | |
2016-06-10 | list dtbs in DTBS not DTB | Jonathan Gray | |
fixes lack of dtbs on cubox miniroot reported by jca@ | |||
2016-06-08 | fix two typos | Tobias Ulmer | |
2016-06-05 | sync | Tobias Ulmer | |
2016-06-05 | dd the cubieboard u-boot at the raw offset like the miniroot does | Jonathan Gray | |
2016-06-05 | silence dd stderr output when writing u-boot files to disk | Jonathan Gray | |
reminded by and ok krw@ | |||
2016-06-05 | Previously armv7 ramdisk creation would tar up the mdec directory on the | Jonathan Gray | |
build machine and extract it when installing. Change to using the u-boot and dtb packages when creating ramdisks and miniroots and don't place these files in mdec on install. Installing these packages is now required to run make release on armv7. | |||
2016-06-05 | specify the u-boot target name and dtbs used for each miniroot | Jonathan Gray | |
2016-06-04 | sync | Theo de Raadt | |
2016-06-03 | remove text that discusses putting kernels on msdos fs | Jonathan Gray | |
2016-06-03 | sync | Theo de Raadt | |
2016-06-01 | sync | Theo de Raadt | |
2016-05-30 | Tweak previous | Robert Peichaer | |
OK jsg | |||
2016-05-29 | Add back the fdisk command to flag the fat fs as active. | Jonathan Gray | |
The omap boot rom that loads the first u-boot stage requires this. | |||
2016-05-29 | Decide which u-boot/dtb to use based on the fdt model printed when | Jonathan Gray | |
attaching mainbus not the string we print based on the board id when attaching the soc platform abstraction. Overhaul md_installboot() to make it much more readable based on suggestions from rpe@ | |||
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-05-29 | Stop building u-boot kernel and ramdisk images. The kernel make targets | Jonathan Gray | |
are left for now but umg files are no longer built when building releases. |