16 Jan, 2018

1 commit

  • The DT spec demands a unit-address in a node name to match the "reg"
    property in that node. Newer dtc versions will throw warnings if this is
    not the case.
    Fix all occurences in various documentation files where this was not
    observed, to not give bad examples to the reader.

    Signed-off-by: Andre Przywara

    Andre Przywara
     

23 Oct, 2017

1 commit


18 Sep, 2017

1 commit


20 Aug, 2017

1 commit


26 Jul, 2017

2 commits


23 Feb, 2017

1 commit


22 Jan, 2017

1 commit


18 Oct, 2016

2 commits


24 Mar, 2016

2 commits

  • Now everything is done to load a raw U-Boot proper image instead of
    an mkimage-processed one (as far as I tested on NAND, eMMC, NOR).

    The SPL already knows the load address of the U-Boot proper without
    parsing its uImage header because the load address is defined by
    CONFIG_SYS_TEXT_BASE, assuming that the two images are generated from
    the same build.

    My main motivation of this switch is to use u-boot-with-spl.bin, a
    concatenation of u-boot-spl.bin and u-boot.bin. (I wish there were
    a concatenation of u-boot-spl.bin and u-boot.img...) Anyway, this
    commit would be useful for one-shot image burn.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • Commit 3cb9abc9c512 ("ARM: uniphier: update U-Boot file names in
    workflow") missed to update these two sentences. Fix them now.

    Replace u-boot-spl-dtb.bin and u-boot-dtb.img with u-boot-spl.bin
    and u-boot.img, respectively.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

09 Mar, 2016

1 commit


29 Feb, 2016

4 commits


14 Feb, 2016

1 commit

  • Since commit ad1ecd2063da ("fdt: Build a U-Boot binary without device
    tree") and commit 03c25bcd263a ("fdt: Build an SPL binary without
    device tree"), we can use shorter file names for the output images.

    The default configuration for UniPhier SoCs enables CONFIG_OF_SEPARATE
    and CONFIG_SPL_OF_CONTROL. In this case, spl/u-boot-spl.bin is the
    same as spl/u-boot-spl-dtb.bin. Likewise, u-boot.img is the same as
    as u-boot-dtb.img. So, this change of the flow has no impact.

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

    Masahiro Yamada
     

13 Jan, 2016

1 commit

  • The mem_is_flash() in arch/arm/mach-uniphier/micro-support_card.c
    writes/reads the tail of each NOR flash bank to check if the device
    really resides there.

    If CS1_SPLIT were enabled, the support card would always require two
    NOR flash devices to be inserted for the correct NOR detection.
    This is not probably what we want.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

22 Dec, 2015

3 commits


15 Oct, 2015

1 commit


24 Sep, 2015

2 commits


30 Aug, 2015

1 commit

  • Device Tree really improves code maintainability and is now
    available for SPL too.

    This is the state-of-the-art implementation in U-boot.

    The board files (platform data) are no longer needed.

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

    Masahiro Yamada
     

23 Jul, 2015

2 commits


28 Feb, 2015

1 commit


06 Feb, 2015

1 commit