Overview.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Samsung ARM Linux Overview
  2. ==========================
  3. Introduction
  4. ------------
  5. The Samsung range of ARM SoCs spans many similar devices, from the initial
  6. ARM9 through to the newest ARM cores. This document shows an overview of
  7. the current kernel support, how to use it and where to find the code
  8. that supports this.
  9. The currently supported SoCs are:
  10. - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list
  11. - S3C64XX: S3C6400 and S3C6410
  12. - S5PC6440
  13. S5PC100 and S5PC110 support is currently being merged
  14. S3C24XX Systems
  15. ---------------
  16. There is still documentation in Documnetation/arm/Samsung-S3C24XX/ which
  17. deals with the architecture and drivers specific to these devices.
  18. See Documentation/arm/Samsung-S3C24XX/Overview.txt for more information
  19. on the implementation details and specific support.
  20. Configuration
  21. -------------
  22. A number of configurations are supplied, as there is no current way of
  23. unifying all the SoCs into one kernel.
  24. s5p6440_defconfig - S5P6440 specific default configuration
  25. s5pc100_defconfig - S5PC100 specific default configuration
  26. Layout
  27. ------
  28. The directory layout is currently being restructured, and consists of
  29. several platform directories and then the machine specific directories
  30. of the CPUs being built for.
  31. plat-samsung provides the base for all the implementations, and is the
  32. last in the line of include directories that are processed for the build
  33. specific information. It contains the base clock, GPIO and device definitions
  34. to get the system running.
  35. plat-s3c is the s3c24xx/s3c64xx platform directory, although it is currently
  36. involved in other builds this will be phased out once the relevant code is
  37. moved elsewhere.
  38. plat-s3c24xx is for s3c24xx specific builds, see the S3C24XX docs.
  39. plat-s3c64xx is for the s3c64xx specific bits, see the S3C24XX docs.
  40. plat-s5p is for s5p specific builds, more to be added.
  41. [ to finish ]
  42. Port Contributors
  43. -----------------
  44. Ben Dooks (BJD)
  45. Vincent Sanders
  46. Herbert Potzl
  47. Arnaud Patard (RTP)
  48. Roc Wu
  49. Klaus Fetscher
  50. Dimitry Andric
  51. Shannon Holland
  52. Guillaume Gourat (NexVision)
  53. Christer Weinigel (wingel) (Acer N30)
  54. Lucas Correia Villa Real (S3C2400 port)
  55. Document Author
  56. ---------------
  57. Copyright 2009-2010 Ben Dooks <ben-linux@fluff.org>