24 Jul, 2013

1 commit


29 Apr, 2011

1 commit

  • Add function video_get_video_mode(), which parses the "video-mode" environment
    variable and returns each of its components. The format matches the video=
    command-line option used for Linux:

    video-mode=:x-@

    The video driver, ignored by U-Boot
    The X resolution (in pixels) to use.
    The Y resolution (in pixels) to use.
    The color depth (in bits) to use.
    The frequency (in Hz) to use.
    A comma-separated list of device-specific options

    Signed-off-by: Timur Tabi

    Timur Tabi
     

21 May, 2008

1 commit

  • This commit gets rid of a huge amount of silly white-space issues.
    Especially, all sequences of SPACEs followed by TAB characters get
    removed (unless they appear in print statements).

    Also remove all embedded "vim:" and "vi:" statements which hide
    indentation problems.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

03 Nov, 2002

1 commit