minix/drivers
Ben Gras 5acaa0814f kernel, ramdisk: some boot unification
To use the new SD building script, Linux has to be configured with
loop.max_part=15 on the command line (or set at module load time)
to make the loopback device see the partitions.

This commit removes a lot of differences between the ARM and x86
boot ramdisk and rc scripts. It changes the ARM build from running
from ramdisk to requiring a full filesystem on the SD image and
booting into it.

	. ramdisk: remove some arm-only utilities only used for running
	  from the shell
	. remove ARM-only rc.arm, proto.arm.small, ttys and mylogin.sh
	  boot-time ramdisk files
	. change kernel to add "arch" variable so userland knows what
	  we're running on from sysenv
	. make ARM use the regular ramdisk rc file, changed to distinguish
	  i386-only and ARM-only drivers; requires rootdevname to be set
	. change /etc/rc and /usr/etc/rc to start i386-only drivers only on
	  i386 systems
	. change the kernel/arm to have a special case for the memory
	  driver to load it higher so it can be bigger
	. add uEnv.txt, cmdline.txt and a for now highly linux-dependent
	  SD preparation script arm_sdimage.sh to the git repository in
	  releasetools/

Change-Id: I68910ba4e96ee80f7a12b65e48b5d39b43ca6397
2013-03-07 14:29:27 +00:00
..
acpi Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ahci ahci: more robustness against flaky devices 2013-02-13 14:29:44 +00:00
amddev ARM updates 2013-01-17 10:03:58 +01:00
at_wini Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
atl2 drivers: fix various sys_irqsetpolicy calls 2012-10-24 11:29:10 +00:00
audio Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
dec21140A dec21140A: resolve Coverity warnings 2012-08-06 16:18:33 +00:00
dp8390 dp8390: resolve Coverity warnings (encore) 2012-08-14 09:11:18 +00:00
dpeth dpeth: resolve Coverity warnings 2012-08-06 16:18:35 +00:00
e1000 e1000: resolve Coverity warnings 2012-08-06 16:18:36 +00:00
fb fb: use timeout instead of microdelay for restart logo 2013-02-22 13:08:21 +00:00
fbd libsys: 64-bit numbers support for printf() 2012-07-26 09:45:05 +00:00
filter Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
floppy floppy: resolve Coverity warnings 2012-08-06 16:18:37 +00:00
fxp fxp: resolve Coverity warnings 2012-08-06 16:18:38 +00:00
gpio GPIO:further development 2013-02-06 16:07:43 +01:00
hello drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
lance lance: resolve Coverity warnings 2012-08-06 16:18:39 +00:00
log Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
memory Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
mmc mmc:Ignore SIGTERM if open count > 0 2013-02-14 10:20:21 +01:00
orinoco ARM updates 2013-01-17 10:03:58 +01:00
pci rtl8169: add support for RTL8101E family 2013-02-15 11:05:35 +01:00
printer drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
ramdisk kernel, ramdisk: some boot unification 2013-03-07 14:29:27 +00:00
random Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
readclock retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
rtl8139 rtl8139: resolve Coverity warnings 2012-07-30 13:59:43 +00:00
rtl8169 rtl8169: reduce verbosity 2013-02-15 11:05:43 +01:00
ti1225 ARM updates 2013-01-17 10:03:58 +01:00
tty Spanish keymap with tilde 2013-03-06 18:13:46 +01:00
vbox drivers: fix various sys_irqsetpolicy calls 2012-10-24 11:29:10 +00:00
virtio_blk virtio: virtio-blk driver 2013-01-23 09:03:03 +00:00
virtio_net virtio: virtio-net driver 2013-01-23 09:03:03 +00:00
Makefile fb: introduce framebuffer support to Minix 2013-02-21 10:29:08 +00:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00