mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
0e5a994307eb76d3e56d4f75f5b7fe2f32d88968
This patch reserved 16 bytes at the tail for write protection and future extension. +----------+------------------+--------------------------+ | TYPE | RANGE(byte) | NOTE | +----------+------------------+--------------------------+ | system | 0x000 ~ 0x0ff | system info, read only | +----------+------------------+--------------------------+ | oem | 0x100 ~ 0x1ef | for customized | +----------+------------------+--------------------------+ | reserved | 0x1f0 ~ 0x1f7 | future extension | +----------+------------------+--------------------------+ | wp | 0x1f8 ~ 0x1ff | write protection for oem | +----------+------------------+--------------------------+ +-----+ +------------------+ | wp | -- | wp for oem range | +-----+ +------------------+ | 1f8 | | 0x100 ~ 0x11f | +-----+ +------------------+ | 1f9 | | 0x120 ~ 0x13f | +-----+ +------------------+ | 1fa | | 0x140 ~ 0x15f | +-----+ +------------------+ | 1fb | | 0x160 ~ 0x17f | +-----+ +------------------+ | 1fc | | 0x180 ~ 0x19f | +-----+ +------------------+ | 1fd | | 0x1a0 ~ 0x1bf | +-----+ +------------------+ | 1fe | | 0x1c0 ~ 0x1df | +-----+ +------------------+ | 1ff | | 0x1e0 ~ 0x1ef | +-----+ +------------------+ Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: If23bb8d77d684a3bff5797e35914c1f897c69fb0
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%