12 Oct, 2017

1 commit

  • When building with W=1 errors like the one below is seen:

    board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning:
    no previous prototype for ‘overwrite_console’
    [-Wmissing-prototypes] int overwrite_console(void)

    Fix the build warnings by including .

    Signed-off-by: Diego Dorta
    Reviewed-by: Fabio Estevam

    Diego Dorta
     

16 Aug, 2017

2 commits

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     
  • We are now using an env_ prefix for environment functions. Rename setenv()
    for consistency. Also add function comments in common.h.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

12 Jul, 2017

1 commit

  • Change is consistent with other SOCs and it is in preparation
    for adding SOMs. SOC's related files are moved from cpu/ to
    mach-imx/.

    This change is also coherent with the structure in kernel.

    Signed-off-by: Stefano Babic

    CC: Fabio Estevam
    CC: Akshay Bhat
    CC: Ken Lin
    CC: Marek Vasut
    CC: Heiko Schocher
    CC: "Sébastien Szymanski"
    CC: Christian Gmeiner
    CC: Stefan Roese
    CC: Patrick Bruenn
    CC: Troy Kisky
    CC: Nikita Kiryanov
    CC: Otavio Salvador
    CC: "Eric Bénard"
    CC: Jagan Teki
    CC: Ye Li
    CC: Peng Fan
    CC: Adrian Alonso
    CC: Alison Wang
    CC: Tim Harvey
    CC: Martin Donnelly
    CC: Marcin Niestroj
    CC: Lukasz Majewski
    CC: Adam Ford
    CC: "Albert ARIBAUD (3ADEV)"
    CC: Boris Brezillon
    CC: Soeren Moch
    CC: Richard Hu
    CC: Wig Cheng
    CC: Vanessa Maegima
    CC: Max Krummenacher
    CC: Stefan Agner
    CC: Markus Niebel
    CC: Breno Lima
    CC: Francesco Montefoschi
    CC: Jaehoon Chung
    CC: Scott Wood
    CC: Joe Hershberger
    CC: Anatolij Gustschin
    CC: Simon Glass
    CC: "Andrew F. Davis"
    CC: "Łukasz Majewski"
    CC: Patrice Chotard
    CC: Nobuhiro Iwamatsu
    CC: Hans de Goede
    CC: Masahiro Yamada
    CC: Stephen Warren
    CC: Andre Przywara
    CC: "Álvaro Fernández Rojas"
    CC: York Sun
    CC: Xiaoliang Yang
    CC: Chen-Yu Tsai
    CC: George McCollister
    CC: Sven Ebenfeld
    CC: Filip Brozovic
    CC: Petr Kulhavy
    CC: Eric Nelson
    CC: Bai Ping
    CC: Anson Huang
    CC: Sanchayan Maity
    CC: Lokesh Vutla
    CC: Patrick Delaunay
    CC: Gary Bisson
    CC: Alexander Graf
    CC: u-boot@lists.denx.de
    Reviewed-by: Fabio Estevam
    Reviewed-by: Christian Gmeiner

    Stefano Babic
     

24 Sep, 2016

1 commit


28 Jul, 2016

1 commit


30 Oct, 2015

1 commit


20 Sep, 2015

1 commit


13 Sep, 2015

1 commit

  • Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
    because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.

    Signed-off-by: Peng Fan
    Cc: Stefano Babic
    Cc: Heiko Schocher
    Cc: Christian Gmeiner
    Cc: Stefan Roese
    Cc: Troy Kisky
    Cc: Nikita Kiryanov
    Cc: "Eric Bénard"
    Cc: Fabio Estevam
    Cc: Tim Harvey
    Cc: Marek Vasut
    Cc: Markus Niebel
    Cc: Otavio Salvador
    Acked-by: Stefan Roese
    Acked-by: Marek Vasut
    Acked-by: Christian Gmeiner
    Acked-by: Markus Niebel
    Acked-by: Troy Kisky
    Acked-by: Igor Grinberg

    Peng Fan
     

02 Sep, 2015

3 commits

  • there is a 2b board version of the aristainetos2
    board. Differences to the v2:

    - spi cs for the nor flash and display controller
    changed
    - some pinmux changes
    - LED gpio settings changed

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     
  • some small updates for the aristainetos boards:
    - fix display timings for the aristainetos board
    - fix pinmux for the aristainetos board
    - fix pinmux for the aristainetos2 board
    - fix default environment

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     
  • To i.MX6SX/UL, two ethernet interfaces are supported.
    Add ENET2 clock support:
    1. Introduce a new input parameter "fec_id", only 0 and 1 are allowed.
    To value 1, only i.MX6SX/UL can pass the check.
    2. Modify board code who use this api to follow new api prototype.

    Signed-off-by: Peng Fan
    Cc: Heiko Schocher
    Cc: Fabio Estevam
    Cc: Stefan Roese
    Cc: Nikolaos Pasaloukos
    Cc: Stefano Babic
    Reviewed-by: Stefan Roese

    Peng Fan
     

26 May, 2015

1 commit

  • add support for imx6dl based aristainetos2 board

    U-Boot 2015.04-rc5-00066-g60f6ed4 (Apr 10 2015 - 08:46:27)

    CPU: Freescale i.MX6DL rev1.1 at 792 MHz
    Reset cause: WDOG
    Board: aristaitenos2
    Watchdog enabled
    I2C: ready
    DRAM: 1 GiB
    NAND: 1024 MiB
    MMC: FSL_SDHC: 0
    SF: Detected N25Q128A with page size 256 Bytes, erase size 64 KiB, total 16 MiB
    Display: lg4573 (480x800)
    In: serial
    Out: serial
    Err: serial
    Net: FEC [PRIME]
    Hit any key to stop autoboot: 0
    =>

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     

30 Jan, 2015

1 commit

  • - use linux display timing settings
    - change backlight duty cycle 500ns
    - some defaultenvironment changes
    - change fit_addr_r to 0x14000000 as needed if
    MAX_LOCKDEP_SUBCLASSES in linux gets increased.
    - Environment now at 0xd0000 in nand flash

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     

01 Dec, 2014

1 commit


06 Nov, 2014

1 commit


03 Nov, 2014

1 commit


29 Oct, 2014

1 commit

  • This commit introduces a Kconfig symbol for each ARM CPU:
    CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,
    CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100.
    Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected
    for CPU_ARM1176 and CPU_V7.

    For each target, the corresponding CPU is selected and the definition of
    SYS_CPU in the corresponding Kconfig file is removed.

    Also, it removes redundant "string" type in some Kconfig files.

    Signed-off-by: Georges Savoundararadj
    Acked-by: Albert ARIBAUD
    Cc: Masahiro Yamada

    Georges Savoundararadj
     

14 Sep, 2014

1 commit

  • Now the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}
    are specified in arch/Kconfig.

    We can delete the ones in arch and board Kconfig files.

    This commit can be easily reproduced by the following command:

    find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e '
    /config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ {
    N
    s/\n[[:space:]]*string//
    }
    '

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

13 Aug, 2014

1 commit


23 Jul, 2014

1 commit

  • CPU: Freescale i.MX6DL rev1.1 at 792 MHz
    Board: aristaitenos
    I2C: ready
    DRAM: 1 GiB
    NAND: 512 MiB
    MMC: FSL_SDHC: 0, FSL_SDHC: 1
    SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
    Display: lb07wv8 (800x480)

    - UART5 is console
    - MMC 0 and 1
    - USB 0 and 1
    - boot from mmc0 and spi nor flash
    - Splash screen support

    Signed-off-by: Heiko Schocher
    Cc: Stefano Babic

    Heiko Schocher