freebsd-dev/sys/contrib/octeon-sdk
Juli Mallett 77c2091086 Add preliminary support for the Lanner MR-955. It boots multi-user but there
seem to be problems both with the on-board Ethernet interfaces and the em(4)
interfaces on PCI under FreeBSD.

Thanks to Lanner for providing access to hardware.
2010-09-19 09:19:38 +00:00
..
cvmx-malloc
cvmip.h
cvmx-abi.h
cvmx-access-native.h
cvmx-access.h
cvmx-address.h
cvmx-app-init-linux.c
cvmx-app-init.c
cvmx-app-init.h Add preliminary support for the Lanner MR-955. It boots multi-user but there 2010-09-19 09:19:38 +00:00
cvmx-asm.h
cvmx-asx.h
cvmx-atomic.h
cvmx-bootloader.h
cvmx-bootmem.c
cvmx-bootmem.h
cvmx-ciu.h
cvmx-cmd-queue.c
cvmx-cmd-queue.h
cvmx-cn3010-evb-hs5.c
cvmx-cn3010-evb-hs5.h
cvmx-compactflash.c
cvmx-compactflash.h
cvmx-core.c
cvmx-core.h
cvmx-coremask.c
cvmx-coremask.h
cvmx-csr-addresses.h
cvmx-csr-db-support.c
cvmx-csr-db.c
cvmx-csr-db.h
cvmx-csr-enums.h
cvmx-csr-typedefs.h
cvmx-csr.h
cvmx-cvmmem.h
cvmx-dfa.c
cvmx-dfa.h
cvmx-dma-engine.c
cvmx-dma-engine.h
cvmx-ebt3000.c
cvmx-ebt3000.h
cvmx-fau.h
cvmx-flash.c
cvmx-flash.h
cvmx-fpa.c
cvmx-fpa.h
cvmx-gmx.h
cvmx-gpio.h
cvmx-helper-board.c Add preliminary support for the Lanner MR-955. It boots multi-user but there 2010-09-19 09:19:38 +00:00
cvmx-helper-board.h
cvmx-helper-check-defines.h
cvmx-helper-errata.c
cvmx-helper-errata.h
cvmx-helper-fpa.c
cvmx-helper-fpa.h
cvmx-helper-loop.c
cvmx-helper-loop.h
cvmx-helper-npi.c
cvmx-helper-npi.h
cvmx-helper-rgmii.c
cvmx-helper-rgmii.h
cvmx-helper-sgmii.c
cvmx-helper-sgmii.h
cvmx-helper-spi.c Add preliminary support for the Lanner MR-955. It boots multi-user but there 2010-09-19 09:19:38 +00:00
cvmx-helper-spi.h
cvmx-helper-util.c
cvmx-helper-util.h
cvmx-helper-xaui.c
cvmx-helper-xaui.h
cvmx-helper.c Add preliminary support for the Lanner MR-955. It boots multi-user but there 2010-09-19 09:19:38 +00:00
cvmx-helper.h
cvmx-higig.h
cvmx-interrupt-decodes.c
cvmx-interrupt-handler.S
cvmx-interrupt-rsl.c
cvmx-interrupt.c
cvmx-interrupt.h
cvmx-iob.h
cvmx-ipd.h
cvmx-key.h
cvmx-l2c.c
cvmx-l2c.h
cvmx-llm.c
cvmx-llm.h
cvmx-lmc.h
cvmx-log-arc.S
cvmx-log.c
cvmx-log.h
cvmx-malloc.h
cvmx-mdio.h
cvmx-mgmt-port.c
cvmx-mgmt-port.h
cvmx-mio.h
cvmx-nand.c
cvmx-nand.h
cvmx-npi.h
cvmx-packet.h
cvmx-pci.h
cvmx-pcie.c
cvmx-pcie.h
cvmx-pip.h
cvmx-pko.c
cvmx-pko.h
cvmx-platform.h
cvmx-pow.c
cvmx-pow.h
cvmx-raid.c
cvmx-raid.h
cvmx-resources.config
cvmx-rng.h
cvmx-rtc.h
cvmx-rwlock.h
cvmx-scratch.h
cvmx-shared-linux-n32.ld
cvmx-shared-linux-o32.ld
cvmx-shared-linux.ld
cvmx-spi4000.c
cvmx-spi.c Add preliminary support for the Lanner MR-955. It boots multi-user but there 2010-09-19 09:19:38 +00:00
cvmx-spi.h
cvmx-spinlock.h
cvmx-swap.h
cvmx-sysinfo.c
cvmx-sysinfo.h
cvmx-thunder.c
cvmx-thunder.h
cvmx-tim.c
cvmx-tim.h
cvmx-tra.c
cvmx-tra.h
cvmx-twsi-raw.c
cvmx-twsi-raw.h
cvmx-twsi.c
cvmx-twsi.h
cvmx-uart.h
cvmx-usb.c
cvmx-usb.h
cvmx-utils.h
cvmx-version.h
cvmx-warn.c
cvmx-warn.h
cvmx-wqe.h
cvmx-zip.c
cvmx-zip.h
cvmx-zone.c
cvmx.h
cvmx.mk
executive-config.h.template
octeon-feature.h
octeon-model.c
octeon-model.h
octeon-pci-console.c
octeon-pci-console.h
README.txt

Readme for the Octeon Executive Library


The Octeon Executive Library provides runtime support and hardware 
abstraction for the Octeon processor.  The executive is composed of the 
libcvmx.a library as well as header files that provide  
functionality with inline functions.


Usage:

The libcvmx.a library is built for every application as part of the
application build. (Please refer to the 'related pages' section of the 
HTML documentation for more information on the build system.)  
Applications using the executive should include the header files from
$OCTEON_ROOT/target/include and link against the library that is built in 
the local obj directory. Each file using the executive 
should include the following two header files in order:

#include "cvmx-config.h"
#include "cvmx.h"

The cvmx-config.h file contains configuration information for the 
executive and is generated by the cvmx-config script from an 
'executive-config.h' file. A sample version of this file is provided 
in the executive directory as 'executive-config.h.template'.  

Copy this file to 'executive-config.h' into the 'config' subdirectory 
of the application directory and customize as required by the application. 
Applications that don't use any simple executive functionality can omit 
the cvmx-config.h header file. Please refer to the examples for a 
demonstration of where to put the executive-config.h file and for an
example of generated cvmx-config.h.

For file specific information please see the documentation within the 
source files or the HTML documentation provided in docs/html/index.html.
The HTML documentation is automatically generated by Doxygen from the 
source files.



==========================================================================
Please see the release notes for version specific information.