11 Jan, 2013

4 commits

  • We enable console multiplexing and use both serial and LCD for stdout/stderr.
    Initially, u-boot output console is observed via serial port.
    If you also have a DP panel connected onto your SMDK5250 board,
    you can switch to LCD console by typing "setenv stdout lcd".
    You can always switch back to serial using "setenv stdout serial".
    You can switch error console(stderr) as well, using similar commands.

    Signed-off-by: Ajay Kumar
    Acked-by: Simon Glass
    Signed-off-by: Minkyu Kang

    Ajay Kumar
     
  • u-boot compilation fails for smdk5250 when we deselect CONFIG_LCD
    from the main config file.

    Following error was observed:
    drivers/video/libvideo.o: In function `exynos_lcd_init':
    /home/ajay/u-boot-samsung/drivers/video/exynos_fb.c:68: undefined reference to `lcd_set_flush_dcache'

    This is because exynos video drivers have dependency on CONFIG_LCD.

    Signed-off-by: Ajay Kumar
    Acked-by: Simon Glass
    Signed-off-by: Minkyu Kang

    Ajay Kumar
     
  • Mobile storage is used the CLK_DIV_FSYS3 value.

    Signed-off-by: Jaehoon Chung
    Signed-off-by: kyungmin Park
    Signed-off-by: Minkyu Kang

    Jaehoon Chung
     
  • To get exactly clock value for mmc, support the get_mmc_clk() like
    set_mmc_clk().

    Signed-off-by: Jaehoon Chung
    Signed-off-by: Kyungmin Park
    Signed-off-by: Minkyu Kang

    Jaehoon Chung
     

10 Jan, 2013

7 commits


09 Jan, 2013

1 commit


08 Jan, 2013

21 commits


03 Jan, 2013

1 commit

  • Support for a new command (defined at envs) - spl_export generates
    the ATAGS image necessary for fast boot. Afterwards, it is stored
    at ext4 partition.

    Generated image format:
    CRC [4B] SIZE [4B] PAYLOAD(ATAGS/DT) [SIZE]

    Remarks:
    - CRC is calculated only for PAYLOAD
    - SIZE is the size of PAYLOAD

    It is important to adjust ${splsize} when large image is generated.
    It is defined as hex, since ext4 related commands expect it.

    The ${spladdr} environment variable corresponds to
    CONFIG_SYS_SPL_ARGS_ADDR

    Additionally definitions for DFU have been refactored and support for
    EFI has been added as well.

    Signed-off-by: Lukasz Majewski
    Signed-off-by: Kyungmin Park
    Signed-off-by: Minkyu Kang

    Łukasz Majewski
     

26 Dec, 2012

6 commits