summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2016-08-15syncTheo de Raadt
2016-08-14syncTheo de Raadt
2016-08-13syncTheo de Raadt
2016-08-12syncTheo de Raadt
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
2016-08-09syncTheo de Raadt
2016-08-06syncTheo de Raadt
2016-08-06syncTheo de Raadt
2016-08-05syncTheo de Raadt
2016-07-31syncJonathan Gray
2016-07-30syncStuart Henderson
2016-07-28Typo in the installation notes, from Roman Yakovlev.Vadim Zhukov
Too bad this highly critical bugfix will miss release. okay deraadt@
2016-07-24syncTheo de Raadt
2016-07-23Back out the automatic pkg.conf installpath changes; because pkg_add hasTheo 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-23Some armv7 machines are shipped with linux images that run USB OTG portsJonathan 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-14syncTheo de Raadt
2016-07-11syncTheo de Raadt
2016-07-11syncVisa Hankala
2016-07-09Mention the EFI and DTB requirement. List U-Boot 2016.07 as 2016.05Jonathan 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-07syncTheo de Raadt
2016-07-06syncVisa Hankala
2016-07-05syncTheo de Raadt
2016-07-04syncTheo de Raadt
2016-07-03syncTheo de Raadt
2016-06-28syncTheo de Raadt
2016-06-27syncTheo de Raadt
2016-06-26Don't list cubieboard2, pmap can't handle allwinner a20.Jonathan Gray
2016-06-22syncTheo de Raadt
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin 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-19syncJonathan Gray
2016-06-17syncStuart Henderson
2016-06-12ethernet -> EthernetJonathan Gray
2016-06-12imxenet -> fecJonathan Gray
2016-06-11syncVisa Hankala
2016-06-10list dtbs in DTBS not DTBJonathan Gray
fixes lack of dtbs on cubox miniroot reported by jca@
2016-06-08fix two typosTobias Ulmer
2016-06-05syncTobias Ulmer
2016-06-05dd the cubieboard u-boot at the raw offset like the miniroot doesJonathan Gray
2016-06-05silence dd stderr output when writing u-boot files to diskJonathan Gray
reminded by and ok krw@
2016-06-05Previously armv7 ramdisk creation would tar up the mdec directory on theJonathan 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-05specify the u-boot target name and dtbs used for each minirootJonathan Gray
2016-06-04syncTheo de Raadt
2016-06-03remove text that discusses putting kernels on msdos fsJonathan Gray
2016-06-03syncTheo de Raadt
2016-06-01syncTheo de Raadt
2016-05-30Tweak previousRobert Peichaer
OK jsg
2016-05-29Add 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-29Decide which u-boot/dtb to use based on the fdt model printed whenJonathan 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-29Remove the section on tftp booting a umg file. This might come back inJonathan Gray
a different form when u-boot supports efi networking interfaces.
2016-05-29Stop building u-boot kernel and ramdisk images. The kernel make targetsJonathan Gray
are left for now but umg files are no longer built when building releases.