• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/ISSUE_TEMPLATE/H03-Mar-2021-4632

boot/H03-May-2022-3,6052,757

documentation/ilcomponents/H03-Mar-2021-605479

extra/H03-Mar-2021-442,260442,210

hardfp/opt/vc/H03-Mar-2021-86,89051,709

modules/H03-Mar-2021-82,64882,620

opt/vc/H03-Mar-2021-86,89051,709

README.mdH A D03-Mar-20211.2 KiB2320

README.md

1This repository contains pre-compiled binaries of the current Raspberry Pi
2kernel and modules, userspace libraries, and bootloader/GPU firmware.
3
4A rough guide to this repository and the licences covering its contents is
5below (check the appropriate directories for more specific licence details):
6
7* boot:
8    * start*.elf, fixup*.dat and bootcode.bin are the GPU firmwares and
9    bootloader. Their licence is described in `boot/LICENCE.broadcom`.
10    * The kernel.img files are builds of the Linux kernel, released under the GPL
11    (see `boot/COPYING.linux`)
12    * The dtbs, overlays and associated README are built from Linux kernel
13    sources, released under the GPL (see `boot/COPYING.linux`)
14* debug: pre-built modules for the kernel_debug.img (`boot/COPYING.linux`)
15* documentation/ilcomponents: OpenMax IL documentation (`boot/LICENCE.broadcom`)
16* extra: System.map files for the provided kernel builds (`boot/COPYING.linux`),
17  and dt-blob.dts (`boot/LICENCE.broadcom`)
18* hardfp/opt/vc: userspace VideoCoreIV libraries built for the armv6 hardfp ABI
19  (`opt/vc/LICENCE`)
20* modules: pre-built modules for kernel.img (`boot/COPYING.linux`)
21* opt/vc: includes userspace libraries for the VideCoreIV - EGL/GLES/OpenVG
22  etc. (`opt/vc/LICENCE`)
23