<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/sparc64/loader, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-14T23:02:19Z</updated>
<entry>
<title>Move sys/boot to stand. Fix all references to new location</title>
<updated>2017-11-14T23:02:19Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-11-14T23:02:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca987d4641cdcd7f27e153db17c5bf064934faf5'/>
<id>urn:sha1:ca987d4641cdcd7f27e153db17c5bf064934faf5</id>
<content type='text'>
Sponsored by:	Netflix
</content>
</entry>
<entry>
<title>Install the 4th files in sys/boot/forth instead of each loader</title>
<updated>2017-11-10T23:54:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-11-10T23:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=781c4d47f283dac2dc2000a4211b27529c2e0bf3'/>
<id>urn:sha1:781c4d47f283dac2dc2000a4211b27529c2e0bf3</id>
<content type='text'>
Also, move generation of loader.help into loader.mk. Set HELP_FILES=
to disable this (so we only install one help file, for now). At the
same time remove some duplicate -I lines. Fix several FILES= and
CLEANFILES= into the += form since we're touching both of those in the
.mk files. Make sure we only build one loader.help file per platform
in a unified way (we were building many on some, with the last to
install winning, though often they were the same text).

Also, we're now installing loader.rc and menu.rc everywhere. arm and
mips uboot installed these as menu.rc.sample, but there's no need
since the loader.rc for those platforms doesn't do menu.rc processing
by default. pcibios.4th is now installed everywhere, but will failsafe
on non x86 platforms (it isn't loaded by default anywhere).

These changes are too intertwined to do separately since aspects of
each are required to have a bug-free commit.

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI</title>
<updated>2017-11-10T23:54:48Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-11-10T23:54:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4728f534ff6d6644c6f80d2028503670859af576'/>
<id>urn:sha1:4728f534ff6d6644c6f80d2028503670859af576</id>
<content type='text'>
Transition to WITH/WITHOUT_LOADER_GELI to flag support or not of GELI
in the boot loaders. Add HAVE_GELI so components can flag they need
support (since it's too large to include everywhere). Add temporary
warnings for the old forms to ease transition.

Also, update test script to build without GELI on x86.

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Remove LOADER_ZFS_SUPPORT as a Makefile variable</title>
<updated>2017-11-10T23:54:31Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-11-10T23:54:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e8fc5c539df16fbb2c57428a429a5f95ad8d13d'/>
<id>urn:sha1:4e8fc5c539df16fbb2c57428a429a5f95ad8d13d</id>
<content type='text'>
LOADER_ZFS_SUPPORT is entirely used to select whether or not to
support ZFS in the loader. But it's not a user-servicable part (MK_ZFS
is what's used for that) Change it to the more conventional HAVE_ZFS
and move the ZFS support code into loader.mk. In addition, only build
ZFS libraries and boot loaders when ZFS is enabled.

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>loader: set options before including bsd.init.mk</title>
<updated>2017-11-08T14:44:45Z</updated>
<author>
<name>Roger Pau Monné</name>
<email>royger@FreeBSD.org</email>
</author>
<published>2017-11-08T14:44:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8161a352590f04ded64d00419c02b17baa76246a'/>
<id>urn:sha1:8161a352590f04ded64d00419c02b17baa76246a</id>
<content type='text'>
bsd.init.mk ends up including defs.mk so the per-arch options must be
set before including defs.mk, or else the global defaults will be
used and the per-arch ones will be ignored.

Although better, note that the usage of MK_FDT before the inclusion of
bsd.init.mk is incorrect but doesn't lead to build errors. This
circular dependency must be broken in order for this to work
correctly.

Reviewed by:	imp
Sponsored by:	Citrix Systems R&amp;D
</content>
</entry>
<entry>
<title>For amd64, compile both zfs and zfs32 libraries.</title>
<updated>2017-10-30T23:14:59Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-10-30T23:14:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8689c387eecd9dbefaebf0c76dd86f8af2906536'/>
<id>urn:sha1:8689c387eecd9dbefaebf0c76dd86f8af2906536</id>
<content type='text'>
We have a separate copy of zfs for userboot. However, we don't need it
if we compile both 32 and 64 bit ZFS libraries. Remove redunant copies
of zfs related .o files now that both versions are
available. Introduce ZFSSRC and use it everywhere.

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honored</title>
<updated>2017-10-30T23:14:44Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-10-30T23:14:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0914e17a4e28c56f0274e4b85f5bb6273e38c903'/>
<id>urn:sha1:0914e17a4e28c56f0274e4b85f5bb6273e38c903</id>
<content type='text'>
correctly with the new Makefile.inc include order.

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Use defs.mk defins in most MD code</title>
<updated>2017-10-30T03:12:28Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-10-30T03:12:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b9bfebf8ba2c3e1f7a0a9c6b97edcd199a83e9b'/>
<id>urn:sha1:0b9bfebf8ba2c3e1f7a0a9c6b97edcd199a83e9b</id>
<content type='text'>
Use defines from defs.mk in most MD code (the biggest exception is
x86, which will be its own commit due to its size). Prefer including
bsd.init.mk over the variations (../Makefile.inc and src.opts.mk being
the two biggest ones).

Sponsored by: Netflix
</content>
</entry>
<entry>
<title>End source directories with SRC rather than a hodgepodge of names</title>
<updated>2017-10-22T22:50:08Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-10-22T22:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb3ee5c694cc96efe94c0e7c3eada3b908f35b63'/>
<id>urn:sha1:cb3ee5c694cc96efe94c0e7c3eada3b908f35b63</id>
<content type='text'>
BOOTDIR-&gt;BOOTSRC
FICLDIR-&gt;FICLSRC
LDR_MI-&gt;LDRSRC

This matches the patterns used in the rest of the system a bit vetter.

Suggested by: rgrimes@
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>LOADER_foo_SUPPORTED</title>
<updated>2017-10-16T03:59:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-10-16T03:59:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7fa2fb669005dba5ef2ddd7eb6d00ad27ddcfbf'/>
<id>urn:sha1:a7fa2fb669005dba5ef2ddd7eb6d00ad27ddcfbf</id>
<content type='text'>
</content>
</entry>
</feed>
