Skip to content

Commit

Permalink
verup and fixes:
Browse files Browse the repository at this point in the history
- firmware: Add usb/net support from next branch

- firmware: Fix usb/net boot issue
  See: Hexxeh/rpi-firmware#134

- firmware: Redo CEC code cleanup Parts 1-10

- firmware: arm_loader: Populate kaslr_seed dt entry
  See: #694

- firmware: raspivid: listen on TCP port for incoming connection
  See: raspberrypi/userland#359

- firmware: dispmanx: Return failure when dispmanx_resource_create fails to allocate image

- firmware: display_server: Avoid overwriting a host allocated resource when an allocation fails
  See: #723

- firmware: vce: Fix unsafe access without lock
- firmware: vce: Remove unwanted vce_release_semaphore when obtain failed

- firmware: hdmi: Use hdmi drive when any hdmi modes are supported
  See: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=169879

- firmware: di_adv: Fix for green artefacts regression
  See: http://forum.kodi.tv/showthread.php?tid=304573

- firmware: di_adv: Avoid artefacts at bottom of video for YUV420
  See: http://forum.kodi.tv/showthread.php?tid=304814

- firmware: raspistill: Added SIGUSR2 signal to capture and exit immediately
  See: raspberrypi/userland#368

- firmware: dispmanx: Protect a null element access

- firmware: leds: Provide a way of changing LED assignments for CM3

- firmware: leds: Prevent re-initialisation

- firmware: arm_display: Fix limit of aspect ratio of two to one
  See: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=5851&start=475#p1101545

- firmware: raspicam: Fixed dummy error: SIGUSR2 should capture and exit even if verbose is false
  See: raspberrypi/userland#372

- firmware: leds: Allow controlled re-initialisation

- firmware: platform: Always bit-bash the SMPS and GPIO expander

- firmware: i2c_gpio: Remove pointless latch get/put

- firmware: platform: Remove unused/incorrect CEC_OSD_NAME define

- firmware: Fixup CEC code cleanup 8: fixed hdmi state machine clk
  See: #732

- firmware: CEC code cleanup 11: cec_release_logical_addr

- firmware: CEC code cleanup 12: CEC init @ HPD

 firmware: IL image_encode: Add BGR888 support

- firmware: FXL6408 expander: allow readback of output state

- firmware: IL Video_splitter: Handle stereoscopic into buffers
  See: waveform80/picamera#342

- firmware: IL Image_encode: Correct list of supported formats
  See: #733

- firmware: i2c_gpio: Disable logging

- firmware: Camplus annotate: hold back lines until annotated
  See: #701

- firmware: FXL6408/GPIOman: Support config of termination via dt-blob

- firmware: GPIO expander: Add API to reconfigure pins
- firmware: GPIOMAN: Add API to reconfigure pins
- firmware: Mailbox service: Add command to reconfigure GPIO setup
- firmware: FXL6408: Return success code on reading status of an output
- firmware: GPIO expander: Add set/get_config functions to dummy driver
  • Loading branch information
mkreisl committed Feb 22, 2017
1 parent 6cd5cab commit 8ce43af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/rpi/config_pkgver
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
config_deb_version=3.7

config_deb_version=4

0 comments on commit 8ce43af

Please sign in to comment.