05 Mar, 2018

1 commit

  • Thomas reported U-Boot failed to build host tools if libfdt-devel
    package is installed because tools include libfdt headers from
    /usr/include/ instead of using internal ones.

    This commit moves the header code:
    include/libfdt.h -> include/linux/libfdt.h
    include/libfdt_env.h -> include/linux/libfdt_env.h

    and replaces include directives:
    #include -> #include
    #include -> #include

    Reported-by: Thomas Petazzoni
    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

29 Aug, 2017

1 commit

  • In case of 2 banks, the address space of the first CS must be defined
    and not let to the higher value.

    Add support for SOM with a single bank of RAM. It was tested with i.MX6Q
    modules in the following configurations:

    - 2 Banks, 4 GB
    - 2 Banks, 1 GB
    - 1 Bank, 1 GB

    Signed-off-by: Stefano Babic

    Stefano Babic
     

28 Aug, 2017

1 commit


17 Aug, 2017

1 commit


02 Aug, 2017

1 commit

  • Add support for Phytec pfla02, equipped with NAND.

    CPU: Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz)
    CPU: Automotive temperature grade (-40C to 125C) at 31C
    Reset cause: POR
    I2C: ready
    DRAM: 1 GiB
    NAND: 2048 MiB
    MMC: FSL_SDHC: 0, FSL_SDHC: 1
    SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total
    16 MiB
    In: serial
    Out: serial
    Err: serial
    Net: FEC [PRIME]
    Hit any key to stop autoboot: 0

    Signed-off-by: Stefano Babic
    CC: Stefan Christ
    CC: Stefan Müller-Klieser
    CC: Christian Hemp

    Stefano Babic