drochner
|
6e14bfebea
|
Remove remaining uses of libsa/netif -- the "netif" structure was only
used to lookup a "struct romdev", everything else was ballast.
Do it straightforward now and assign the romdev directly to io_netif.
|
2003-03-13 14:49:12 +00:00 |
tsutsui
|
f64c3cad31
|
- Add -msoft-float and -ffreestanding to CFLAGS.
- Add -mno-abicalls to AFLAGS.
- Set WARNS?=1
|
2002-11-22 16:38:22 +00:00 |
tsutsui
|
fdeaca44df
|
Add some prototype declarations.
|
2002-11-22 16:27:07 +00:00 |
lukem
|
854c067af6
|
Update to <sys/bootblock.h>'s shared_bbinfo.
(From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
|
2002-05-20 14:12:23 +00:00 |
jdolecek
|
4dd6651e00
|
CLEANFILES should be set regardless of target
|
2002-05-05 15:57:15 +00:00 |
jdolecek
|
b9308c4120
|
also don't do the machine symlinks for 'cleandir' target
|
2002-05-05 15:42:26 +00:00 |
tsutsui
|
27c8560138
|
Make sure whole DPRINTF()s are actually disabled on normal build.
It seems compiler does not remove text strings in while(0) statement
on its optimization.
|
2002-04-30 01:07:26 +00:00 |
tsutsui
|
e5c1c88d93
|
Add version strings by newvers_stand.sh to secondary boot.
|
2002-04-18 14:54:38 +00:00 |
tsutsui
|
97538862ad
|
Add -b option for contiguous secondary boot on ustarfs.
|
2002-04-13 08:14:07 +00:00 |
tsutsui
|
b29a332627
|
Add ustarfs support and changedisk_hook().
|
2002-04-13 08:04:41 +00:00 |
tsutsui
|
3369f7b337
|
Add some ioctl() definitions to eject floppy.
|
2002-04-13 07:56:02 +00:00 |
tsutsui
|
894a4f24e2
|
Add getchar().
|
2002-04-13 07:53:53 +00:00 |
tsutsui
|
d5dd9411f6
|
bcopy() -> memcpy()
|
2002-04-13 07:34:41 +00:00 |
tsutsui
|
10720920d5
|
bzero() -> memset()
|
2002-04-13 07:34:17 +00:00 |
tsutsui
|
c69f6fde96
|
Rename halt() -> rom_halt(), and declare it in romcall.h.
|
2002-04-13 02:43:43 +00:00 |
tsutsui
|
5e64969e37
|
Build SA libs with -mmemcpy and set LIBSA_USE_MEMSET and LIBSA_USE_MEMCPY.
|
2002-04-13 02:30:30 +00:00 |
tsutsui
|
9d95be4e68
|
Add -mmemcpy to CFLAGS.
|
2002-04-13 02:29:08 +00:00 |
tsutsui
|
5e3511e097
|
Fix a possible uninitialized variable found by new toolchain.
|
2002-01-16 16:10:32 +00:00 |
tv
|
8e6f7afb5b
|
MKfoo=no -> NOfoo
|
2001-12-12 01:48:43 +00:00 |
tv
|
5489b30b60
|
${MAKE} print-objdir -> ${PRINTOBJDIR}
|
2001-11-14 00:58:48 +00:00 |
tv
|
ab11c169b5
|
objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it is
now in bsd.own.mk).
|
2001-09-22 03:34:17 +00:00 |
onoe
|
50159b60f0
|
Add support to boot on APbus machine (e.g. NWS-5000).
|
2000-10-12 05:34:29 +00:00 |
tsutsui
|
11c8f56d48
|
Revert STRIPPROG -> STRIP
|
2000-02-01 05:25:24 +00:00 |
mycroft
|
7b49d242ce
|
Clean up the machine symlink stuff ever so slightly. Needs to be
standardized between files.
|
2000-01-23 17:04:03 +00:00 |
tsutsui
|
e61f177ab1
|
STRIP -> STRIPPROG
|
2000-01-19 16:29:54 +00:00 |
tsubai
|
9909053174
|
* Apply updates from Shimizu-san received after the initial commit.
* G/C unused.
* Many cosmetic changes.
* etc...
|
1999-12-23 06:52:30 +00:00 |
tsubai
|
dd30883b03
|
Comment out -DBOOT_DEBUG.
|
1999-12-23 01:41:11 +00:00 |
tsubai
|
8a56c134db
|
Delete lines that I didn't intended to commit.
|
1999-12-23 01:40:06 +00:00 |
tsubai
|
c594e4d0a3
|
news5000 support.
|
1999-12-22 05:54:41 +00:00 |
tsubai
|
3b2d2cffe1
|
Introduce bootinfo.
|
1999-12-18 08:01:25 +00:00 |
tsubai
|
4990e1cf94
|
Move common objects and libraries to common/.
|
1999-12-17 07:40:09 +00:00 |
tsubai
|
03ff4cb4df
|
Moved to common/romcalls.S,v
|
1999-12-17 07:33:21 +00:00 |
tsubai
|
0271e4c36a
|
Moved from bootxx/romcalls.S,v
|
1999-12-17 07:33:20 +00:00 |
kleink
|
522cbf0248
|
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
|
1999-10-25 13:55:06 +00:00 |
tsubai
|
95faaaec9d
|
Add NetBSD/newsmips native boot loader.
|
1999-07-08 11:48:03 +00:00 |