24 Nov, 2014

1 commit


08 Oct, 2014

1 commit


25 Sep, 2014

2 commits

  • This option specifies the default Device Tree used for the run-time
    configuration of U-Boot.

    Signed-off-by: Masahiro Yamada
    Cc: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Cc: Michal Simek

    Masahiro Yamada
     
  • This commit moves:
    CONFIG_OF_CONTROL
    CONFIG_OF_SEPARATE
    CONFIG_OF_EMBED
    CONFIG_OF_HOSTFILE

    Because these options are currently not supported for SPL,
    the "Device Tree Control" menu does not appear in the SPL
    configuration.

    Note:
    zynq-common.h should be adjusted so as not to change the
    default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME.

    Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass
    Cc: Stephen Warren
    Cc: Minkyu Kang
    Acked-by: Michal Simek

    Masahiro Yamada
     

30 Aug, 2014

1 commit

  • To enable hypervisors utilizing the ARMv7 virtualization extension
    on the Arndale board, add the simple SMP pen address writer function
    and add the required configuration variables to switch all cores to
    HYP mode before launching the OS.
    This allows booting KVM and Xen directly from u-boot.

    Reviewed-by: Christoffer Dall
    Signed-off-by: Andre Przywara
    Signed-off-by: Christoffer Dall
    Signed-off-by: Andre Przywara

    Andre Przywara
     

31 Jul, 2014

1 commit


30 Jul, 2014

1 commit

  • We are about to switch to Kconfig in the next commit.
    But there are something to get done beforehand.

    In Kconfig, include/generated/autoconf.h defines boolean
    CONFIG macros as 1.

    CONFIG_SPL and CONFIG_TPL, if defined, must be set to 1.
    Otherwise, when switching to Kconfig, the build log
    would be sprinkled with warning messages like this:
    warning: "CONFIG_SPL" redefined [enabled by default]

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Simon Glass

    Masahiro Yamada
     

18 Jun, 2014

1 commit


28 May, 2014

1 commit


24 Feb, 2014

1 commit


13 Jan, 2014

1 commit

  • Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
    controller, connected to HSIC Phy of USB host controller via USB3503 hub.

    This patch uses board specific board_usb_init function to perform reset
    sequence for USB3503 hub and enables the relevant config options for
    network to work.

    Signed-off-by: Inderpal Singh
    Signed-off-by: Chander Kashyap

    Inderpal Singh
     

10 Jan, 2014

1 commit


09 Jan, 2014

1 commit

  • Bounce buffer implementation takes care of proper data buffer alignemt
    and correct flush/invalidation of data cache at once so we no longer
    depend on input data variety and make sure CPU and MMC controller deal
    with expected data in case of enabled data cache.

    Bounce buffer requires to add its definition (CONFIG_BOUNCE_BUFFER) in
    board configuration, otherwise corresponding library won't be compiled
    and linker will fail to build resulting executable.

    Difference since v1 - fixed compile-time warning with type casting to
    "void *":

    Slight edit to remove UTF8 characters in the commit message.

    Acked-by: Jaehoon Chung
    Tested-by: Jaehoon Chung
    Acked-by: Pantelis Antoniou

    ====
    passing argument 2 of 'bounce_buffer_start' discards 'const' qualifier
    from pointer target type
    ====

    Signed-off-by: Alexey Brodkin

    Cc: Mischa Jonker
    Cc: Alim Akhtar
    Cc: Rajeshwari Shinde
    Cc: Jaehoon Chung
    Cc: Amar
    Cc: Kyungmin Park
    Cc: Minkyu Kang
    Cc: Simon Glass
    Cc: Pantelis Antoniou
    Cc: Andy Fleming

    Alexey Brodkin
     

30 Dec, 2013

1 commit


11 Dec, 2013

1 commit


06 Dec, 2013

1 commit


05 Dec, 2013

1 commit

  • This patch adapts the s3c24x0 driver to the new i2c framework.
    Config file is modified for all the boards that use the driver.

    Signed-off-by: Piotr Wilczek
    Signed-off-by: Kyungmin Park
    CC: Minkyu Kang
    CC: Heiko Schocher
    CC: Inderpal Singh
    CC: David Müller
    CC: Chander Kashyap
    CC: Lukasz Majewski
    Tested-by: Naveen Krishna Chatradhi
    Reviewed-by: Naveen Krishna Chatradhi

    Piotr Wilczek
     

05 Nov, 2013

1 commit


30 Aug, 2013

1 commit