09 Apr, 2015

1 commit

  • Since commit 326a682358c1 (malloc_f: enable SYS_MALLOC_F by default
    if DM is on), Zynq MMC boot hangs up after printing the following:

    U-Boot SPL 2015.04-rc5-00053-gadcc570 (Apr 08 2015 - 12:59:11)
    mmc boot
    reading system.dtb

    Prior to commit 326a682358c1, Zynq boards enabled CONFIG_DM, but
    not CONFIG_SYS_MALLOC_F. That commit forcibly turned on
    CONFIG_SYS_MALLOC_F. I have not figured out the root cause, but
    anyway it looks like CONFIG_SYS_MALLOC_F gave a bad impact on the
    Zynq MMC boot.

    We are planning to have the v2015.04 release in a few days.
    I know this is a defensive fixup, but what I can do now is to add
    # CONFIG_SYS_MALLOC_F is not set
    to every Zynq defconfig file to get back the original behavior.

    Tested on:
    - Zedboard
    - ZC706 board

    Signed-off-by: Masahiro Yamada
    Tested-by: Michal Simek
    Cc: Simon Glass

    Masahiro Yamada
     

04 Apr, 2015

1 commit

  • The Orangepi_mini is different enough from the regular Orangepi that it needs
    its own dtb, but when it got added a copy and paste error was made and it
    got the same dtb filename, fix this.

    While at it also add a short description of both Orangepi boards to the
    defconfig files for them.

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

    Hans de Goede
     

03 Apr, 2015

5 commits


01 Apr, 2015

5 commits


31 Mar, 2015

2 commits


29 Mar, 2015

2 commits


28 Mar, 2015

3 commits


26 Mar, 2015

1 commit

  • Of 4 boards in our automated test system 2 do not have reliable
    networking with the default TX delay of 0x0. Increasing to 0x1 seems
    to make things reliable on all 4 boards.

    Some previous ad-hpoc tests with tx delay set to 0, 1, 2 and 3 on one
    of the problematic boards showed:

    0: mw.l 0x1c20164 0x006 1 -- t/o in 4/5 tftp runs
    1: mw.l 0x1c20164 0x406 1 -- t/o in 1/5 tftp runs
    2: mw.l 0x1c20164 0x806 1 -- t/o in 1/5 tftp runs
    3: mw.l 0x1c20164 0xc06 1 -- t/o many times in first tftp run

    For 0, 1 and 2 "t/o" means one or two "T" glitches in the download,
    but it did complete. For 3 those were basically continuous and it
    couldn't complete.

    tftp was of a 16M initrd.

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

    Ian Campbell
     

24 Mar, 2015

1 commit


23 Mar, 2015

4 commits

  • Enable CONFIG_SPL_DM and CONFIG_SPL_SERIAL_SUPPORT, which provide
    Driver Model UART support on SPL.

    CONFIG_SYS_SPL_MALLOC_{START,SIZE} should be dropped because simple
    malloc is preferred on SPL. Dlmalloc requires some static variables
    on .data section that is not available yet for NOR boot mode etc.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • This patch is to support reading temperature for mx6slevk board.

    Signed-off-by: Peng Fan

    Peng Fan
     
  • Before add CONFIG_SYS_MALLOC_F and CONFIG_SYS_MALLOC_F_LEN,
    uboot will complains "CPU: Temperature: Can't find sensor device".
    This is because DM and DM_THERMAL are enabled, but SYS_MALLOC_F
    is not configured.

    After applying this patch, uboot can correctly detect the temperature.
    "
    U-Boot 2015.04-rc2-00146-g48b6e30-dirty (Mar 09 2015 - 13:04:36)

    CPU: Freescale i.MX6DL rev1.1 at 792 MHz
    CPU: Temperature 44 C
    "

    Signed-off-by: Peng Fan

    Peng Fan
     
  • Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported).
    It also adds a Kconfig skeleton to later add more SECO board (supporting
    SoC and board variants).

    Signed-off-by: Boris Brezillon

    Boris BREZILLON
     

20 Mar, 2015

1 commit


19 Mar, 2015

2 commits


17 Mar, 2015

7 commits


16 Mar, 2015

1 commit


11 Mar, 2015

1 commit


10 Mar, 2015

3 commits