Skip to content

Commit

Permalink
kernel: Bump to 4.14.79
Browse files Browse the repository at this point in the history
kernel: Revert Revert net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
See: raspberrypi/linux#2659

kernel: config: Add CONFIG_USBIP_VUDC
See: #353

kernel: mmc/bcm2835-sdhost: Recover from MMC_SEND_EXT_CSD
See: raspberrypi/linux#2728

kernel: overlays: pi3-disable-bt: Clear out bt_pins node

kernel: Revert rtc: pcf8523: properly handle oscillator stop bit
See: #1065

bootcode: Extend TEST_UNIT_READY timeout to 20 seconds, some hard drives take a really long time
See: #898

firmware: video_render: Treat an empty buffer with ENDOFFRAME set as a flush

firmware: dispmanx: Add option to ignore all layers lower than the current layer
  • Loading branch information
popcornmix committed Nov 5, 2018
1 parent 45c6ee3 commit 55e5912
Show file tree
Hide file tree
Showing 6,141 changed files with 91,035 additions and 90,979 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bootcode.bin
Binary file not shown.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
Binary file modified boot/overlays/pi3-disable-bt.dtbo
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
3 changes: 3 additions & 0 deletions documentation/ilcomponents/prop.html
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,9 @@ <h1>Broadcom Custom Index List</h1>

typedef enum OMX_DISPLAYASPECTFLAGSTYPE {
OMX_DISPLAY_ALPHA_FLAGS_NONE = 0,
// All layers below and including this one will be ignored (used for screen
// blanking in full screen rendering)
OMX_DISPLAY_ALPHA_FLAGS_DISCARD_LOWER_LAYERS = 129,
// Alpha values are already premultiplied
OMX_DISPLAY_ALPHA_FLAGS_PREMULT = 130,
// Mix the per pixel alpha (if present) and the per plane alpha.
Expand Down
1,251 changes: 627 additions & 624 deletions extra/Module.symvers

Large diffs are not rendered by default.

1,255 changes: 629 additions & 626 deletions extra/Module7.symvers

Large diffs are not rendered by default.

Loading

0 comments on commit 55e5912

Please sign in to comment.