20 Feb, 2019

3 commits

  • - Switch to using the omap3-u-boot.dtsi file for needed properties
    - Enable SPL_OF_CONTROL

    This commit is based on the following series:

    https://patchwork.ozlabs.org/project/uboot/list/?series=92472
    https://patchwork.ozlabs.org/project/uboot/list/?series=92462

    Signed-off-by: Derald D. Woods
    Reviewed-by: Tom Rini

    Derald D. Woods
     
  • - Switch to using the omap3-u-boot.dtsi file for needed properties.
    - Remove a few SPL features to free up more SRAM space.
    - Switch CONFIG_SYS_TEXT_BASE to the normal default, we don't need to
    worry about X-Loader at this point anymore.
    - A few related updates to SPL options as part of switching to DM SPL.

    Signed-off-by: Tom Rini
    Tested-by: Derald D. Woods

    Tom Rini
     
  • With the generic omap3-u-boot.dtsi file available, this patch
    increased the memory of the various incarnations of the omap3_logic
    board, and points their respective u-boot.dtsi files to the newly
    created generic one, and removes the PLATDATA from the board file.

    These are all done at once because the're all utilizing the same
    omap3logic.c board file.

    Signed-off-by: Adam Ford

    Adam Ford
     

19 Feb, 2019

3 commits


16 Feb, 2019

24 commits


15 Feb, 2019

3 commits

  • distro boot expects that fdtfile name is setup for alternative DTB.
    Create this file based on the first platform compatible string.
    This should ensure that one rootfs can store multiple DTBs for different
    boards.
    Reflect structure which is used in Linux kernel. It means dtbs are
    strored in xilinx folder.

    Signed-off-by: Michal Simek
    Reviewed-by: Alexander Graf

    Michal Simek
     
  • Add Raspberry Pi Compute Module 3+ to list of models, the revision code
    is 0x10 according to the list on raspberrypi.org.

    v2: Use the same dtb name as CM3 as CM3+ is a drop in replacement
    for CM3.

    Signed-off-by: Jonathan Gray
    Reviewed-by: Alexander Graf
    Signed-off-by: Matthias Brugger

    Jonathan Gray
     
  • The Ethernet has been broken for some time. This patch unifies
    this board with a few others that use a similar approach to
    enabling phy. This fixes ar8031 Ethernet controller so it works.

    Signed-off-by: Adam Ford

    Adam Ford
     

14 Feb, 2019

6 commits


11 Feb, 2019

1 commit

  • MV_DDR_FREQ_SAR lets the DDR frequency be determined by hardware
    strapping. This also has the side effect of running the DDR clock in
    synchronous mode with the CPU core clock rather than from an independent
    PLL. We've seen this improve reliability in operation across a number of
    boards and temperature ranges.

    Signed-off-by: Chris Packham
    Reviewed-by: Stefan Roese
    Signed-off-by: Stefan Roese

    Chris Packham