Skip to content

Commit

Permalink
firmware: hdmi: Don't use refer to stream for stereo PCM
Browse files Browse the repository at this point in the history
See: http://forum.stmlabs.com/showthread.php?tid=10431

firmware: Add flags to dispmanx_snapshot to capture video layer, enable packed data and swap red/blue
See: xbmc/xbmc#3210

kernel: Add new config options: CPU_FREQ_STAT_DETAILS, DUMMY, QFMT_V1, QFMT_V2, DLM
See: raspberrypi/linux@cbd6672
  • Loading branch information
Dom Cobley committed Sep 7, 2013
1 parent d4f5315 commit f6bb324
Show file tree
Hide file tree
Showing 63 changed files with 17,270 additions and 17,233 deletions.
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_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel_emergency.img
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_x.elf
Binary file not shown.
7 changes: 7 additions & 0 deletions extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@
0x481113c4 __scsi_device_lookup_by_target vmlinux EXPORT_SYMBOL
0xaf10d009 vchi_get_peer_version vmlinux EXPORT_SYMBOL
0x943a30f1 nfs_instantiate vmlinux EXPORT_SYMBOL_GPL
0xeb8a8160 dlm_posix_unlock fs/dlm/dlm EXPORT_SYMBOL_GPL
0x1004ca06 tcp_fetch_timewait_stamp vmlinux EXPORT_SYMBOL_GPL
0x01902adf netpoll_trap vmlinux EXPORT_SYMBOL
0xd46e13a0 usbnet_get_msglevel vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -1094,6 +1095,7 @@
0x76dc2110 __ieee80211_get_radio_led_name net/mac80211/mac80211 EXPORT_SYMBOL
0x474e9631 in6_dev_finish_destroy net/ipv6/ipv6 EXPORT_SYMBOL
0x30e6e7a3 p9_client_xattrcreate net/9p/9pnet EXPORT_SYMBOL_GPL
0xcf9f3328 dlm_release_lockspace fs/dlm/dlm EXPORT_SYMBOL_GPL
0x0f68f7b6 usb_wwan_close drivers/usb/serial/usb_wwan EXPORT_SYMBOL
0x10ca5352 ath9k_hw_getnf drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
0x1be2c1d0 tcp_gro_receive vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -1262,6 +1264,7 @@
0x1ec4eb34 flex_array_prealloc vmlinux EXPORT_SYMBOL
0x93215e1d __kfifo_skip_r vmlinux EXPORT_SYMBOL
0x49794968 cpu_user vmlinux EXPORT_SYMBOL
0x29463ced dlm_posix_lock fs/dlm/dlm EXPORT_SYMBOL_GPL
0x8f616746 svc_exit_thread vmlinux EXPORT_SYMBOL_GPL
0x46d38e31 DWC_SNPRINTF vmlinux EXPORT_SYMBOL
0x9f3c8fb8 nfs_lock vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -1376,6 +1379,7 @@
0x9e5e1699 elevator_change vmlinux EXPORT_SYMBOL
0xcd6c9997 jbd2_journal_blocks_per_page vmlinux EXPORT_SYMBOL
0x90bea857 iterate_supers_type vmlinux EXPORT_SYMBOL
0xc6dc8c2f dlm_new_lockspace fs/dlm/dlm EXPORT_SYMBOL_GPL
0xd8d00d9d iscsi_queuecommand drivers/scsi/libiscsi EXPORT_SYMBOL_GPL
0xee6446bd usb_kill_anchored_urbs vmlinux EXPORT_SYMBOL_GPL
0xfb6a7322 request_firmware_nowait vmlinux EXPORT_SYMBOL
Expand All @@ -1389,6 +1393,7 @@
0xbb873873 usbnet_get_drvinfo vmlinux EXPORT_SYMBOL_GPL
0x1746d892 nf_ct_helper_expectfn_unregister net/netfilter/nf_conntrack EXPORT_SYMBOL_GPL
0x9e9cfda0 ndisc_send_skb net/ipv6/ipv6 EXPORT_SYMBOL
0x9321df95 dlm_lock fs/dlm/dlm EXPORT_SYMBOL_GPL
0xab915cba hostap_set_roaming drivers/net/wireless/hostap/hostap EXPORT_SYMBOL
0x0319133b ath9k_hw_setpower drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
0xc95df92e videobuf_read_stream drivers/media/video/videobuf-core EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -1780,6 +1785,7 @@
0x6ef95280 finish_open vmlinux EXPORT_SYMBOL
0x1e5ee9f8 snd_seq_create_kernel_client sound/core/seq/snd-seq EXPORT_SYMBOL
0xb64d490d cfg80211_remain_on_channel_expired net/wireless/cfg80211 EXPORT_SYMBOL
0xdc583c08 dlm_unlock fs/dlm/dlm EXPORT_SYMBOL_GPL
0xba616e61 dvb_dmx_swfilter drivers/media/dvb/dvb-core/dvb-core EXPORT_SYMBOL
0x117093be qdisc_class_hash_init vmlinux EXPORT_SYMBOL
0x15d2f317 sk_prot_clear_portaddr_nulls vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -2224,6 +2230,7 @@
0xefdd2345 sg_init_one vmlinux EXPORT_SYMBOL
0x12da5bb2 __kmalloc vmlinux EXPORT_SYMBOL
0x28d6861d __vmalloc vmlinux EXPORT_SYMBOL
0x07236da1 dlm_posix_get fs/dlm/dlm EXPORT_SYMBOL_GPL
0xfbc6802d usbnet_get_ethernet_addr vmlinux EXPORT_SYMBOL_GPL
0xef091d55 kobject_init_and_add vmlinux EXPORT_SYMBOL_GPL
0x9cc9412a __fscache_relinquish_cookie vmlinux EXPORT_SYMBOL
Expand Down

0 comments on commit f6bb324

Please sign in to comment.