Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 01:00:15 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        gonzo@FreeBSD.org, asomers@FreeBSD.org, ian@FreeBSD.org, emaste@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #1932 - Fixed
Message-ID:  <823739226.43.1450746018738.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <440922998.41.1450738618030.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <440922998.41.1450738618030.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #1932 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/1932/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/1932/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/1932/console

Change summaries:

292577 by ian:
Include machine/_bus.h so that bus_space_[tag|handle]_t will be available.

It appears that all platforms except aarch64 are getting the file via
various header pollution, and ensuring _bus.h is included before any
openfirmware headers in every consumer of ofw/fdt stuff seems like more of
a career path than a task, so I'm taking this easy way out.

292576 by emaste:
boot1.efi: show EFI error number, not full status value

EFI return values set the high bit to indicate an error. The log
messages changed here are printed only in the case of an error,
so including the error bit is redundant. Also switch to decimal to
match the error definitions (in sys/boot/efi/include/efierr.h).

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation

292575 by emaste:
rtld: Use common NT_FREEBSD_* note types introduced in r291909

Sponsored by:	The FreeBSD Foundation

292574 by gonzo:
Add i.MX 6 IPU driver and enable it in IMX6 config

Current functionality is somewhat limited: driver assumes that there
is only one active IPU unit (IPU1) and that video output is DI0 and
video mode is 1024x768. For more advanced functionality driver requires
proper clock management which is work in progress. At the moment driver
assumes that pixel clock is configured by u-boot for 1026x768 mode.

Reviewed by:	andrew, ian, mmel
Differential Revision:	https://reviews.freebsd.org/D4168

292573 by asomers:
Fix "mount -a" for NFS and ZFS filesystems with shared mountpoints

sbin/mount.c
	Check whether an fstab entry has the same fstype as a mounted
	filesystem before declaring it to be mounted. This will allow NFS
	filesystems that share a mountpoint with a local filesystem to be
	automatically mounted at boot.

	This is not such an unusual situation. For example, if somebody uses
	the standard installer with a ZFS root, he'll get a /usr/home
	filesystem, even though he may choose to mount /usr/home over NFS.

Reviewed by:	trasz
MFC after:	4 weeks
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D4556




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?823739226.43.1450746018738.JavaMail.jenkins>