mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
687c246020f74f6fffa0c5e6832cf25471ade155
Enable the configs and had TEE information as below: root@linaro-alip:~# dmesg |grep optee [ 0.181303] TEE core: Alloc the misc device "opteearmtz00" (id=0) [ 0.181507] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=63) [ 0.848626] optee: probing for conduit method from DT. [ 0.848657] optee: revision 3.6 (c38b1925) [ 0.849045] optee: initialized driver root@linaro-alip:~# realpath /dev/tee* /dev/tee0 /dev/teepriv0 Signed-off-by: Caesar Wang <wxt@rock-chips.com> Change-Id: I2e818978c2b3203d859e169f10b86bee1bdac125
…
…
…
…
…
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%