diff options
author | Andy Walls <awalls@radix.net> | 2008-12-14 19:26:25 -0500 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2008-12-14 19:26:25 -0500 |
commit | 75cb6237407f2d533da57987203cfc43c221e380 (patch) | |
tree | 2e582562b324ab8ebfb292bb65b0d55c4ab94b44 /linux/drivers/media/video/cx18/cx18-mailbox.c | |
parent | 4a31b6de97b5e45eaff001a1e7a813964660f436 (diff) | |
download | mediapointer-dvb-s2-75cb6237407f2d533da57987203cfc43c221e380.tar.gz mediapointer-dvb-s2-75cb6237407f2d533da57987203cfc43c221e380.tar.bz2 |
cx18: Refine the firmware load and firmware startup process
From: Andy Walls <awalls@radix.net>
Refine the firmware load and firmware startup process. Significant changes
are to ensure the SCB and IPC area are correct before starting up the firmware,
and letting the CPU firmware start up the APU firmware for us.
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-mailbox.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-mailbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-mailbox.c b/linux/drivers/media/video/cx18/cx18-mailbox.c index f20fbf091..89a45f51f 100644 --- a/linux/drivers/media/video/cx18/cx18-mailbox.c +++ b/linux/drivers/media/video/cx18/cx18-mailbox.c @@ -82,8 +82,9 @@ static const struct cx18_api_info api_info[] = { API_ENTRY(CPU, CX18_CPU_GET_ENC_PTS, 0), API_ENTRY(CPU, CX18_CPU_DE_SET_MDL_ACK, 0), API_ENTRY(CPU, CX18_CPU_DE_SET_MDL, API_FAST), - API_ENTRY(CPU, CX18_APU_RESETAI, API_FAST), API_ENTRY(CPU, CX18_CPU_DE_RELEASE_MDL, API_SLOW), + API_ENTRY(APU, CX18_APU_RESETAI, 0), + API_ENTRY(CPU, CX18_CPU_DEBUG_PEEK32, 0), API_ENTRY(0, 0, 0), }; |