Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Thu May 31 05:27:46 UTC 2018

Modified Files:
        src/distrib/sets: mkvars.mk
        src/distrib/sets/lists/base: mi
        src/external/atheros: Makefile
        src/external/broadcom: Makefile
        src/external/intel-fw-eula: Makefile
        src/external/intel-fw-public: Makefile
        src/external/realtek: Makefile
        src/share/mk: bsd.README bsd.own.mk
        src/sys/dev/microcode/ral: Makefile
        src/sys/dev/microcode/rum: Makefile
        src/sys/dev/microcode/run: Makefile
        src/sys/dev/microcode/zyd: Makefile

Log Message:
introduce MKFIRMWARE that controls where (most) of the contents
of /libdata/firmware and /usr/libdata/firmware are not installed
if set to "no".  from the bsd.README:

MKFIRMWARE      If "no", install the /libdata/firmware directory,
                which is necessary for several drivers: athn(4), bwfm(4),
                ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4),
                wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and
                the Tegra 124 SoC.
                Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm,
                hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere.

convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists,
and move their defaults above the general defaults setting.

saves about 12MB in a normal installation for other platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/mkvars.mk
cvs rdiff -u -r1.1176 -r1.1177 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.2 -r1.3 src/external/atheros/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/broadcom/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/intel-fw-eula/Makefile
cvs rdiff -u -r1.11 -r1.12 src/external/intel-fw-public/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/realtek/Makefile
cvs rdiff -u -r1.371 -r1.372 src/share/mk/bsd.README
cvs rdiff -u -r1.1061 -r1.1062 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/microcode/ral/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/microcode/rum/Makefile
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/microcode/run/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/microcode/zyd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index