Commit Graph

11 Commits

Author SHA1 Message Date
Patrik Jakobsson
698beab8df fthd/ddr: Remove the ddr calibration code
Move the SoC memory validation code into fthd_hw.c

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
2016-07-02 21:33:30 +02:00
Sven Schnelle
ea4e874e45 facetimehd: switch to debugfs 2015-12-01 09:26:46 +01:00
Sven Schnelle
5608b8b00f facetimehd: add sysfs functions
Introduce a new debug sysfs file, which accepts the following commands:

ps - show task running in firmware
banner - show startup banner
get_root - get ROOT object
heap - show heap statistics
irq - show irq statistics
semaphore - show semaphore status
wiring - show wiring status
get_object_by_name %s - get address for object
get_fsm_by_name %s - get address for FSM
dump_object %p - show information about object
dump_objects - dump all objects (NOTE: will crash firmware)
show_objects - show graph about all objects known
get_debug_level - get debug level for object
set_debug_level - set debug level for object
set_debug_level_rec - set debug level recursive for all objects
get_fsm_count - get count of FSM's
get_fsm_by_index - get fsm address for index
get_fsm_debug_level - get debug level for fsm
set_fsm_debug_level - set debug level for fsm
2015-11-30 11:57:10 +01:00
Sven Schnelle
f3067f211a rename driver to facetimehd 2015-11-27 20:32:06 +01:00
Sven Schnelle
91821fc228 first version that actually streams ;-) 2015-11-21 21:58:30 +01:00
Sven Schnelle
10a0652a5d bcwc_pci: add video 4 linux skeleton 2015-11-17 19:57:02 +01:00
Sven Schnelle
9e6f0eb34a bcwc_pcie: add ringbuffer handlign functions 2015-10-29 21:50:57 +01:00
Patrik Jakobsson
e7c3775956 isp: Move isp code to it's own file
Also rename some registers

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
2015-08-01 17:17:48 +02:00
Patrik Jakobsson
02b62b800c bcwc_pcie: Move DDR calibration to it's own file
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
2014-11-02 21:49:14 +01:00
Patrik Jakobsson
90577c49cc bcwc_pcie: Skeleton for power up/down sequence
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
2014-03-25 00:04:35 +01:00
Patrik Jakobsson
15bbb553d4 bcwc_pcie: Add pci driver skeleton
Register pci driver, irq handler, map pci bars. You know the drill.

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
2014-03-16 22:45:44 +01:00