29 Jan, 2017

2 commits


28 Jan, 2017

6 commits


27 Jan, 2017

1 commit


26 Jan, 2017

3 commits


25 Jan, 2017

2 commits


24 Jan, 2017

2 commits

  • The module is continuously rebooting with the following message:
    Net: data abort
    pc : [] lr : []
    reloc pc : [] lr : []
    sp : fdf5ce48 ip : fdf5d79c fp : 00000017
    r10: 8083cd58 r9 : fdf5cef0 r8 : fdf5d5d0
    r7 : 48485000 r6 : 400000ff r5 : fdf5d6e0 r4 : fdf5d618
    r3 : fdf5d5b4 r2 : fdf5d5d0 r1 : 643a3631 r0 : fdf5d6e0
    Flags: nzCv IRQs off FIQs off Mode SVC_32
    Resetting CPU ...

    Modifications:
    * Enable Ethernet configuration in the SPL.
    * Update PINMUX of PHY enable GPIO.

    Signed-off-by: Uri Mashiach
    Reviewed-by: Tom Rini

    Uri Mashiach
     
  • Rename CONFIG_IMX31_PHYCORE_EET to CONFIG_TARGET_IMX31_PHYCORE_EET and
    make this a distinct config target.

    Signed-off-by: Tom Rini

    Tom Rini
     

22 Jan, 2017

3 commits

  • We may want to run different firmware before running U-Boot. For
    example, ARM Trusted Firmware runs before U-Boot, making U-Boot
    a non-secure world boot loader. In this case, the SoC might be
    initialized there, which enables us to skip SPL entirely.

    This commit removes "select SPL" to make it configurable. This
    also enables the Multi SoC support for the UniPhier ARMv8 SoCs.
    (CONFIG_ARCH_UNIPHIER_V8_MULTI) Thanks to the driver model and
    Device Tree, the U-Boot proper part is now written in a generic way.
    The board/SoC parameters reside in DT. The Multi SoC support
    increases the memory footprint a bit, but the U-Boot proper does
    not have strict memory constraint. This will mitigate the per-SoC
    (sometimes per-board) defconfig burden.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • Move all of the status LED feature to drivers/led/Kconfig.
    The LED status definitions were moved from the board configuration
    files to the defconfig files.

    TBD: Move all of the definitions in the include/status_led.h to the
    relevant board's defconfig files.

    Tested boards: CL-SOM-AM57x, CM-T335

    Signed-off-by: Uri Mashiach

    Uri Mashiach
     
  • Cc: Tom Rini
    Signed-off-by: Jagan Teki

    Jagan Teki
     

21 Jan, 2017

3 commits

  • When falcon mode support was added, it was right around when SPL_OS_BOOT
    was migrated to Kconfig. So first we must move the enablement to the
    defconfig file. Next, it turned off EXT support rather than add the
    information to allow for falcon mode from EXT. Add this information so
    that the board compiles after 5d28b930f237.

    Fixes: d96796ca23b2 ("mx6sabresd: Add Falcon mode support")
    Cc: Fabio Estevam
    Signed-off-by: Tom Rini

    Tom Rini
     
  • Use the generic "distro" boot framework to enable automatic DHCP boot.
    MMC and USB are not yet implemented, so this is the only boot option.

    The fdt and kernel addresses are adopted from downstream; ramdisk and
    scriptaddr addresses were chosen arbitrarily.

    Signed-off-by: Andreas Färber
    Reviewed-by: Alexander Graf

    Andreas Färber
     
  • Move it from meson-gxbb-common.h to odroid-c2.h to allow new boards not
    to implement it.

    Signed-off-by: Andreas Färber

    Andreas Färber
     

20 Jan, 2017

2 commits


19 Jan, 2017

13 commits


18 Jan, 2017

2 commits


17 Jan, 2017

1 commit