]> Zhao Yanbai Git Server - minix.git/commit
arm:add board_id to machine to enable runtime configuration. 80/1180/3
authorKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 29 Nov 2013 13:19:42 +0000 (14:19 +0100)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 3 Dec 2013 08:19:25 +0000 (09:19 +0100)
commit4127817d7b22525a86a1f2352c08f18b4ab5239b
tree0d816f9ef635ad87d795c51cd7cf2e284e318b38
parentd1c3755dd4e3a03b9a5b7171ad82a47f965be579
arm:add board_id to machine to enable runtime configuration.

Modified the machine struct in include/minix/type.h to have an
additional field called board_id. This fields can be read out
by userland and drivers at runtime to enable automatic
configuration. The board_id field contains information about
the hardware architecture / board and such.

Change-Id: Ib12bc0d43fc9dbdb80ee0751c721ee516de1d2d6
distrib/sets/lists/minix/mi
include/minix/Makefile
include/minix/board.h [new file with mode: 0644]
include/minix/const.h
include/minix/type.h
kernel/main.c