Skip to content

Commit

Permalink
Added latest firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
CurlyMoo committed Feb 20, 2013
1 parent 1e2df3d commit 857d86e
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 3 deletions.
Binary file modified boot/bootcode.bin
Binary file not shown.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
2 changes: 1 addition & 1 deletion opt/vc/include/interface/vchiq_arm/vchiq_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#define VCHIQ_MAGIC VCHIQ_MAKE_FOURCC('V', 'C', 'H', 'I')
/* The version of VCHIQ - change with any non-trivial change */
#define VCHIQ_VERSION 5
#define VCHIQ_VERSION 6
/* The minimum compatible version - update to match VCHIQ_VERSION with any
** incompatible change */
#define VCHIQ_VERSION_MIN 3
Expand Down
6 changes: 4 additions & 2 deletions opt/vc/include/interface/vmcs_host/vc_vchi_audioserv_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef _VC_AUDIO_DEFS_H_
#define _VC_AUDIO_DEFS_H_

#define VC_AUDIOSERV_VER 1
#define VC_AUDIOSERV_MIN_VER 1
#define VC_AUDIOSERV_VER 2

// FourCC code used for VCHI connection
#define VC_AUDIO_SERVER_NAME MAKE_FOURCC("AUDS")
Expand Down Expand Up @@ -114,7 +115,8 @@ typedef struct
uint32_t count; // in bytes
void *callback;
void *cookie;
uint32_t silence;
uint16_t silence;
uint16_t max_packet;
} VC_AUDIO_WRITE_T;

// Generic result for a request (VC->HOST)
Expand Down
Binary file modified opt/vc/lib/libEGL_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libGLESv2_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libkhrn_client.a
Binary file not shown.
Binary file modified opt/vc/lib/libkhrn_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libopenmaxil.so
Binary file not shown.
Binary file modified opt/vc/lib/libvcfiled_check.a
Binary file not shown.
Binary file modified opt/vc/lib/libvchiq_arm.so
Binary file not shown.
Binary file modified opt/vc/lib/libvchostif.a
Binary file not shown.
Binary file modified opt/vc/lib/libvcos.so
Binary file not shown.
Binary file modified opt/vc/lib/libvmcs_rpc_client.a
Binary file not shown.

0 comments on commit 857d86e

Please sign in to comment.