README.video 983 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * (C) Copyright 2000
  3. * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. U-Boot MPC8xx video controller driver
  8. ======================================
  9. The driver has been tested with the following configurations:
  10. - MPC823FADS with AD7176 on a PAL TV (YCbYCr) - arsenio@tin.it
  11. "video-mode" environment variable
  12. ===============================
  13. The 'video-mode' environment variable can be used to enable and configure
  14. some video drivers. The format matches the video= command-line option used
  15. for Linux:
  16. video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string>
  17. <driver> The video driver name, ignored by U-Boot
  18. <xres> The X resolution (in pixels) to use.
  19. <yres> The Y resolution (in pixels) to use.
  20. <depth> The color depth (in bits) to use.
  21. <freq> The frequency (in Hz) to use.
  22. <options> A comma-separated list of device-specific options
  23. Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi