06 Feb, 2016

1 commit

  • Correct spelling of "U-Boot" shall be used in all written text
    (documentation, comments in source files etc.).

    Signed-off-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Minkyu Kang

    Bin Meng
     

14 Aug, 2015

1 commit

  • Add support for making the visual area of the framebuffer smaller and
    drawing a black border around it. This is intended for use with
    overscanning monitors (esp. with composite video out), to avoid part
    of the picture being invisible.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell
    Acked-by: Anatolij Gustschin

    Hans de Goede
     

08 Aug, 2015

1 commit


14 Jan, 2015

3 commits


18 Apr, 2014

1 commit

  • Enough time has passed since this board was moved to Orphan. Remove.

    - Remove board/genietv/*
    - Remove include/configs/GENIETV.h
    - Clean-up if defined(CONFIG_GENIETV)
    - Move the entry from boards.cfg to doc/README.scrapyard

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

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