]> Zhao Yanbai Git Server - minix.git/commit
kernel:export board to userland. 82/1182/4
authorKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 29 Nov 2013 13:31:31 +0000 (14:31 +0100)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 3 Dec 2013 08:19:50 +0000 (09:19 +0100)
commit7194772eae80c7c5d03f5c300ce23ea4ce3ba008
treebd06dc322a0e71dc46fc5bcc60045c30464c6c41
parent43581a14eef37570d97db9cb6e28742dd07f5180
kernel:export board to userland.

Export the board variable to userland using sysenv. This
allows rc-scrips to perform device specific initialisation.

The board variable follows the following pattern

[ARCH]-[ARCHVARIANT]-[VENDOR]-[BOARD]-[BOARDVARIANT]

We currently we support the following boards:
X86-I586-GENERIC-GENERIC-GENERIC
ARM-ARMV7-TI-BBXM-GENERIC
ARM-ARMV7-TI-BB-WHITE
ARM-ARMV7-TI-BB-BLACK

Change-Id: I9e5f5f24f9a71cc9797cacb1aafb19499613f0be
kernel/arch/earm/pre_init.c
kernel/arch/i386/pre_init.c