20 May, 2019

1 commit

  • Without this U-Boot specific property, booting on Armada XP theadorable
    fails in SPL. All nodes in the "internal-regs" (simple-bus) DT node are
    not scanned, so the UART node is missing (and others).

    I'm not adding this property in an *u-boot.dtsi file, since there is
    none matching the generic rules for all files including this dtsi
    file. So to not miss any of the boards using this dtsi file, I'm
    adding it to this file directly, which makes the Linux merge a less
    easy unforunately.

    Signed-off-by: Stefan Roese
    Cc: Chris Packham
    Cc: Marek Behún
    Reviewed-by: Chris Packham

    Stefan Roese
     

12 Apr, 2019

1 commit


14 Jan, 2016

1 commit

  • This patch adds full DM support to the SPL on MVEBU. Currently
    only serial is supported. Other drivers will follow.

    This patch also adds the necessary config values for the DEBUG UART
    to the MVEBU defconfig files. This came in handy while implementing
    this DM support.

    Additionally, the mvebu specific SPL linker script is removed and
    this common one is used instead:

    arch/arm/cpu/u-boot-spl.lds

    This common linker script already handles all special cases. No need
    to reinvent the wheel for MVEBU here.

    Signed-off-by: Stefan Roese
    Cc: Luka Perkov
    Cc: Dirk Eibach
    Cc: Simon Glass

    Stefan Roese
     

21 Oct, 2015

1 commit