-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: bcm2835-sdhost: Clear HBLC for PIO mode
kernel: BCM270X_DT: I2S needs function Alt2 See: raspberrypi/linux#1046 kernel: vchiq_arm: Two cacheing fixes See: raspberrypi/firmware#443 kernel: BCM270X_DT: Overlay for the Fen Logic VGA666 board firmware: arm_loader: Increase stack and ensure icache flush is done before threads in execute multi firmware: arm_loader: Switch to vpu queues and more profile logging firmware: clocks: Allow arm to be overclocked to 1.6GHz firmware: gpioman: Don't force all pin pulls to their defaults firmware: arm_loader: Fix length on get palette mailbox call See: raspberrypi/linux#1026 firmware: vchiq: Better error handling firmware: vchiq: Make fragment size vary with cache line size See: raspberrypi/firmware#443
- Loading branch information
1 parent
19debde
commit d4945b3
Showing
89 changed files
with
72 additions
and
29 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8d8e1baf06ada6b25e133a2704ddd6e2f5567dd8 | ||
5d5a5ceb829329f490dd1c5cb634da66ef5d0f92 |
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.
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.
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.
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.
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
d4945b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did the vga666 overlay get left out? I see it in the commit comment and I see the changes in the kernel, but it appears vga666-overlay.dtb didn't make it into the commit.
d4945b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It didn't make it into the raspberrypi/firmware repo either, despite being included in the commit message there as well.
Perhaps there is a race condition - the vga666 commit only hit the tree at 17:27, and the firmware was pushed at 18:36, so it was probably close to the wire.
d4945b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This release broke motion for me. Got kernel panics. Motion stated in the grey screen (video served on 8080) that it was unable to open device (/dev/video0). Validated that device existed and motion log did not mention issues with device, it said that it was unable to use the video format (8). Running rasbian on an un-overclocked (non-overclocked?) rPi v2. Everything updated / upgraded. Using the pi camera module. Rolled back and everything worked fine, but I'm happy to roll back forward to break it again and do some debugging, just let me know if I can help. Rolled back to 19debde. Apologies if this is the wrong place to put this.
d4945b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ifermon can you open a github issue - comments on commits tend to get lost.
It's not immediately obvious if this is a kernel or firmware commit, but the vchiq change looks like the most likely candidate. Create the issue here:
https://github.com/raspberrypi/linux/issues
d4945b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
raspberrypi/linux#1055