[xtensa-cvscommit] linux/Documentation Configure.help,1.2,1.3
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-02-11 19:11:16
|
Update of /cvsroot/xtensa/linux/Documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv1838/Documentation
Modified Files:
Configure.help
Log Message:
Minor documentation updates only.
Index: Configure.help
===================================================================
RCS file: /cvsroot/xtensa/linux/Documentation/Configure.help,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Configure.help 25 Oct 2002 20:52:16 -0000 1.2
--- Configure.help 11 Feb 2003 19:11:11 -0000 1.3
***************
*** 238,251 ****
Xtensa processors are 32-bit RISC machines designed by Tensilica
primarily for embedded systems. These processors are both
! configurable and extensible. The Linux port supports all processor
! configurations and extensions, with reasonable minimum requirements.
! The Xtensa Linux project has a home page at
! <http://xtensa.sourceforge.net/>.
Xtensa processor configuration
CONFIG_XTENSA_CONFIG_LINUX_BE
! The linux_be processor configuration is a base Xtensa config
! supported in MontaVista Linux distributions. It contains no TIE,
! no coprocessors, and the following configuration options:
Code Density Option 2 Misc Special Registers
--- 238,252 ----
Xtensa processors are 32-bit RISC machines designed by Tensilica
primarily for embedded systems. These processors are both
! configurable and extensible. The Linux port to the Xtensa
! architecture supports all processor configurations and extensions,
! with reasonable minimum requirements. The Xtensa Linux project has
! a home page at <http://xtensa.sourceforge.net/>.
Xtensa processor configuration
CONFIG_XTENSA_CONFIG_LINUX_BE
! The linux_be processor configuration is a baseline Xtensa config
! supported in MontaVista Linux Professional Edition 3.0
! distributions. It contains no TIE, no coprocessors, and the
! following configuration options:
Code Density Option 2 Misc Special Registers
***************
*** 257,261 ****
17 Interrupts MMU w/ TLBs and Autorefill
3 Interrupt Levels 8 Autorefill Ways (I/D TLBs)
! 3 Timers
The linux_le processor configuration is the same as linux_be,
--- 258,262 ----
17 Interrupts MMU w/ TLBs and Autorefill
3 Interrupt Levels 8 Autorefill Ways (I/D TLBs)
! 3 Timers Unaligned Exceptions
The linux_le processor configuration is the same as linux_be,
***************
*** 266,273 ****
Your processor configuration must match exactly to what you select
! here. You can manually add your configuration (search the source
! tree for "CONFIG_XTENSA_CONFIG_LINUX_BE") or use Tensilica's
! script to install an overlay automatically for your processor
! configuration.
Xtensa system type
--- 267,272 ----
Your processor configuration must match exactly to what you select
! here. Also, you can manually add your configuration (search the
! source tree for "CONFIG_XTENSA_CONFIG_LINUX_BE").
Xtensa system type
|