@@ -2,15 +2,21 @@ This repository contains pre-compiled binaries of the current Raspberry Pi
2
2
kernel and modules, userspace libraries, and bootloader/GPU firmware.
3
3
4
4
A rough guide to this repository and the licences covering its contents is
5
- below (check the appropriate directories for full licence details):
5
+ below (check the appropriate directories for more specific licence details):
6
6
7
- * ./boot: * start.elf, bootcode.bin and loader.bin are the GPU firmware and
8
- bootloaders. Their licence is described in 'LICENCE.broadcom'. The
9
- kernel.img files are builds of the Linux kernel, released under the GPL (see
10
- COPYING.linux)
11
- * ./debug: pre-built modules for the kernel_debug.img
12
- * ./extra: System.map files for the provided kernel builds
13
- * ./hardfp: userspace VideoCoreIV libraries built for the armv6 hardfp ABI
14
- * ./modules: pre-built modules for kernel.img
15
- * ./opt/vc: includes userspace libraries for the VideCoreIV (EGL/GLES/OpenVG
16
- etc). See ./opt/vc/LICENCE for licencing terms
7
+ * boot:
8
+ * * start.elf, bootcode.bin and loader.bin are the GPU firmware and
9
+ bootloaders. 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 ` )
0 commit comments