README.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ================================
  2. Fujitsu FR-V LINUX DOCUMENTATION
  3. ================================
  4. This directory contains documentation for the Fujitsu FR-V CPU architecture
  5. port of Linux.
  6. The following documents are available:
  7. (*) features.txt
  8. A description of the basic features inherent in this architecture port.
  9. (*) configuring.txt
  10. A summary of the configuration options particular to this architecture.
  11. (*) booting.txt
  12. A description of how to boot the kernel image and a summary of the kernel
  13. command line options.
  14. (*) gdbstub.txt
  15. A description of how to debug the kernel using GDB attached by serial
  16. port, and a summary of the services available.
  17. (*) mmu-layout.txt
  18. A description of the virtual and physical memory layout used in the
  19. MMU linux kernel, and the registers used to support it.
  20. (*) gdbinit
  21. An example .gdbinit file for use with GDB. It includes macros for viewing
  22. MMU state on the FR451. See mmu-layout.txt for more information.
  23. (*) clock.txt
  24. A description of the CPU clock scaling interface.
  25. (*) atomic-ops.txt
  26. A description of how the FR-V kernel's atomic operations work.