-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: BCM2835-V4L2: Ensure H264 header bytes get a sensible timestamp
kernel: BCM2835-V4L2: Correctly denote key frames in encoded data kernel: bcm2835-gpio-exp: Driver for GPIO expander via mailbox service See: raspberrypi/linux#1852 kernel: Add overlay for ads1115 ADCs See: raspberrypi/linux#1864 kernel: Add support for Fe-Pi audio sound card See: raspberrypi/linux#1867 kernel: amba_pl011: Round input clock up kernel: clk-bcm2835: Correct the prediv logic firmware: Redo CEC code cleanup 3: Removed CEC topology computation firmware: Redo CEC code cleanup 4: Removed unused functions firmware: Redo CEC code cleanup 5: Removed Rx processing firmware: Redo CEC code cleanup 6: Logging changed to VCOS firmware: Redo CEC code cleanup 7: Removed hdmi_state_machine_clock_changed firmware: Redo CEC code cleanup 8: fixed hdmi state machine clk firmware: Redo CEC code cleanup 10: misc cosmetic changes firmware: Fixup CEC code cleanup 8: fixed hdmi state machine clk firmware: hdmi: Add way of forcing logging for hdmi and cec from boot firmware: Redo CEC code cleanup 11: cec_release_logical_addr firmware: arm_loader: Respect smsc95xx.macaddr parameter See: raspberrypi/linux#1865 firmware: vec: Fix progressive scan composite mode See: #683 firmware: vec: PAL_M mode is 525/60 See: #756 firmware: IL ISP: Support Bayer firmware: IL ISP: Fix error in stride calcs for YUYV formats firmware: video_render: buffer size fixup for ARGB888 firmware: video_render: Support per-pixel alpha on RGBA input See: waveform80/picamera#199
- Loading branch information
1 parent
bf5201e
commit b1c9218
Showing
82 changed files
with
29,649 additions
and
29,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ kernel and modules, userspace libraries, and bootloader/GPU firmware. | |
A rough guide to this repository and the licences covering its contents is | ||
below (check the appropriate directories for full licence details): | ||
|
||
* ./boot: start*.elf, fixup*.dat, bootcode.bin are the GPU firmware and bootloaders. | ||
Their licence is described in 'LICENCE.broadcom'. The kernel*.img and *.dtb | ||
files are builds of the Linux kernel, released under the GPL (see COPYING.linux) | ||
* ./boot: *start.elf, bootcode.bin and loader.bin are the GPU firmware and | ||
bootloaders. Their licence is described in 'LICENCE.broadcom'. The | ||
kernel.img files are builds of the Linux kernel, released under the GPL (see | ||
COPYING.linux) | ||
* ./debug: pre-build modules for the kernel_debug.img | ||
* ./extra: System.map files for the provided kernel builds | ||
* ./hardfp: userspace VideoCoreIV libraries built for the armv6 hardfp ABI | ||
* ./modules: pre-built modules for kernel.img | ||
* ./opt/vc: includes userspace libraries for the VideoCoreIV (EGL/GLES/OpenVG | ||
* ./opt/vc: includes userspace libraries for the VideCoreIV (EGL/GLES/OpenVG | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
popcornmix
Author
Contributor
|
||
etc). See ./opt/vc/LICENCE for licencing terms |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
typo