Commit Graph

37 Commits

Author SHA1 Message Date
thorpej 02d67d1066 Add installboot(8) support for evbarm (and, in the future, other evb*)
boards that use u-boot.  A known board database lists boards and their
respective u-boot packages.  u-boot packages are discovered at run-time
(in /usr/pkg/share/u-boot, by default).  These packages contain board
database overlays that describe u-boot installation procedure that's
specific for that board.

Support this as a native tool and as a host tool.  The native tool
will attempt to determine the running board type using OpenFirmware
calls.  Host tool and native tool alike may also specify a board type
directly using the "-o board=xxx option" or have installboot(8) determine
the board type from a device tree blob using "-o dtb=/path/to/board.dtb".
A "-o media=xxx" option is provided for boards that have different u-boot
binaries and/or installation procedures for different media types (e.g.
SDMMC, eMMC, or USB).

This is trivial to extend to other evb* platforms that use u-boot, even if
they don't use FDT for autoconfiguration.
2019-05-07 05:02:41 +00:00
christos 2357fc5dd5 use SUBDIR.roff suggested by uwe@ 2018-06-10 17:55:11 +00:00
kamil e153ab384c Fix the MKGROFF=no MKCXX=yes build
Allow to disable building groff. This is a build tool written in C++.

This option is useful with an external toolchain configured for building the
distribution rather than building tools (e.g. C++ lookup paths may differ).

Looks ok by <christos>

Sponsored by <The NetBSD Foundation>
2018-06-10 17:17:46 +00:00
apb 2c9001de40 Hook external/public-domain/tz into the build, and unhook share/zoneinfo.
The timezone files are still installed in ${DESTDIR}/usr/share/zoneinfo/**,
and they are identical before and after this change.

This is almost the last step in moving NetBSD's tzdata sources from
share/zoneinfo to external/public/tz/dist, to ease future maintenance.
All that remains is to delete src/share/zoneinfo, but that will be
delayed for a while.
2014-08-08 09:34:10 +00:00
roy 98eb889579 Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
jmmv 48b9858388 Remove the xsl subtree from here. We are not installing anything now, as
the atf xsl is now installed from the external subtree.
2009-01-19 08:03:42 +00:00
jmmv 0cdcf7cea6 Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it.  0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.
2009-01-19 07:08:14 +00:00
mrg 86340158d0 - install ldscripts on sparc64
- move ldscripts to /usr/libdata/ldscripts
2008-10-12 23:00:53 +00:00
ad 0b78a6ea64 Use an ldscript to merge kernel modules' .bss sections into .data. Passing
-fno-common -fno-zero-initialized-in-bss to gcc does not work, and objcopy
refuses to expand the bss section.
2008-05-20 12:17:48 +00:00
jmmv 78bb0388d3 Add the ATF data files
This change adds example files shipped with ATF as well as other data files
required to support some of its features.
2007-11-12 15:01:50 +00:00
jmmv fa5c7fcfae Add the atf shell subroutines
This adds the atf shell subroutines: i.e. the code that implements test
programs and is shared among all of them to avoid duplication.
2007-11-12 14:57:34 +00:00
yamt 73a55441d6 remove rules for sushi. 2006-08-30 03:20:46 +00:00
christos 673ba33555 Bye bye sushi config files (moved to othersrc via repository copy) 2006-02-08 00:47:29 +00:00
rpaulo 6418305f5a Descend into legal/. 2005-10-22 12:31:05 +00:00
tshiozak 1d910e61f7 Citrus iconv support(5)
add iconv data files.  now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
2003-06-27 08:39:59 +00:00
enami c5006ba2f8 Descend into nls. 2002-02-14 06:49:57 +00:00
tv 14c5d2a7bb Skip obj-sushi; no objdirs get built there. 2001-10-19 14:00:55 +00:00
nathanw 7f59122d03 Use @true instead of @${TRUE} in includes-foo targets, since there is no
variable TRUE defined in our makefile system.

This prevents "make includes" from breaking with older bsd.subdir.mk, and is
more consistent with the uses of "true" in the rest of the tree.
2001-10-12 21:05:08 +00:00
tv afb7305f59 Skip the "includes" phase of examples, man, and sushi. 2001-09-21 20:54:02 +00:00
hubertf 7478797a50 undo previous (test) 2001-06-21 13:36:27 +00:00
hubertf e65828f665 whitespace-change
[log_accom test for committing to >1 module]
2001-06-21 13:33:02 +00:00
garbled 579b447179 Argh.. I forgot to enable the sushi subdir in this Makefile, fix.
Pointed out by Lennart Augustsson in private email.
2001-01-07 07:10:30 +00:00
itojun 94975bfc4e wrap "locale" by MKNLS != no. req'ed by mrg 2000-12-30 04:21:20 +00:00
itojun e3f54d12af move src/share/mklocale into src/share/locale/ctype. PR 11838. 2000-12-30 02:33:04 +00:00
itojun d31d542a97 populate citrus xpg4dl locale definitions into /usr/share.
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.

TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
augustss 19954165b5 Since lkm/ seems to be gone now, don't list it as a SUBDIR. 2000-12-11 19:39:33 +00:00
simonb 8b3a4af9fb Remove unused skel files - these have been copied to basesrc/etc/skel.
Part of fix for PR bin/10985.
2000-10-16 13:28:38 +00:00
drochner 188fd24225 add wscons subdir 2000-07-25 17:18:33 +00:00
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
lukem 610a1d7558 don't build/install share if NOSHARE defined 1998-09-27 16:31:39 +00:00
thorpej bd9d662719 Build "examples". 1997-11-13 02:34:00 +00:00
mrg 57ca169901 merge lite-2. 1997-10-17 10:47:42 +00:00
lukem e3314ef32b rcsid fascism 1997-10-13 11:19:47 +00:00
mycroft 690cae8181 Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
cgd 30e3e4525c add terry lambert's LKM sample files 1993-06-08 03:52:08 +00:00
mrg cb2326603c 4.4BSD-Lite2 1993-06-05 20:04:14 +00:00
cgd 61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00