Skip to content

Commit ac0c0bf

Browse files
committed
firmware: sdram: Remove disable_pvt option and always do the nopvt calibration
firmware: bootcode.bin: Set PVT explicitly with config.txt option firmware: dtoverlay: Use fewer shell commands, tidy up firmware: imx219_cypto: use 0 size sub-addresses and remove I2C_FLAGS_READ_REQUIRES_STOP See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=147744
1 parent 297432f commit ac0c0bf

33 files changed

+4
-4
lines changed

boot/bootcode.bin

8 Bytes
Binary file not shown.

boot/fixup.dat

-2 Bytes
Binary file not shown.

boot/fixup_cd.dat

-2 Bytes
Binary file not shown.

boot/fixup_db.dat

-2 Bytes
Binary file not shown.

boot/fixup_x.dat

-2 Bytes
Binary file not shown.

boot/start.elf

-928 Bytes
Binary file not shown.

boot/start_cd.elf

-928 Bytes
Binary file not shown.

boot/start_db.elf

-928 Bytes
Binary file not shown.

boot/start_x.elf

-992 Bytes
Binary file not shown.

hardfp/opt/vc/bin/dtoverlay

92 Bytes
Binary file not shown.

hardfp/opt/vc/bin/dtoverlay-post

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if [ "$DISPLAY" == "" ]; then
33
export DISPLAY=":0.0"
44
fi
5-
CMD="lxpanelctl alsastart >/dev/null"
5+
CMD="which lxpanelctl >/dev/null 2>&1 && lxpanelctl alsastart >/dev/null"
66
if [ $EUID -eq 0 ]; then
77
exec su pi -c "$CMD"
88
else

hardfp/opt/vc/bin/dtoverlay-pre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if [ "$DISPLAY" == "" ]; then
33
export DISPLAY=":0.0"
44
fi
5-
CMD="lxpanelctl alsastop >/dev/null"
5+
CMD="which lxpanelctl >/dev/null 2>&1 && lxpanelctl alsastop >/dev/null"
66
if [ $EUID -eq 0 ]; then
77
exec su pi -c "$CMD"
88
else

hardfp/opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvcilcs.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

opt/vc/bin/dtoverlay

93 Bytes
Binary file not shown.

opt/vc/bin/dtoverlay-post

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if [ "$DISPLAY" == "" ]; then
33
export DISPLAY=":0.0"
44
fi
5-
CMD="lxpanelctl alsastart >/dev/null"
5+
CMD="which lxpanelctl >/dev/null 2>&1 && lxpanelctl alsastart >/dev/null"
66
if [ $EUID -eq 0 ]; then
77
exec su pi -c "$CMD"
88
else

opt/vc/bin/dtoverlay-pre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if [ "$DISPLAY" == "" ]; then
33
export DISPLAY=":0.0"
44
fi
5-
CMD="lxpanelctl alsastop >/dev/null"
5+
CMD="which lxpanelctl >/dev/null 2>&1 && lxpanelctl alsastop >/dev/null"
66
if [ $EUID -eq 0 ]; then
77
exec su pi -c "$CMD"
88
else

opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libdebug_sym_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvcilcs.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvmcs_rpc_client.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)