search for: vdk

Displaying 13 results from an estimated 13 matches for "vdk".

Did you mean: vd
2014 Aug 20
1
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
...t was checking for both MSI and MSIX enable. While the description is not clear to me, Am I missing something ? Thanks -Bharat > > Signed-off-by: Yijing Wang <wangyijing at huawei.com> > --- > arch/cris/arch-v32/drivers/pci/bios.c | 2 +- > arch/frv/mb93090-mb00/pci-vdk.c | 2 +- > arch/ia64/pci/pci.c | 4 ++-- > arch/powerpc/kernel/eeh_driver.c | 2 +- > arch/x86/pci/common.c | 5 +++-- > drivers/block/nvme-core.c | 4 ++-- > drivers/dma/ioat/dma.c...
2014 Aug 20
1
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
...t was checking for both MSI and MSIX enable. While the description is not clear to me, Am I missing something ? Thanks -Bharat > > Signed-off-by: Yijing Wang <wangyijing at huawei.com> > --- > arch/cris/arch-v32/drivers/pci/bios.c | 2 +- > arch/frv/mb93090-mb00/pci-vdk.c | 2 +- > arch/ia64/pci/pci.c | 4 ++-- > arch/powerpc/kernel/eeh_driver.c | 2 +- > arch/x86/pci/common.c | 5 +++-- > drivers/block/nvme-core.c | 4 ++-- > drivers/dma/ioat/dma.c...
2008 Feb 22
1
Patch for Analog Devices compiler & fixed-point AGC
.... The ELF format is also used by VDSP, so I can link. But this was useless anyway, as the calling conventions are different... Although uClinux is great and the GCC are very good tools, it's not an option for me, because I need: - a small RTOS, where I can control hardware directly, and the VDK is just fine - an IDE with JTAG debugging, and VDSP is good enough. But maybe I'm wrong and we can debug using Eclipse without the gdbserver running on the linux target ??? -- Stephane Lesage ATEIS International
2014 Jul 26
0
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
Pci_dev_msi_enabled() is used to check whether device MSI/MSIX enabled. Refactor this function to suuport checking only device MSI or MSIX enabled. Signed-off-by: Yijing Wang <wangyijing at huawei.com> --- arch/cris/arch-v32/drivers/pci/bios.c | 2 +- arch/frv/mb93090-mb00/pci-vdk.c | 2 +- arch/ia64/pci/pci.c | 4 ++-- arch/powerpc/kernel/eeh_driver.c | 2 +- arch/x86/pci/common.c | 5 +++-- drivers/block/nvme-core.c | 4 ++-- drivers/dma/ioat/dma.c | 2 +- driv...
2004 Oct 04
2
cwRsync- chdir failed, server 2003
...rchive/rsync/2004-April/009187.html, and as far as I can see the only suggestion there was to check permissions. I have one further complication too- I'm trying to sync a remote server on to a vmware virtual disk that I've mounted using the tools at http://chitchat.at.infoseek.co.jp/vmware/vdk.html. I've got the package installed and set the upload directory during the install to the virtual disk (V: under windows), and I've checked that the disk is writeable. I've got the service started and here's the config file: ******************************************************...
2007 Jun 14
2
Blackfin inline assembler and VisualDSP++ toolchain
...choice is uCLinux. And ucLinux works best with gnu tools. Something like that. On the other hand, developers that use Blakfin in a manner similar to traditional 16-bit DSP usage model, i.e. without external RAM or with relatively small internal SRAM normally use no OS at all (like me) or ADI's VDK. These people naturally prefer ADI toolchain because it gives you good visibility of what's going on within a small "bare metal" target. But such developers a less likely to integrate speex because it simply doesn't fit. I guess I am one of the few that try to run speex entirely...
2007 Jun 13
2
Blackfin inline assembler and VisualDSP++ toolchain
Hi Jean-Marc I'm trying to integrate your speex codec on our custom Blackfin board. The board is not uCLinux compatible and there is no chance that it will ever be. I am using ADI-supplied VisualDSP++ IDE and corresponding toolchain. As long as I am compiling "C"-only version of the library everything is fine. VisualDSP++ produces working library. There is only one not so minor
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
...inux works best with gnu tools. Something like that. On the other >> hand, developers that use Blakfin in a manner similar to traditional >> 16-bit DSP usage model, i.e. without external RAM or with relatively >> small internal SRAM normally use no OS at all (like me) or ADI's VDK. >> These people naturally prefer ADI toolchain because it gives you good >> visibility of what's going on within a small "bare metal" target. But >> such developers a less likely to integrate speex because it simply >> doesn't fit. > >What do they us...
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
...not... > Would like to talk to them. >> On the other hand, developers that use Blackfin in a manner similar to >> traditional 16-bit DSP usage model, i.e. without external RAM or with >> relatively small internal SRAM normally use no OS at all (like me) or ADI's >> VDK. These people naturally prefer ADI toolchain because it gives you good >> visibility of what's going on within a small "bare metal" target. > >Then you just have not used gcc with eclipse or insight, and an in circuit >emulator. It provides an interface that is as good...
2014 Jul 26
20
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
...sk MSI-X entry in msix_setup_entries() PCI/MSI: Introduce new struct msi_irqs and struct msi_ops PCI/MSI: refactor PCI MSI driver PCI/MSI: Split the generic MSI code into new file x86/MSI: Refactor x86 MSI code arch/cris/arch-v32/drivers/pci/bios.c | 2 +- arch/frv/mb93090-mb00/pci-vdk.c | 2 +- arch/ia64/pci/pci.c | 4 +- arch/mips/pci/msi-octeon.c | 8 +- arch/powerpc/kernel/eeh_driver.c | 2 +- arch/powerpc/kernel/msi.c | 2 +- arch/powerpc/platforms/pseries/msi.c | 8 +- arch/s390/p...
2014 Jul 26
20
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
...sk MSI-X entry in msix_setup_entries() PCI/MSI: Introduce new struct msi_irqs and struct msi_ops PCI/MSI: refactor PCI MSI driver PCI/MSI: Split the generic MSI code into new file x86/MSI: Refactor x86 MSI code arch/cris/arch-v32/drivers/pci/bios.c | 2 +- arch/frv/mb93090-mb00/pci-vdk.c | 2 +- arch/ia64/pci/pci.c | 4 +- arch/mips/pci/msi-octeon.c | 8 +- arch/powerpc/kernel/eeh_driver.c | 2 +- arch/powerpc/kernel/msi.c | 2 +- arch/powerpc/platforms/pseries/msi.c | 8 +- arch/s390/p...
2008 Feb 19
4
Patch for Analog Devices compiler & fixed-point AGC
Hi Jean-Marc, As I told you, bank is a reserved keyword in Analog Devices compiler for Blackfin architecture. So we need to change the variables named bank to something else. Here's a patch that changes bank to bnk in the 3 concerned files. (Hope the format is OK) About my previous problems with the Blackfin: -> strange block repetition that could be cancelled by the AEC I was busy
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...p;%JiNCA+FVubY-Jp66 z*S`8Hq4`=_qVn!}TFK$dX?^U8E`h9slioEu*1hK*!~I at x(8}nB#$f))=^*(fpJTXp z`mbp!wZIWsp!w-s>nAr?W)YFh1sY~9Xs`p&P}HG|qP;mgXExjJRnYF00Xu+$M&5cA z=5<jv4?xdnKqo- at 1gL?@#~XWKxxE$F-XcA5K8t%S4ayS$yp8!fS33Jbb7vNx(&;Nc zmiq^kIIbSqzIf@|b{acQ{^8#vto<Q~L4qJ0B01|8fCVt`XaIl+VVdK#dK7kqStZ_^ zHX&P{zWKIT8ck+ at Hi6de>5wNEB$#H^TkDg6<0wF12IM!(l^2(Ij|%7{Z^QX11g;z^ zR;=N{4EuNoWwRgbBUZl34OSFofz9p7`fc!aNB>3JzJt{LcLNN}C}dE;%y;XHpj{LD zpJB~6_1&>ZO?OJmgP9@<M)SRI*@cw)$T&pJi~x)6Cjo5Ks#h8gM!^OA-XS>dHK{+v z7DS6HnFv-ygGbdo+WE1(*C#z|L~E|Vxs;B>Y0PmTLXP)}UOiTE...