Skip to content

Commit

Permalink
bootcode: Fix start_x.elf running
Browse files Browse the repository at this point in the history
See: Hexxeh/rpi-firmware#125

bootcode: Adds support for Pi 3 LEDs that get controlled through a gpio expander

firmware/kernel: Update to latest master branch
  • Loading branch information
popcornmix committed Aug 15, 2016
1 parent d321393 commit 4696954
Show file tree
Hide file tree
Showing 6,091 changed files with 147,080 additions and 146,793 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2708-rpi-b-plus.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-b.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-cm.dtb
Binary file not shown.
Binary file modified boot/bcm2709-rpi-2-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-3-b.dtb
Binary file not shown.
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.
10 changes: 9 additions & 1 deletion boot/overlays/README
Expand Up @@ -377,11 +377,17 @@ Params: 24db_digital_gain Allow gain to be applied via the PCM512x codec


Name: hifiberry-digi
Info: Configures the HifiBerry Digi audio card
Info: Configures the HifiBerry Digi and Digi+ audio card
Load: dtoverlay=hifiberry-digi
Params: <None>


Name: hifiberry-digi-pro
Info: Configures the HifiBerry Digi+ Pro audio card
Load: dtoverlay=hifiberry-digi-pro
Params: <None>


Name: hy28a
Info: HY28A - 2.8" TFT LCD Display Module by HAOYU Electronics
Default values match Texy's display shield
Expand Down Expand Up @@ -791,6 +797,8 @@ Name: pps-gpio
Info: Configures the pps-gpio (pulse-per-second time signal via GPIO).
Load: dtoverlay=pps-gpio,<param>=<val>
Params: gpiopin Input GPIO (default "18")
assert_falling_edge When present, assert is indicated by a falling
edge, rather than by a rising edge


Name: pwm
Expand Down
Binary file added boot/overlays/hifiberry-digi-pro.dtbo
Binary file not shown.
Binary file modified boot/overlays/pps-gpio.dtbo
Binary file not shown.
Binary file modified boot/overlays/vc4-kms-v3d.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.
35 changes: 34 additions & 1 deletion extra/Module.symvers

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion extra/Module7.symvers

Large diffs are not rendered by default.

0 comments on commit 4696954

Please sign in to comment.