mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
No description
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJcVMqpAAoJEFXEMs9xUwyNIiEP/jOOzLlwXnDZkPts/ophdtrS WOHqpPR5orl486tVSBlQslMNv1bfL2PVhV4mgJ67x0vFGcWcVc0MjV1qKltpBI1g 6GPv3fMgEZ+hUGfkrwqlNuA6KMDa2yUXiXM5VAujvowuaIOBRQ3EcnUgpjjnruTZ da8EmVCXWzNuzUUVVDIwNiER2Q5Uen4UrRjXaVHkRjGhcQ6lv0RPRljEDwZOQVfr 8Ecyn0SvwGsojbd28Wku5/0DENWGAKFkEHglL2/A2isHKMoEskIKidPiy5CWizvA P7rROanXgXZy2lDjYeXjz/k8PGFC1vlttZ18dBIXorlViy1da8f3+OoL6M+60XKC RrVki+W4b6zDuzcVlYtqoPH7BDTSzSx+uEz8CzcB4uuQUUBm6tn8B+Yk5X3acuez 7CHR8uP6t2C1FVVFpPlFHhYuwsfrCIGp7C5Yknxz1Or/ztZzZ8OU0iBvKnBs5A1A vo8pzX98WpGoSM4Z+6SpW69aQt2PrhO+4l7eAfqOrs2jcdcBMlUcTMz0GPJD5WD+ nRIuZipKvlKnbmgi/sHDS9HqPTXVUGrXUhFkUkjZbHERZNVufKfcMCyFMGgDDHhM iE+bbqQXA5MuvvMcCcYwbmSskd/vevZF8Xb9zqqPnKU7E9oS/BIzt4CtbyQsJ5dz 6a4JhrzdKZDfZVhS8My8 =fjMq -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEm+Rq3+YGJdiR9yuFh9CWnEQHBwQFAlxV0XAACgkQh9CWnEQH BwT0Kg//Rkc2e5QRLcRmIOhBUimXslxO3yuTFm3yMvBG949WEpLApTuV5j01eqaP 79yAPS/5V1ME/7re4i1aUtEcar4DNRU0JL4ibbSehL33iiVwPOLVqgts9hdeRE9e ShNwjah9bHhxIh7MXK01nQUAz8lvvhSKxHMPL7Gly43QvzjvhRRz+1WmlX+J6zIf SutLWZoiBMfxnYhsFcHciRcHjcRe/qucaMup5iBc2qpNtDmr3TuCocMAxIRvk/9x dGwmqv0fcUnROBl1WASqTN9TkBiN1GIQTFyL52S0i2A+kA/Je+DWZNH0mdoEj+YZ FElkSoLy/pIXWcs6ZPtlWIMNqHxj1QHGz8MEO3Rpitju+wXPVBp9k4l96V8qfVyQ 8zTJsljeV8gLfQpJc6jYD8XJDxJEROBeK9QcVIU+kv/0ht5n2uuiY2eZDosJAG3/ LLDoHysKtwWmeQbKISESk+dndmhl6OCGbJGalukkq5jB9GqlVD/IXD/kVsNqVmPi EPeeQuq9qEfdOAuTlDwEgb+Cc0W6HmYZ4+Op9QxFRt3EhOX4UBmCj3IKNl7v0q40 VzKIdWGL+BcPjr5JEbstzrZmd8eMijtEZi+MOs/OGIqtcKlna8v1LyL+LcEfW4t5 tQaQ0FSXpCtw/Ji9SKpLofHMQCJaRXNT/flaxqdtpIOd7FBPhSs= =aQFS -----END PGP SIGNATURE----- Merge tag 'tags/bcm2835-dt-64-next-2019-02-01' into devicetree-arm64/next This pull request brings in the arm64 reference for Raspberry Pi 3 A+. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
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. 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.